index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb-hid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-27
usb-hid: fix tablet activation
Gerd Hoffmann
1
-0
/
+3
2012-02-15
Merge remote-tracking branch 'kraxel/usb.38' into staging
Anthony Liguori
1
-3
/
+4
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+3
2012-02-10
usb: pass USBEndpoint to usb_wakeup
Gerd Hoffmann
1
-1
/
+3
2012-02-10
usb: Set USBEndpoint in usb_packet_setup().
Gerd Hoffmann
1
-1
/
+1
2012-02-10
usb: kill handle_packet callback
Gerd Hoffmann
1
-1
/
+0
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-18
/
+24
2012-02-03
usb: separate out legacy usb registration from type registration
Anthony Liguori
1
-3
/
+6
2012-02-03
usb-hid: simplify class initialization a bit
Anthony Liguori
1
-14
/
+13
2012-01-27
usb: convert to QEMU Object Model
Anthony Liguori
1
-44
/
+64
2012-01-13
usb: track altsetting in USBDevice
Gerd Hoffmann
1
-7
/
+0
2011-10-13
usb-hid: activate usb tablet / mouse after migration.
Gerd Hoffmann
1
-0
/
+11
2011-08-10
usb-hid: remove usb_hid_datain_cb
Gerd Hoffmann
1
-14
/
+0
2011-08-10
usb-hid: use hid vmstate macro
Michael Walle
1
-39
/
+2
2011-08-10
usb/hid: add hid_pointer_activate, use it
Gerd Hoffmann
1
-0
/
+3
2011-08-04
hid: move idle+protocol from usb-hid to hid too.
Gerd Hoffmann
1
-23
/
+13
2011-08-04
usb-hid: split hid code to hw/hid.[ch]
Gerd Hoffmann
1
-395
/
+2
2011-08-04
usb-hid: add hid_has_events()
Gerd Hoffmann
1
-9
/
+7
2011-08-04
usb-hid: add event callback
Gerd Hoffmann
1
-43
/
+63
2011-08-04
usb-hid: create & use HIDState
Gerd Hoffmann
1
-148
/
+168
2011-08-04
usb: use iovecs in USBPacket
Gerd Hoffmann
1
-2
/
+4
2011-07-30
usb-hid: Fix 0/0 position for Windows in tablet mode
Jan Kiszka
1
-0
/
+5
2011-07-22
usb-hid: fixup changed tracking.
Gerd Hoffmann
1
-5
/
+4
2011-06-14
The USB tablet should not claim boot protocol support.
Kevin O'Connor
1
-1
/
+0
2011-06-14
Fix USB mouse Set_Protocol behavior
Kevin O'Connor
1
-2
/
+2
2011-05-26
usb: Pass the packet to the device's handle_control callback
Hans de Goede
1
-3
/
+3
2011-05-26
usb: update config descriptors to identify number of interfaces
Brad Hards
1
-0
/
+3
2011-04-15
Use qemu-common.h or qemu-timer.h in place of sysemu.h
Blue Swirl
1
-1
/
+1
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-3
/
+3
2011-01-24
usb hid: add migration support
Gerd Hoffmann
1
-2
/
+64
2011-01-24
usb hid: move head+n to common struct
Gerd Hoffmann
1
-24
/
+22
2011-01-24
usb keyboard: add event event queue
Gerd Hoffmann
1
-6
/
+32
2011-01-24
add event queueing to USB HID
Paolo Bonzini
1
-94
/
+127
2011-01-21
Merge branch 'usb.4' of git://anongit.freedesktop.org/spice/qemu
Aurelien Jarno
1
-277
/
+209
2011-01-20
usb-hid: modifiers should generate an event
Aurelien Jarno
1
-0
/
+3
2011-01-16
USB keyboard emulation key mapping error
Michael Tokarev
1
-1
/
+1
2011-01-11
usb: hid: change serial number to "42".
Gerd Hoffmann
1
-1
/
+1
2011-01-11
usb: hid: remote wakeup support.
Gerd Hoffmann
1
-0
/
+2
2011-01-11
usb: move remote wakeup handling to common code
Gerd Hoffmann
1
-22
/
+0
2011-01-11
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
Gerd Hoffmann
1
-8
/
+2
2011-01-11
usb: move USB_REQ_SET_ADDRESS handling to common code
Gerd Hoffmann
1
-4
/
+0
2011-01-11
usb hid: use new descriptor infrastructure.
Gerd Hoffmann
1
-243
/
+205
2010-06-14
un-register kbd driver in case of USB kbd unplug.
Jes Sorensen
1
-2
/
+6
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-0
/
+1
2010-03-19
Rewrite mouse handlers to use QTAILQ and to have an activation function
Anthony Liguori
1
-4
/
+11
2010-03-09
kbd leds: usb kbd
Gerd Hoffmann
1
-0
/
+8
2010-02-19
USB HID does not support Set_Idle
Kevin O'Connor
1
-2
/
+10
2009-12-18
Make USB hid devices self-powered
Riku Voipio
1
-1
/
+1
2009-12-12
qdev: Replace device names containing whitespace
Markus Armbruster
1
-6
/
+3
2009-12-12
qdev: Separate USB product description from qdev name
Markus Armbruster
1
-0
/
+3
[next]