aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-hid.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-10usb-hid: remove usb_hid_datain_cbGerd Hoffmann1-14/+0
2011-08-10usb-hid: use hid vmstate macroMichael Walle1-39/+2
2011-08-10usb/hid: add hid_pointer_activate, use itGerd Hoffmann1-0/+3
2011-08-04hid: move idle+protocol from usb-hid to hid too.Gerd Hoffmann1-23/+13
2011-08-04usb-hid: split hid code to hw/hid.[ch]Gerd Hoffmann1-395/+2
2011-08-04usb-hid: add hid_has_events()Gerd Hoffmann1-9/+7
2011-08-04usb-hid: add event callbackGerd Hoffmann1-43/+63
2011-08-04usb-hid: create & use HIDStateGerd Hoffmann1-148/+168
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-2/+4
2011-07-30usb-hid: Fix 0/0 position for Windows in tablet modeJan Kiszka1-0/+5
2011-07-22usb-hid: fixup changed tracking.Gerd Hoffmann1-5/+4
2011-06-14The USB tablet should not claim boot protocol support.Kevin O'Connor1-1/+0
2011-06-14Fix USB mouse Set_Protocol behaviorKevin O'Connor1-2/+2
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede1-3/+3
2011-05-26usb: update config descriptors to identify number of interfacesBrad Hards1-0/+3
2011-04-15Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl1-1/+1
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-3/+3
2011-01-24usb hid: add migration supportGerd Hoffmann1-2/+64
2011-01-24usb hid: move head+n to common structGerd Hoffmann1-24/+22
2011-01-24usb keyboard: add event event queueGerd Hoffmann1-6/+32
2011-01-24add event queueing to USB HIDPaolo Bonzini1-94/+127
2011-01-21Merge branch 'usb.4' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno1-277/+209
2011-01-20usb-hid: modifiers should generate an eventAurelien Jarno1-0/+3
2011-01-16USB keyboard emulation key mapping errorMichael Tokarev1-1/+1
2011-01-11usb: hid: change serial number to "42".Gerd Hoffmann1-1/+1
2011-01-11usb: hid: remote wakeup support.Gerd Hoffmann1-0/+2
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann1-22/+0
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann1-8/+2
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann1-4/+0
2011-01-11usb hid: use new descriptor infrastructure.Gerd Hoffmann1-243/+205
2010-06-14un-register kbd driver in case of USB kbd unplug.Jes Sorensen1-2/+6
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-0/+1
2010-03-19Rewrite mouse handlers to use QTAILQ and to have an activation functionAnthony Liguori1-4/+11
2010-03-09kbd leds: usb kbdGerd Hoffmann1-0/+8
2010-02-19USB HID does not support Set_IdleKevin O'Connor1-2/+10
2009-12-18Make USB hid devices self-poweredRiku Voipio1-1/+1
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-6/+3
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster1-0/+3
2009-12-12qdev: Rename USBDevice member devname to product_descMarkus Armbruster1-1/+1
2009-10-30usb-hid: use qdev for -usbdeviceGerd Hoffmann1-0/+3
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann1-1/+0
2009-09-09qdev/usb: add some convinience aliases.Gerd Hoffmann1-0/+3
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-15/+0
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-44/+62
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-6/+0
2009-01-07fix usb-hid SET_IDLE behaviour (Stefano Stabellini)aliguori1-2/+2
2008-09-29Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.balrog1-8/+34
2008-09-15Fix range in the hid report descriptor for USB tablet.balrog1-2/+2
2008-05-17Try to fix USB HID and make the HID reports readable.balrog1-48/+71
2008-04-26Fix USB and HID report descriptors for mouse and tablet.balrog1-18/+17