]> git.proxmox.com Git - qemu.git/history - hw/usb-hid.c
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
[qemu.git] / hw / usb-hid.c
2011-01-11 Gerd Hoffmannusb: move USB_REQ_{GET,SET}_CONFIGURATION handling...
2011-01-11 Gerd Hoffmannusb: move USB_REQ_SET_ADDRESS handling to common code
2011-01-11 Gerd Hoffmannusb hid: use new descriptor infrastructure.
2010-06-14 Jes Sorensenun-register kbd driver in case of USB kbd unplug.
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-04 Markus Armbrusterblockdev: Collect block device code in new blockdev.c
2010-03-19 Anthony LiguoriRewrite mouse handlers to use QTAILQ and to have an...
2010-03-09 Gerd Hoffmannkbd leds: usb kbd
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Kevin O'ConnorUSB HID does not support Set_Idle
2009-12-18 Riku VoipioMake USB hid devices self-powered
2009-12-12 Markus Armbrusterqdev: Replace device names containing whitespace
2009-12-12 Markus Armbrusterqdev: Separate USB product description from qdev name
2009-12-12 Markus Armbrusterqdev: Rename USBDevice member devname to product_desc
2009-10-30 Gerd Hoffmannusb-hid: use qdev for -usbdevice
2009-10-05 Gerd Hoffmannusb: hook unplug into qdev, cleanups + fixes.
2009-09-09 Gerd Hoffmannqdev/usb: add some convinience aliases.
2009-09-09 Gerd Hoffmannqdev/usb: make qemu aware of usb busses.
2009-09-09 Gerd Hoffmannqdev/usb: add usb bus support to qdev, convert drivers.
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-07 aliguorifix usb-hid SET_IDLE behaviour (Stefano Stabellini)
2008-09-29 balrogBluetooth HIDP emulation on top of usb-hid.c and L2CAP...
2008-09-15 balrogFix range in the hid report descriptor for USB tablet.
2008-05-17 balrogTry to fix USB HID and make the HID reports readable.
2008-04-26 balrogFix USB and HID report descriptors for mouse and tablet.
2008-01-14 balrogAdd mouse wheel in the usb-mouse HID Report (by Daniel...
2007-11-17 pbrookBreak up vl.h.
2007-09-17 balrogPass correct pointer to HID keyboard event handler...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-09 pbrookImplement HID idle mode (avoids flooding guest with...
2007-06-22 balrogAdd USB HID keyboard.
2007-03-31 thsFix usb hid and mass-storage protocol revision, by...
2007-02-11 bellardincrease USB table poll interval
2007-01-05 thsDynamic handling of guest mice, by Lonnie Mendez.
2006-08-12 pbrookSCSI and USB async IO support.
2006-07-19 bellardusb destroy API change (Lonnie Mendez)
2006-06-26 bellarddisplay device identifier string for user with info...
2006-05-25 pbrookRearrange SCSI disk emulation code.
2006-04-12 bellardUSB tablet support (Brad Campbell, Anthony Liguori)
2005-11-05 bellardadded virtual USB mouse support