aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-bt.c
AgeCommit message (Expand)AuthorFilesLines
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