aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* qdev: Separate USB product description from qdev nameMarkus Armbruster2009-12-121-0/+3
* qdev: Rename USBDevice member devname to product_descMarkus Armbruster2009-12-121-1/+1
* usb-hid: use qdev for -usbdeviceGerd Hoffmann2009-10-301-0/+3
* usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann2009-10-051-1/+0
* qdev/usb: add some convinience aliases.Gerd Hoffmann2009-09-091-0/+3
* qdev/usb: make qemu aware of usb busses.Gerd Hoffmann2009-09-091-15/+0
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-44/+62
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-6/+0
* fix usb-hid SET_IDLE behaviour (Stefano Stabellini)aliguori2009-01-071-2/+2
* Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.balrog2008-09-291-8/+34
* Fix range in the hid report descriptor for USB tablet.balrog2008-09-151-2/+2
* Try to fix USB HID and make the HID reports readable.balrog2008-05-171-48/+71
* Fix USB and HID report descriptors for mouse and tablet.balrog2008-04-261-18/+17
* Add mouse wheel in the usb-mouse HID Report (by Daniel Godás).balrog2008-01-141-1/+3
* Break up vl.h.pbrook2007-11-171-1/+3
* Pass correct pointer to HID keyboard event handler, fixes regression from IDL...balrog2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-7/+7
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-22/+22
* Implement HID idle mode (avoids flooding guest with useless updates).pbrook2007-09-091-11/+29
* Add USB HID keyboard.balrog2007-06-221-45/+344
* Fix usb hid and mass-storage protocol revision, by Juergen Keil.ths2007-03-311-1/+1
* increase USB table poll intervalbellard2007-02-111-1/+1
* Dynamic handling of guest mice, by Lonnie Mendez.ths2007-01-051-3/+6
* SCSI and USB async IO support.pbrook2006-08-121-6/+5
* usb destroy API change (Lonnie Mendez)bellard2006-07-191-7/+11
* display device identifier string for user with info usb (Lonnie Mendez)bellard2006-06-261-0/+4
* Rearrange SCSI disk emulation code.pbrook2006-05-251-1/+7
* USB tablet support (Brad Campbell, Anthony Liguori)bellard2006-04-121-15/+205
* added virtual USB mouse supportbellard2005-11-051-0/+347