aboutsummaryrefslogtreecommitdiff
path: root/hw/bt-hid.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-04bluetooth: kill dummy usb device, use hid code directly.Gerd Hoffmann
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster
2009-12-12qdev: Rename USBDevice member devname to product_descMarkus Armbruster
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-07Don't try to return result from a void function (spotted by Sparse)blueswir1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-09-29Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.balrog