summaryrefslogtreecommitdiffstats
path: root/hw/usb/host-libusb.c
Commit message (Expand)AuthorAgeFilesLines
* usb-host: skip open on pending postload bhGerd Hoffmann2018-05-071-0/+7
* Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_optionJohn Thomson2018-04-271-0/+4
* usb-host: support devices with sparse/non-sequential USB interfacesSamuel Brian2017-06-211-10/+14
* usb-host: switch to LIBUSB_API_VERSIONGerd Hoffmann2017-04-031-2/+5
* usb: replace handle_destroy with unrealizeMarc-André Lureau2017-02-231-2/+2
* hw/ppc/spapr: Fix boot path of usb-host storage devicesThomas Huth2017-01-311-0/+29
* usb-host: fix streams detection in usb_host_speed_compatGerd Hoffmann2016-09-131-2/+5
* wxx: Fix compilation of host-libusb.cStefan Weil2016-08-021-3/+4
* wxx: Fix compiler warning for host-libusb.cStefan Weil2016-08-021-1/+2
* usb-host: add special case for bus+addrGerd Hoffmann2016-06-131-4/+52
* usb: Support compilation without poll.hStefan Weil2016-05-111-1/+12
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* 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/+1Star
|\
| * error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1Star
* | 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/+0Star
* host-libusb: remove bootindex property from qdev to qomGonglei2014-10-151-1/+11
* libusb: using error_report instead of fprintfGonglei2014-09-231-5/+4Star
* libusb: convert init to realizeGonglei2014-09-231-9/+8Star
* 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/+4Star
* usb-host-libusb: Fix reset handlingHans de Goede2013-10-221-6/+4Star
* 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/+0Star
* use libusb for usb-hostGerd Hoffmann2013-04-161-0/+1449