summaryrefslogtreecommitdiffstats
path: root/hw/usb-hid.c
Commit message (Expand)AuthorAgeFilesLines
* usb-hid: activate usb tablet / mouse after migration.Gerd Hoffmann2011-10-131-0/+11
* usb-hid: remove usb_hid_datain_cbGerd Hoffmann2011-08-101-14/+0
* usb-hid: use hid vmstate macroMichael Walle2011-08-101-39/+2
* usb/hid: add hid_pointer_activate, use itGerd Hoffmann2011-08-101-0/+3
* hid: move idle+protocol from usb-hid to hid too.Gerd Hoffmann2011-08-041-23/+13
* usb-hid: split hid code to hw/hid.[ch]Gerd Hoffmann2011-08-041-395/+2
* usb-hid: add hid_has_events()Gerd Hoffmann2011-08-041-9/+7
* usb-hid: add event callbackGerd Hoffmann2011-08-041-43/+63
* usb-hid: create & use HIDStateGerd Hoffmann2011-08-041-148/+168
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-2/+4
* 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
OpenPOWER on IntegriCloud