aboutsummaryrefslogtreecommitdiffstats
path: root/usb-linux.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-27usb-linux: return USB_RET_STALL on -EPIPEPaul Bolle1-1/+3
2009-10-07Check return value of qdev_init()Markus Armbruster1-2/+4
2009-10-07Unbreak USB autoconnect filtersMarkus Armbruster1-2/+0
2009-09-25unbreak usb pass-through on linux.Gerd Hoffmann1-0/+2
2009-09-12Use proper format conversion specifier when printing size_t valuemalc1-3/+3
2009-09-11usb-linux.c: fix buffer overflowJim Paris1-2/+10
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-6/+6
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-16/+37
2009-09-07USB: use opaque parameter passing for monitor handleBlue Swirl1-4/+5
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl1-4/+4
2009-07-10Prefer sysfs for USB host devicesMark McLoughlin1-9/+9
2009-05-22USB serial device supportJason Wessel1-2/+1
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-14/+21
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-22/+2
2008-12-28Suppress a -Werror=format-security warningblueswir11-7/+11
2008-11-22Native BSD host USB support (Juergen Lock, Lonnie Mendez)blueswir11-23/+0
2008-11-22Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Eggerblueswir11-1/+1
2008-10-28Use locally defined structure.pbrook1-1/+1
2008-10-25Silence warnings about unused variablesblueswir11-5/+5
2008-10-21Keep usb host scanning from leaking file descriptorsaliguori1-5/+11
2008-10-21Fix broken USB support for Linux host (Bjorn Danielsson)aliguori1-1/+2
2008-10-07Add USB sys file-system support (v8) (TJ)aliguori1-10/+218
2008-09-22Don't use sprintf() or strcpy()aliguori1-10/+10
2008-09-15Define a few structures instead of including a file, add "static"blueswir11-2/+20
2008-09-14usb: Support for removing device by host addr, improved auto filter syntax (M...aliguori1-31/+172
2008-09-14husb: Make control transactions asynchronous (Max Krasnyansky)aliguori1-93/+371
2008-08-21husb: Fixup printfs and stuff based on the review comments (Max Krasnyansky)aliguori1-7/+4
2008-08-21husb: remove disconnect detection timer (Max Krasnyansky)aliguori1-31/+6
2008-08-21husb: rewrite Linux host USB layer, fully async operation (Max Krasnyansky)aliguori1-278/+182
2008-08-21husb: support for USB host device auto connect (Max Krasnyansky)aliguori1-14/+195
2008-08-21husb: support for USB host device auto disconnect (Max Krasnyansky)aliguori1-9/+47
2007-11-18Add statics and missing #includes for prototypes.pbrook1-4/+4
2007-11-17Break up vl.h.pbrook1-1/+3
2007-10-31Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon ...balrog1-22/+29
2007-10-04Quiet warnings introduced with the USB iso support.balrog1-43/+46
2007-10-04USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...balrog1-61/+503
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-31/+31
2006-12-10Build fix for newer kernel headers, thanks Jason Wessel.ths1-1/+0
2006-08-12SCSI and USB async IO support.pbrook1-6/+5
2006-07-19usb destroy API change (Lonnie Mendez)bellard1-9/+11
2006-07-19Linux compilation fixbellard1-0/+9
2006-06-26display device identifier string for user with info usb (Lonnie Mendez)bellard1-3/+27
2006-05-25Rearrange SCSI disk emulation code.pbrook1-1/+1
2006-03-11Tweak UHCI device settings. Ignore host root hubs.pbrook1-2/+4
2005-11-13correct use of USBDEVFS_DISCONNECTbellard1-4/+9
2005-11-06USB user interfacebellard1-85/+256
2005-11-05initial USB supportbellard1-0/+309