summaryrefslogtreecommitdiff
path: root/hw/usb-hid.c
AgeCommit message (Expand)Author
2012-03-13usb: the big renameGerd Hoffmann
2012-02-27usb-hid: fix tablet activationGerd Hoffmann
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-10usb: pass USBEndpoint to usb_wakeupGerd Hoffmann
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann
2012-02-10usb: kill handle_packet callbackGerd Hoffmann
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori
2012-02-03usb-hid: simplify class initialization a bitAnthony Liguori
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann
2011-10-13usb-hid: activate usb tablet / mouse after migration.Gerd Hoffmann
2011-08-10usb-hid: remove usb_hid_datain_cbGerd Hoffmann
2011-08-10usb-hid: use hid vmstate macroMichael Walle
2011-08-10usb/hid: add hid_pointer_activate, use itGerd Hoffmann
2011-08-04hid: move idle+protocol from usb-hid to hid too.Gerd Hoffmann
2011-08-04usb-hid: split hid code to hw/hid.[ch]Gerd Hoffmann
2011-08-04usb-hid: add hid_has_events()Gerd Hoffmann
2011-08-04usb-hid: add event callbackGerd Hoffmann
2011-08-04usb-hid: create & use HIDStateGerd Hoffmann
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-07-30usb-hid: Fix 0/0 position for Windows in tablet modeJan Kiszka
2011-07-22usb-hid: fixup changed tracking.Gerd Hoffmann
2011-06-14The USB tablet should not claim boot protocol support.Kevin O'Connor
2011-06-14Fix USB mouse Set_Protocol behaviorKevin O'Connor
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede
2011-05-26usb: update config descriptors to identify number of interfacesBrad Hards
2011-04-15Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-24usb hid: add migration supportGerd Hoffmann
2011-01-24usb hid: move head+n to common structGerd Hoffmann
2011-01-24usb keyboard: add event event queueGerd Hoffmann
2011-01-24add event queueing to USB HIDPaolo Bonzini
2011-01-21Merge branch 'usb.4' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno
2011-01-20usb-hid: modifiers should generate an eventAurelien Jarno
2011-01-16USB keyboard emulation key mapping errorMichael Tokarev
2011-01-11usb: hid: change serial number to "42".Gerd Hoffmann
2011-01-11usb: hid: remote wakeup support.Gerd Hoffmann
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann
2011-01-11usb hid: use new descriptor infrastructure.Gerd Hoffmann
2010-06-14un-register kbd driver in case of USB kbd unplug.Jes Sorensen
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-03-19Rewrite mouse handlers to use QTAILQ and to have an activation functionAnthony Liguori
2010-03-09kbd leds: usb kbdGerd Hoffmann
2010-02-19USB HID does not support Set_IdleKevin O'Connor
2009-12-18Make USB hid devices self-poweredRiku Voipio
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster