Age | Commit message (Expand) | Author |
2011-08-10 | usb-hid: remove usb_hid_datain_cb | Gerd Hoffmann |
2011-08-10 | usb-hid: use hid vmstate macro | Michael Walle |
2011-08-10 | usb/hid: add hid_pointer_activate, use it | Gerd Hoffmann |
2011-08-04 | hid: move idle+protocol from usb-hid to hid too. | Gerd Hoffmann |
2011-08-04 | usb-hid: split hid code to hw/hid.[ch] | Gerd Hoffmann |
2011-08-04 | usb-hid: add hid_has_events() | Gerd Hoffmann |
2011-08-04 | usb-hid: add event callback | Gerd Hoffmann |
2011-08-04 | usb-hid: create & use HIDState | Gerd Hoffmann |
2011-08-04 | usb: use iovecs in USBPacket | Gerd Hoffmann |
2011-07-30 | usb-hid: Fix 0/0 position for Windows in tablet mode | Jan Kiszka |
2011-07-22 | usb-hid: fixup changed tracking. | Gerd Hoffmann |
2011-06-14 | The USB tablet should not claim boot protocol support. | Kevin O'Connor |
2011-06-14 | Fix USB mouse Set_Protocol behavior | Kevin O'Connor |
2011-05-26 | usb: Pass the packet to the device's handle_control callback | Hans de Goede |
2011-05-26 | usb: update config descriptors to identify number of interfaces | Brad Hards |
2011-04-15 | Use qemu-common.h or qemu-timer.h in place of sysemu.h | Blue Swirl |
2011-03-21 | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini |
2011-01-24 | usb hid: add migration support | Gerd Hoffmann |
2011-01-24 | usb hid: move head+n to common struct | Gerd Hoffmann |
2011-01-24 | usb keyboard: add event event queue | Gerd Hoffmann |
2011-01-24 | add event queueing to USB HID | Paolo Bonzini |
2011-01-21 | Merge branch 'usb.4' of git://anongit.freedesktop.org/spice/qemu | Aurelien Jarno |
2011-01-20 | usb-hid: modifiers should generate an event | Aurelien Jarno |
2011-01-16 | USB keyboard emulation key mapping error | Michael Tokarev |
2011-01-11 | usb: hid: change serial number to "42". | Gerd Hoffmann |
2011-01-11 | usb: hid: remote wakeup support. | Gerd Hoffmann |
2011-01-11 | usb: move remote wakeup handling to common code | Gerd Hoffmann |
2011-01-11 | usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code | Gerd Hoffmann |
2011-01-11 | usb: move USB_REQ_SET_ADDRESS handling to common code | Gerd Hoffmann |
2011-01-11 | usb hid: use new descriptor infrastructure. | Gerd Hoffmann |
2010-06-14 | un-register kbd driver in case of USB kbd unplug. | Jes Sorensen |
2010-06-04 | blockdev: Collect block device code in new blockdev.c | Markus Armbruster |
2010-03-19 | Rewrite mouse handlers to use QTAILQ and to have an activation function | Anthony Liguori |
2010-03-09 | kbd leds: usb kbd | Gerd Hoffmann |
2010-02-19 | USB HID does not support Set_Idle | Kevin O'Connor |
2009-12-18 | Make USB hid devices self-powered | Riku Voipio |
2009-12-12 | qdev: Replace device names containing whitespace | Markus Armbruster |
2009-12-12 | qdev: Separate USB product description from qdev name | Markus Armbruster |
2009-12-12 | qdev: Rename USBDevice member devname to product_desc | Markus Armbruster |
2009-10-30 | usb-hid: use qdev for -usbdevice | Gerd Hoffmann |
2009-10-05 | usb: hook unplug into qdev, cleanups + fixes. | Gerd Hoffmann |
2009-09-09 | qdev/usb: add some convinience aliases. | Gerd Hoffmann |
2009-09-09 | qdev/usb: make qemu aware of usb busses. | Gerd Hoffmann |
2009-09-09 | qdev/usb: add usb bus support to qdev, convert drivers. | Gerd Hoffmann |
2009-02-05 | hw: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori |
2009-01-07 | fix usb-hid SET_IDLE behaviour (Stefano Stabellini) | aliguori |
2008-09-29 | Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP. | balrog |
2008-09-15 | Fix range in the hid report descriptor for USB tablet. | balrog |
2008-05-17 | Try to fix USB HID and make the HID reports readable. | balrog |
2008-04-26 | Fix USB and HID report descriptors for mouse and tablet. | balrog |