index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
bt-hid.c
Age
Commit message (
Expand
)
Author
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-04
bluetooth: kill dummy usb device, use hid code directly.
Gerd Hoffmann
2011-08-04
usb: use iovecs in USBPacket
Gerd Hoffmann
2011-05-26
usb: Pass the packet to the device's handle_control callback
Hans de Goede
2009-12-12
qdev: Replace device names containing whitespace
Markus Armbruster
2009-12-12
qdev: Rename USBDevice member devname to product_desc
Markus Armbruster
2009-09-09
qdev/usb: make qemu aware of usb busses.
Gerd Hoffmann
2009-09-09
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
2009-04-07
Don't try to return result from a void function (spotted by Sparse)
blueswir1
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
2008-09-29
Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.
balrog