aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-bt.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori1-3/+2
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann1-2/+2
2012-02-10usb: kill handle_packet callbackGerd Hoffmann1-1/+0
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-6/+8
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori1-1/+1
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori1-13/+20
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann1-22/+0
2011-11-22usb: make usb_create_simple catch and pass up errors.Gerd Hoffmann1-0/+3
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-19/+12
2011-07-20usb-bt doesn't support migrationGerd Hoffmann1-0/+6
2011-07-08usb: fixup bluetooth descriptorsGerd Hoffmann1-12/+12
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede1-3/+3
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann1-18/+3
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann1-19/+12
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann1-4/+0
2011-01-11usb bluetooth: use new descriptor infrastructure.Gerd Hoffmann1-271/+202
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-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann1-1/+0
2009-09-25static and inline should came before the type of the functionsJuan Quintela1-1/+1
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-10/+28
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-3/+3
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-11-09Document bluetooth support in qemu-doc.balrog1-0/+2
2008-09-29Emulate a USB bluetooth dongle (or HCI Transport layer).balrog1-0/+647