aboutsummaryrefslogtreecommitdiff
path: root/hw/usb.h
AgeCommit message (Expand)Author
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov
2010-03-31usb: class specific interface requestsMax Reitz
2009-12-18usb-net: use qdev for -usbdeviceGerd Hoffmann
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster
2009-12-12qdev: Rename USBDevice member devname to product_descMarkus Armbruster
2009-10-30usb-storage: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb: make attach optional.Gerd Hoffmann
2009-10-30usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb core: use qdev for -usbdeviceGerd Hoffmann
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
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-05-10Follow coding conventionsPaul Brook
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-03-05monitor: Rework modal password input (Jan Kiszka)aliguori
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori
2008-09-29Emulate a USB bluetooth dongle (or HCI Transport layer).balrog
2008-09-29Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.balrog
2008-09-14usb: Support for removing device by host addr, improved auto filter syntax (M...aliguori
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-08-21usb: generic packet handler cleanup and documentation (Max Krasnyansky)aliguori
2008-08-21husb: support for USB host device auto connect (Max Krasnyansky)aliguori
2008-08-21husb: support for USB host device auto disconnect (Max Krasnyansky)aliguori
2008-07-17Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).balrog
2008-04-22Inventra MUSB-HDRC host-mode USB.balrog
2008-01-14USB-to-serial device (Samuel Thibault).balrog
2007-11-17Break up vl.h.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-22Add USB HID keyboard.balrog
2007-06-10Wacom PenPartner tablet (virtual USB device).balrog
2007-06-06Use the correct PCI IDs for Malta.ths
2007-04-07Unify IRQ handling.pbrook
2007-03-17OHCI USB PXA support (Andrzej Zaborowski).pbrook
2007-02-10Fix typo, by Ed Swierk.ths
2006-08-12SCSI and USB async IO support.pbrook
2006-07-19usb destroy API change (Lonnie Mendez)bellard
2006-06-26display device identifier string for user with info usb (Lonnie Mendez)bellard
2006-05-25Rearrange SCSI disk emulation code.pbrook
2006-05-21OHCI USB host emulation.pbrook
2006-05-13Rearrange PCI host emulation code.pbrook
2006-04-12USB tablet support (Brad Campbell, Anthony Liguori)bellard
2005-11-06USB user interfacebellard
2005-11-05added virtual USB mouse supportbellard
2005-11-05initial USB supportbellard