summaryrefslogtreecommitdiffstats
path: root/hw/usb/host-libusb.c
Commit message (Expand)AuthorAgeFilesLines
* usb: build usb-host as moduleGerd Hoffmann2021-07-091-0/+1
* monitor/usb: register 'info usbhost' dynamicallyGerd Hoffmann2021-07-091-0/+1
* usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann2021-07-091-29/+7Star
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* usb-host: use correct altsetting in usb_host_ep_updateNick Rosbrook2021-02-171-3/+15
* usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPERGerd Hoffmann2021-01-221-0/+15
* hw/usb/host-libusb.c: fix build with kernel < 5.0Fabrice Fontaine2021-01-221-1/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-1/+1
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-...Peter Maydell2020-09-121-1/+1
|\
| * usb-host: restrict workaround to new libusb versionsGerd Hoffmann2020-09-101-1/+1
* | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* | Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-1/+2
|/
* usb-host: workaround libusb bugGerd Hoffmann2020-08-311-1/+36
* usb: fix usb-host build on windows.Gerd Hoffmann2020-07-131-2/+2
* usb-host: workaround libusb bugGerd Hoffmann2020-06-171-0/+14
* usb: add hostdevice property to usb-hostGerd Hoffmann2020-06-171-14/+61
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* usb-host: wait for cancel completeGerd Hoffmann2020-02-121-8/+9
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* usb-host: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich2020-01-131-0/+20
* usb-host: add option to allow all resets.Gerd Hoffmann2019-11-061-4/+9
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* usb-host: avoid libusb_set_configuration callsGerd Hoffmann2019-05-291-8/+10
* usb-host: skip reset for untouched devicesGerd Hoffmann2019-05-291-0/+3
* Introduce new "no_guest_reset" parameter for usb-host deviceAlexander Kappner2019-03-071-1/+6
* usb-host: reset and close libusb_device_handle before qemu exitlinzhecheng2018-12-101-0/+2
* usb-host: set ifs.detached as true if kernel driver is not activelinzhecheng2018-11-271-0/+3
* 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