aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-wacom.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori1-2/+1
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann1-1/+1
2012-02-10usb: kill handle_packet callbackGerd Hoffmann1-1/+0
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-9/+11
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori1-1/+2
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori1-15/+21
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann1-7/+0
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-2/+4
2011-07-20usb-wacom doesn't support migrationGerd Hoffmann1-0/+6
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede1-3/+3
2011-05-26usb: update config descriptors to identify number of interfacesBrad Hards1-0/+1
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann1-23/+0
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann1-8/+1
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann1-4/+0
2011-01-11usb wacom: use new descriptor infrastructure.Gerd Hoffmann1-105/+73
2010-10-20wacom tablet: activate event handlers.Gerd Hoffmann1-3/+10
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-2/+2
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster1-0/+1
2009-10-30usb-hid: use qdev for -usbdeviceGerd Hoffmann1-0/+1
2009-10-12Fixed wacom emulationFrançois Revol1-14/+24
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann1-1/+0
2009-09-09qdev/usb: add some convinience aliases.Gerd Hoffmann1-0/+1
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-5/+0
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-12/+22
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2007-11-17Break up vl.h.pbrook1-1/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-3/+3
2007-06-10Wacom PenPartner tablet (virtual USB device).balrog1-0/+412