aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-31usb: class specific interface requestsMax Reitz1-0/+4
2009-12-18usb-net: use qdev for -usbdeviceGerd Hoffmann1-3/+0
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster1-0/+2
2009-12-12qdev: Rename USBDevice member devname to product_descMarkus Armbruster1-1/+1
2009-10-30usb-storage: use qdev for -usbdeviceGerd Hoffmann1-4/+0
2009-10-30usb: make attach optional.Gerd Hoffmann1-0/+1
2009-10-30usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann1-3/+0
2009-10-30usb core: use qdev for -usbdeviceGerd Hoffmann1-0/+5
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann1-0/+2
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann1-1/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-5/+5
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-15/+13
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-23/+46
2009-05-10Follow coding conventionsPaul Brook1-5/+5
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-1/+1
2009-03-05monitor: Rework modal password input (Jan Kiszka)aliguori1-1/+2
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori1-1/+4
2008-09-29Emulate a USB bluetooth dongle (or HCI Transport layer).balrog1-0/+3
2008-09-29Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.balrog1-0/+1
2008-09-14usb: Support for removing device by host addr, improved auto filter syntax (M...aliguori1-0/+1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-2/+0
2008-08-21usb: generic packet handler cleanup and documentation (Max Krasnyansky)aliguori1-2/+33
2008-08-21husb: support for USB host device auto connect (Max Krasnyansky)aliguori1-0/+1
2008-08-21husb: support for USB host device auto disconnect (Max Krasnyansky)aliguori1-0/+1
2008-07-17Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).balrog1-0/+3
2008-04-22Inventra MUSB-HDRC host-mode USB.balrog1-0/+27
2008-01-14USB-to-serial device (Samuel Thibault).balrog1-0/+3
2007-11-17Break up vl.h.pbrook1-9/+8
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-5/+5
2007-06-22Add USB HID keyboard.balrog1-0/+1
2007-06-10Wacom PenPartner tablet (virtual USB device).balrog1-0/+3
2007-06-06Use the correct PCI IDs for Malta.ths1-1/+2
2007-04-07Unify IRQ handling.pbrook1-1/+1
2007-03-17OHCI USB PXA support (Andrzej Zaborowski).pbrook1-1/+3
2007-02-10Fix typo, by Ed Swierk.ths1-1/+1
2006-08-12SCSI and USB async IO support.pbrook1-8/+50
2006-07-19usb destroy API change (Lonnie Mendez)bellard1-2/+3
2006-06-26display device identifier string for user with info usb (Lonnie Mendez)bellard1-0/+1
2006-05-25Rearrange SCSI disk emulation code.pbrook1-1/+5
2006-05-21OHCI USB host emulation.pbrook1-3/+9
2006-05-13Rearrange PCI host emulation code.pbrook1-1/+1
2006-04-12USB tablet support (Brad Campbell, Anthony Liguori)bellard1-0/+1
2005-11-06USB user interfacebellard1-1/+17
2005-11-05added virtual USB mouse supportbellard1-0/+10
2005-11-05initial USB supportbellard1-0/+139