aboutsummaryrefslogtreecommitdiffstats
path: root/hw/bt-hid.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-04bluetooth: kill dummy usb device, use hid code directly.Gerd Hoffmann1-40/+22
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-8/+8
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede1-3/+3
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-1/+1
2009-12-12qdev: Rename USBDevice member devname to product_descMarkus Armbruster1-1/+1
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-1/+2
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-9/+9
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-07Don't try to return result from a void function (spotted by Sparse)blueswir11-1/+1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-4/+5
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-09-29Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.balrog1-0/+571