summaryrefslogtreecommitdiffstats
path: root/hw/usb/host-libusb.c
Commit message (Expand)AuthorAgeFilesLines
* usb-host: fix usb3ep0quirk testGerd Hoffmann2015-11-031-1/+1
* usb-host: add wakeup call for iso xfersGerd Hoffmann2015-10-201-0/+1
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* Re-attach usb device to kernel while usb_host_open failsLin Ma2015-07-161-0/+3
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-261-2/+1
|\
| * error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1
* | hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster2015-02-181-1/+1
|/
* usb: delete redundant brackets in usb_host_handle_control()lijun2014-12-101-1/+1
* usb-host: fix usb_host_speed_compat tyopsGerd Hoffmann2014-11-121-3/+3
* Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing...Chris Johns2014-11-111-0/+6
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-1/+0
* host-libusb: remove bootindex property from qdev to qomGonglei2014-10-151-1/+11
* libusb: using error_report instead of fprintfGonglei2014-09-231-5/+4
* libusb: convert init to realizeGonglei2014-09-231-9/+8
* usb-bus: convert USBDeviceClass init to realizeGonglei2014-09-231-2/+5
* usb: initialize libusb_device to avoid crashJincheng Miao2014-07-011-2/+2
* usb-host: add range checks for usb-host parametersGerd Hoffmann2014-06-131-0/+13
* usb-host: add HAVE_STREAMS defineGerd Hoffmann2014-06-021-7/+11
* usb-host: allow attaching usb3 devices to ehciGerd Hoffmann2014-06-021-8/+54
* usb-host-libusb: Set stream id when submitting bulk-stream transfersHans de Goede2014-05-261-4/+17
* usb-host-libusb: Add alloc / free streams opsHans de Goede2014-05-261-0/+50
* usb-host-libusb: Fill in endpoint max_streams when availableHans de Goede2014-05-261-0/+12
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-2/+2
* usb-host-libusb: Detach kernel drivers earlierHans de Goede2013-10-221-2/+5
* usb-host-libusb: Configuration 0 may be a valid configurationHans de Goede2013-10-221-5/+4
* usb-host-libusb: Fix reset handlingHans de Goede2013-10-221-6/+4
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-3/+3
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* usb-host-libusb: set USB_DEV_FLAG_IS_HOSTGerd Hoffmann2013-06-241-0/+1
* usb/host-libusb: Fix building with libusb git master codeHans de Goede2013-06-241-0/+4
* host-libusb: Correct test for USB packet stateEd Maste2013-06-031-1/+1
* usb-host: add usb_host_full_speed_compatGerd Hoffmann2013-05-071-3/+37
* usb-host: live migration support for the libusb versionGerd Hoffmann2013-05-071-5/+49
* usb-host: raise libusbx minimum version to 1.0.13Gerd Hoffmann2013-04-231-5/+0
* use libusb for usb-hostGerd Hoffmann2013-04-161-0/+1449
OpenPOWER on IntegriCloud