summaryrefslogtreecommitdiffstats
path: root/hw/usb-hid.c
Commit message (Expand)AuthorAgeFilesLines
* usb-hid: Fix 0/0 position for Windows in tablet modeJan Kiszka2011-07-301-0/+5
* usb-hid: fixup changed tracking.Gerd Hoffmann2011-07-221-5/+4
* The USB tablet should not claim boot protocol support.Kevin O'Connor2011-06-141-1/+0
* Fix USB mouse Set_Protocol behaviorKevin O'Connor2011-06-141-2/+2
* usb: Pass the packet to the device's handle_control callbackHans de Goede2011-05-261-3/+3
* usb: update config descriptors to identify number of interfacesBrad Hards2011-05-261-0/+3
* Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl2011-04-151-1/+1
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-3/+3
* usb hid: add migration supportGerd Hoffmann2011-01-241-2/+64
* usb hid: move head+n to common structGerd Hoffmann2011-01-241-24/+22
* usb keyboard: add event event queueGerd Hoffmann2011-01-241-6/+32
* add event queueing to USB HIDPaolo Bonzini2011-01-241-94/+127
* Merge branch 'usb.4' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2011-01-211-277/+209
|\
| * usb: hid: change serial number to "42".Gerd Hoffmann2011-01-111-1/+1
| * usb: hid: remote wakeup support.Gerd Hoffmann2011-01-111-0/+2
| * usb: move remote wakeup handling to common codeGerd Hoffmann2011-01-111-22/+0
| * usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann2011-01-111-8/+2
| * usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann2011-01-111-4/+0
| * usb hid: use new descriptor infrastructure.Gerd Hoffmann2011-01-111-243/+205
* | usb-hid: modifiers should generate an eventAurelien Jarno2011-01-201-0/+3
* | USB keyboard emulation key mapping errorMichael Tokarev2011-01-161-1/+1
|/
* un-register kbd driver in case of USB kbd unplug.Jes Sorensen2010-06-141-2/+6
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-0/+1
* Rewrite mouse handlers to use QTAILQ and to have an activation functionAnthony Liguori2010-03-191-4/+11
* kbd leds: usb kbdGerd Hoffmann2010-03-091-0/+8
* USB HID does not support Set_IdleKevin O'Connor2010-02-191-2/+10
* Make USB hid devices self-poweredRiku Voipio2009-12-181-1/+1
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-6/+3
* qdev: Separate USB product description from qdev nameMarkus Armbruster2009-12-121-0/+3
* qdev: Rename USBDevice member devname to product_descMarkus Armbruster2009-12-121-1/+1
* usb-hid: use qdev for -usbdeviceGerd Hoffmann2009-10-301-0/+3
* usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann2009-10-051-1/+0
* qdev/usb: add some convinience aliases.Gerd Hoffmann2009-09-091-0/+3
* qdev/usb: make qemu aware of usb busses.Gerd Hoffmann2009-09-091-15/+0
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-44/+62
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-6/+0
* fix usb-hid SET_IDLE behaviour (Stefano Stabellini)aliguori2009-01-071-2/+2
* Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.balrog2008-09-291-8/+34
* Fix range in the hid report descriptor for USB tablet.balrog2008-09-151-2/+2
* Try to fix USB HID and make the HID reports readable.balrog2008-05-171-48/+71
* Fix USB and HID report descriptors for mouse and tablet.balrog2008-04-261-18/+17
* Add mouse wheel in the usb-mouse HID Report (by Daniel Godás).balrog2008-01-141-1/+3
* Break up vl.h.pbrook2007-11-171-1/+3
* Pass correct pointer to HID keyboard event handler, fixes regression from IDL...balrog2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-7/+7
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-22/+22
* Implement HID idle mode (avoids flooding guest with useless updates).pbrook2007-09-091-11/+29
* Add USB HID keyboard.balrog2007-06-221-45/+344
* Fix usb hid and mass-storage protocol revision, by Juergen Keil.ths2007-03-311-1/+1
* increase USB table poll intervalbellard2007-02-111-1/+1
OpenPOWER on IntegriCloud