summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci-mtk: resume USB3 roothub firstChunfeng Yun2018-10-011-2/+2
* xhci: Add missing CAS workaround for Intel Sunrise Point xHCIMathias Nyman2018-10-011-0/+2
* usb: cdc_acm: Do not leak URB buffersRomain Izard2018-10-011-0/+6
* Merge tag 'usb-serial-4.19-rc7' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-10-012-3/+15
|\
| * USB: serial: simple: add Motorola Tetra MTP6550 idJohan Hovold2018-09-241-1/+2
| * USB: serial: option: add two-endpoints device-id flagJohan Hovold2018-09-141-10/+7
| * USB: serial: option: improve Quectel EP06 detectionKristian Evensen2018-09-141-2/+16
* | usb: typec: mux: Take care of driver module reference countingHeikki Krogerus2018-09-201-4/+13
* | usb: core: safely deal with the dynamic quirk listsHarry Pan2018-09-201-1/+2
* | usb: roles: Take care of driver module reference countingHeikki Krogerus2018-09-201-3/+12
* | USB: handle NULL config in usb_find_alt_setting()Alan Stern2018-09-201-0/+2
* | USB: fix error handling in usb_driver_claim_interface()Alan Stern2018-09-201-0/+15
* | USB: remove LPM management from usb_driver_claim_interface()Alan Stern2018-09-201-15/+0
* | USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum2018-09-201-0/+5
* | USB: usbdevfs: sanitize flags moreOliver Neukum2018-09-201-3/+16
* | Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin...Sebastian Andrzej Siewior2018-09-201-1/+1
* | usb: musb: dsps: do not disable CPPI41 irq in driver teardownBin Liu2018-09-201-11/+1
* | Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2018-09-102-74/+0
* | usb: Change usb_of_get_companion_dev() place to usb/commonYoshihiro Shimoda2018-09-102-26/+25
* | usb: xhci: fix interrupt transfer error happened on MTK platformsChunfeng Yun2018-09-101-0/+4
* | Merge tag 'fixes-for-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-066-18/+36
|\ \
| * | usb: dwc2: Fix call location of dwc2_check_core_endiannessBruno Meirelles Herrera2018-09-051-2/+2
| * | usb: dwc3: pci: Fix return value check in dwc3_byt_enable_ulpi_refclock()Wei Yongjun2018-08-291-2/+2
| * | usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0Yoshihiro Shimoda2018-08-291-1/+4
| * | usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev2018-08-291-5/+10
| * | USB: net2280: Fix erroneous synchronization changeAlan Stern2018-08-291-2/+14
| * | usb: dwc3: of-simple: avoid unused function warningsArnd Bergmann2018-08-291-6/+4
* | | Merge tag 'usb-serial-4.19-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-09-052-2/+2
|\ \ \ | | |/ | |/|
| * | USB: serial: ti_usb_3410_5052: fix array underflow in completion handlerJohan Hovold2018-08-271-1/+1
| * | USB: serial: io_ti: fix array underflow in completion handlerJohan Hovold2018-08-271-1/+1
| |/
* | usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interr...Jia-Ju Bai2018-09-051-1/+1
* | usb: misc: uss720: Fix two sleep-in-atomic-context bugsJia-Ju Bai2018-09-051-2/+2
* | usb: host: u132-hcd: Fix a sleep-in-atomic-context bug in u132_get_frame()Jia-Ju Bai2018-09-051-1/+1
* | usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman2018-09-051-0/+11
* | usb/typec: fix kernel-doc notation warning for typec_match_altmodeRandy Dunlap2018-09-051-3/+4
* | usb: Don't die twice if PCI xhci host is not responding in resumeMathias Nyman2018-09-051-2/+0
* | usb: mtu3: fix error of xhci port id when enable U3 dual roleChunfeng Yun2018-09-052-1/+6
* | usb: uas: add support for more quirk flagsOliver Neukum2018-09-051-0/+21
* | USB: Add quirk to support DJI CineSSDTim Anderson2018-09-053-0/+19
* | usb: typec: fix kernel-doc parameter warningRandy Dunlap2018-09-051-1/+0
* | usb/dwc3/gadget: fix kernel-doc parameter warningRandy Dunlap2018-09-051-1/+0
* | USB: yurex: Check for truncation in yurex_read()Ben Hutchings2018-09-051-0/+3
* | USB: yurex: Fix buffer over-read in yurex_write()Ben Hutchings2018-09-051-2/+3
* | usb: host: xhci-plat: Iterate over parent nodes for finding quirksAnurag Kumar Vulisha2018-09-051-11/+16
* | xhci: Fix use after free for URB cancellation on a reallocated endpointMathias Nyman2018-09-051-0/+30
* | USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controllerMaxence Duprès2018-09-051-0/+4
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-232-13/+0
|\
| * Merge tag 'samsung-drivers-exynos5440-4.19' of https://git.kernel.org/pub/scm...Olof Johansson2018-07-262-13/+0
| |\
| | * usb: host: exynos: Remove support for Exynos5440Krzysztof Kozlowski2018-07-242-13/+0
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\ \ \
OpenPOWER on IntegriCloud