index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb-hid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb-hid: Fix 0/0 position for Windows in tablet mode
Jan Kiszka
2011-07-30
1
-0
/
+5
*
usb-hid: fixup changed tracking.
Gerd Hoffmann
2011-07-22
1
-5
/
+4
*
The USB tablet should not claim boot protocol support.
Kevin O'Connor
2011-06-14
1
-1
/
+0
*
Fix USB mouse Set_Protocol behavior
Kevin O'Connor
2011-06-14
1
-2
/
+2
*
usb: Pass the packet to the device's handle_control callback
Hans de Goede
2011-05-26
1
-3
/
+3
*
usb: update config descriptors to identify number of interfaces
Brad Hards
2011-05-26
1
-0
/
+3
*
Use qemu-common.h or qemu-timer.h in place of sysemu.h
Blue Swirl
2011-04-15
1
-1
/
+1
*
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-3
/
+3
*
usb hid: add migration support
Gerd Hoffmann
2011-01-24
1
-2
/
+64
*
usb hid: move head+n to common struct
Gerd Hoffmann
2011-01-24
1
-24
/
+22
*
usb keyboard: add event event queue
Gerd Hoffmann
2011-01-24
1
-6
/
+32
*
add event queueing to USB HID
Paolo Bonzini
2011-01-24
1
-94
/
+127
*
Merge branch 'usb.4' of git://anongit.freedesktop.org/spice/qemu
Aurelien Jarno
2011-01-21
1
-277
/
+209
|
\
|
*
usb: hid: change serial number to "42".
Gerd Hoffmann
2011-01-11
1
-1
/
+1
|
*
usb: hid: remote wakeup support.
Gerd Hoffmann
2011-01-11
1
-0
/
+2
|
*
usb: move remote wakeup handling to common code
Gerd Hoffmann
2011-01-11
1
-22
/
+0
|
*
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
Gerd Hoffmann
2011-01-11
1
-8
/
+2
|
*
usb: move USB_REQ_SET_ADDRESS handling to common code
Gerd Hoffmann
2011-01-11
1
-4
/
+0
|
*
usb hid: use new descriptor infrastructure.
Gerd Hoffmann
2011-01-11
1
-243
/
+205
*
|
usb-hid: modifiers should generate an event
Aurelien Jarno
2011-01-20
1
-0
/
+3
*
|
USB keyboard emulation key mapping error
Michael Tokarev
2011-01-16
1
-1
/
+1
|
/
*
un-register kbd driver in case of USB kbd unplug.
Jes Sorensen
2010-06-14
1
-2
/
+6
*
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
2010-06-04
1
-0
/
+1
*
Rewrite mouse handlers to use QTAILQ and to have an activation function
Anthony Liguori
2010-03-19
1
-4
/
+11
*
kbd leds: usb kbd
Gerd Hoffmann
2010-03-09
1
-0
/
+8
*
USB HID does not support Set_Idle
Kevin O'Connor
2010-02-19
1
-2
/
+10
*
Make USB hid devices self-powered
Riku Voipio
2009-12-18
1
-1
/
+1
*
qdev: Replace device names containing whitespace
Markus Armbruster
2009-12-12
1
-6
/
+3
*
qdev: Separate USB product description from qdev name
Markus Armbruster
2009-12-12
1
-0
/
+3
*
qdev: Rename USBDevice member devname to product_desc
Markus Armbruster
2009-12-12
1
-1
/
+1
*
usb-hid: use qdev for -usbdevice
Gerd Hoffmann
2009-10-30
1
-0
/
+3
*
usb: hook unplug into qdev, cleanups + fixes.
Gerd Hoffmann
2009-10-05
1
-1
/
+0
*
qdev/usb: add some convinience aliases.
Gerd Hoffmann
2009-09-09
1
-0
/
+3
*
qdev/usb: make qemu aware of usb busses.
Gerd Hoffmann
2009-09-09
1
-15
/
+0
*
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
2009-09-09
1
-44
/
+62
*
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-6
/
+0
*
fix usb-hid SET_IDLE behaviour (Stefano Stabellini)
aliguori
2009-01-07
1
-2
/
+2
*
Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.
balrog
2008-09-29
1
-8
/
+34
*
Fix range in the hid report descriptor for USB tablet.
balrog
2008-09-15
1
-2
/
+2
*
Try to fix USB HID and make the HID reports readable.
balrog
2008-05-17
1
-48
/
+71
*
Fix USB and HID report descriptors for mouse and tablet.
balrog
2008-04-26
1
-18
/
+17
*
Add mouse wheel in the usb-mouse HID Report (by Daniel Godás).
balrog
2008-01-14
1
-1
/
+3
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+3
*
Pass correct pointer to HID keyboard event handler, fixes regression from IDL...
balrog
2007-09-17
1
-1
/
+1
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-7
/
+7
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-22
/
+22
*
Implement HID idle mode (avoids flooding guest with useless updates).
pbrook
2007-09-09
1
-11
/
+29
*
Add USB HID keyboard.
balrog
2007-06-22
1
-45
/
+344
*
Fix usb hid and mass-storage protocol revision, by Juergen Keil.
ths
2007-03-31
1
-1
/
+1
*
increase USB table poll interval
bellard
2007-02-11
1
-1
/
+1
[next]