summaryrefslogtreecommitdiffstats
path: root/usb-linux.c
Commit message (Expand)AuthorAgeFilesLines
* usb-linux: Add missing break statementStefan Weil2011-05-091-0/+1
* usb: move complete callback to port opsGerd Hoffmann2011-05-041-1/+1
* usb-linux: Add support for buffering iso out usb packetsHans de Goede2011-05-041-51/+101
* usb-linux: We only need to keep track of 15 endpointsHans de Goede2011-05-041-3/+3
* usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0)Hans de Goede2011-05-041-1/+5
* usb-linux: Refuse packets for endpoints which are not in the usb descriptorHans de Goede2011-05-041-0/+13
* usb-linux: Add support for buffering iso usb packetsHans de Goede2011-05-041-17/+226
* usb-linux: Get the alt. setting from sysfs rather then asking the devHans de Goede2011-05-041-0/+18
* usb-linux: introduce a usb_linux_alt_setting functionHans de Goede2011-05-041-15/+25
* usb: fix spelling errors in usb-linux.cBrad Hards2011-04-161-2/+2
* usb: initialise data element in Linux USB_DISCONNECT ioctlBrad Hards2011-04-161-0/+1
* change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
* usb-linux: Get the active configuration from sysfs rather then asking the devHans de Goede2010-11-161-0/+19
* usb-linux: introduce a usb_linux_get_configuration functionHans de Goede2010-11-161-8/+22
* usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYSHans de Goede2010-11-161-11/+15
* Return usb device to host on exitShahar Havivi2010-06-301-0/+14
* Return usb device to host on usb_del commandShahar Havivi2010-06-301-0/+1
* Changes to usb-linux to conform to coding styleDavid Ahern2010-05-031-149/+224
* usb: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-2/+1
* Revert "usb-linux: remove unreachable default in switch statement"Anthony Liguori2010-03-191-0/+3
* usb-linux: remove unreachable default in switch statementPaul Bolle2010-03-171-3/+0
* usb: Remove disabled monitor_printf() in usb_read_file()Markus Armbruster2010-03-161-8/+0
* Do not use dprintfmalc2010-02-071-26/+26
* usb-linux: increase buffer for USB control requestsChristian Krause2010-02-061-1/+1
* usb-linux.c: remove write-only variablePaolo Bonzini2010-02-051-2/+0
* usb-linux.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-2/+1
* Fix QEMU_WARN_UNUSED_RESULTKevin Wolf2010-01-191-1/+1
* usb-host: check mon before using it.Gerd Hoffmann2009-12-181-4/+7
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-3/+2
* qdev: Separate USB product description from qdev nameMarkus Armbruster2009-12-121-0/+1
* qdev: Rename USBDevice member devname to product_descMarkus Armbruster2009-12-121-2/+2
* Fix recently introduced bugs in -usbdevice hostMarkus Armbruster2009-12-031-12/+16
* usb-host: use qdev for -usbdevice + rework.Gerd Hoffmann2009-10-301-266/+144
* usb-linux: return USB_RET_STALL on -EPIPEPaul Bolle2009-10-271-1/+3
* Check return value of qdev_init()Markus Armbruster2009-10-071-2/+4
* Unbreak USB autoconnect filtersMarkus Armbruster2009-10-071-2/+0
* unbreak usb pass-through on linux.Gerd Hoffmann2009-09-251-0/+2
* Use proper format conversion specifier when printing size_t valuemalc2009-09-121-3/+3
* usb-linux.c: fix buffer overflowJim Paris2009-09-111-2/+10
* qdev/usb: make qemu aware of usb busses.Gerd Hoffmann2009-09-091-6/+6
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-16/+37
* USB: use opaque parameter passing for monitor handleBlue Swirl2009-09-071-4/+5
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-4/+4
* Prefer sysfs for USB host devicesMark McLoughlin2009-07-101-9/+9
* USB serial device supportJason Wessel2009-05-221-2/+1
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-14/+21
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-22/+2
* Suppress a -Werror=format-security warningblueswir12008-12-281-7/+11
* Native BSD host USB support (Juergen Lock, Lonnie Mendez)blueswir12008-11-221-23/+0
* Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Eggerblueswir12008-11-221-1/+1
OpenPOWER on IntegriCloud