summaryrefslogtreecommitdiff
path: root/hw/usb-hid.c
AgeCommit message (Expand)Author
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
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster
2009-12-12qdev: Rename USBDevice member devname to product_descMarkus Armbruster
2009-10-30usb-hid: use qdev for -usbdeviceGerd Hoffmann
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann
2009-09-09qdev/usb: add some convinience aliases.Gerd Hoffmann
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-07fix usb-hid SET_IDLE behaviour (Stefano Stabellini)aliguori
2008-09-29Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.balrog
2008-09-15Fix range in the hid report descriptor for USB tablet.balrog
2008-05-17Try to fix USB HID and make the HID reports readable.balrog