aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-hid.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-05Dynamic handling of guest mice, by Lonnie Mendez.ths1-3/+6
2006-08-12SCSI and USB async IO support.pbrook1-6/+5
2006-07-19usb destroy API change (Lonnie Mendez)bellard1-7/+11
2006-06-26display device identifier string for user with info usb (Lonnie Mendez)bellard1-0/+4
2006-05-25Rearrange SCSI disk emulation code.pbrook1-1/+7
2006-04-12USB tablet support (Brad Campbell, Anthony Liguori)bellard1-15/+205
2005-11-05added virtual USB mouse supportbellard1-0/+347