aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/host-libusb.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-17usb-host: workaround libusb bugGerd Hoffmann1-0/+14
2020-06-17usb: add hostdevice property to usb-hostGerd Hoffmann1-14/+61
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-02-12usb-host: wait for cancel completeGerd Hoffmann1-8/+9
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-13usb-host: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich1-0/+20
2019-11-06usb-host: add option to allow all resets.Gerd Hoffmann1-4/+9
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-05-29usb-host: avoid libusb_set_configuration callsGerd Hoffmann1-8/+10
2019-05-29usb-host: skip reset for untouched devicesGerd Hoffmann1-0/+3
2019-03-07Introduce new "no_guest_reset" parameter for usb-host deviceAlexander Kappner1-1/+6
2018-12-10usb-host: reset and close libusb_device_handle before qemu exitlinzhecheng1-0/+2
2018-11-27usb-host: set ifs.detached as true if kernel driver is not activelinzhecheng1-0/+3
2018-05-07usb-host: skip open on pending postload bhGerd Hoffmann1-0/+7
2018-04-27Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_optionJohn Thomson1-0/+4
2017-06-21usb-host: support devices with sparse/non-sequential USB interfacesSamuel Brian1-10/+14
2017-04-03usb-host: switch to LIBUSB_API_VERSIONGerd Hoffmann1-2/+5
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau1-2/+2
2017-01-31hw/ppc/spapr: Fix boot path of usb-host storage devicesThomas Huth1-0/+29
2016-09-13usb-host: fix streams detection in usb_host_speed_compatGerd Hoffmann1-2/+5
2016-08-02wxx: Fix compilation of host-libusb.cStefan Weil1-3/+4
2016-08-02wxx: Fix compiler warning for host-libusb.cStefan Weil1-1/+2
2016-06-13usb-host: add special case for bus+addrGerd Hoffmann1-4/+52
2016-05-11usb: Support compilation without poll.hStefan Weil1-1/+12
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-11-03usb-host: fix usb3ep0quirk testGerd Hoffmann1-1/+1
2015-10-20usb-host: add wakeup call for iso xfersGerd Hoffmann1-0/+1
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-07-16Re-attach usb device to kernel while usb_host_open failsLin Ma1-0/+3
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell1-2/+1
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster1-1/+1
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+1
2014-12-10usb: delete redundant brackets in usb_host_handle_control()lijun1-1/+1
2014-11-12usb-host: fix usb_host_speed_compat tyopsGerd Hoffmann1-3/+3
2014-11-11Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing...Chris Johns1-0/+6
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-1/+0
2014-10-15host-libusb: remove bootindex property from qdev to qomGonglei1-1/+11
2014-09-23libusb: using error_report instead of fprintfGonglei1-5/+4
2014-09-23libusb: convert init to realizeGonglei1-9/+8
2014-09-23usb-bus: convert USBDeviceClass init to realizeGonglei1-2/+5
2014-07-01usb: initialize libusb_device to avoid crashJincheng Miao1-2/+2
2014-06-13usb-host: add range checks for usb-host parametersGerd Hoffmann1-0/+13
2014-06-02usb-host: add HAVE_STREAMS defineGerd Hoffmann1-7/+11