summaryrefslogtreecommitdiffstats
path: root/hw/usb-hid.c
Commit message (Expand)AuthorAgeFilesLines
* usb: the big renameGerd Hoffmann2012-03-131-638/+0
* usb-hid: fix tablet activationGerd Hoffmann2012-02-271-0/+3
* Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori2012-02-151-3/+4
|\
| * usb: pass USBEndpoint to usb_wakeupGerd Hoffmann2012-02-101-1/+3
| * usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann2012-02-101-1/+1
| * usb: kill handle_packet callbackGerd Hoffmann2012-02-101-1/+0
* | qom: Unify type registrationAndreas Färber2012-02-151-2/+3
|/
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-18/+24
* usb: separate out legacy usb registration from type registrationAnthony Liguori2012-02-031-3/+6
* usb-hid: simplify class initialization a bitAnthony Liguori2012-02-031-14/+13
* usb: convert to QEMU Object ModelAnthony Liguori2012-01-271-44/+64
* usb: track altsetting in USBDeviceGerd Hoffmann2012-01-131-7/+0
* 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
OpenPOWER on IntegriCloud