aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-hid.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-14Add mouse wheel in the usb-mouse HID Report (by Daniel Godás).balrog1-1/+3
2007-11-17Break up vl.h.pbrook1-1/+3
2007-09-17Pass correct pointer to HID keyboard event handler, fixes regression from IDL...balrog1-1/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-7/+7
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-22/+22
2007-09-09Implement HID idle mode (avoids flooding guest with useless updates).pbrook1-11/+29
2007-06-22Add USB HID keyboard.balrog1-45/+344
2007-03-31Fix usb hid and mass-storage protocol revision, by Juergen Keil.ths1-1/+1
2007-02-11increase USB table poll intervalbellard1-1/+1