summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan2021-03-261-1/+2
* usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan2021-03-261-1/+1
* usb: musb: Fix suspend with devices connected for a64Tony Lindgren2021-03-261-4/+8
* usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun2021-03-261-1/+9
* usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disableWesley Cheng2021-03-261-4/+4
* usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()Shuah Khan2021-03-261-0/+2
* USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modemVincent Palatin2021-03-231-0/+4
* USB: cdc-acm: do not log successful probe on later errorsJohan Hovold2021-03-231-2/+2
* USB: cdc-acm: always claim data interfaceJohan Hovold2021-03-231-8/+6
* USB: cdc-acm: use negation for NULL checksJohan Hovold2021-03-231-2/+2
* USB: cdc-acm: clean up probe error labelsJohan Hovold2021-03-231-17/+18
* USB: cdc-acm: drop redundant driver-data resetJohan Hovold2021-03-231-1/+0
* USB: cdc-acm: drop redundant driver-data assignmentJohan Hovold2021-03-231-1/+0
* USB: cdc-acm: fix use-after-free after probe failureJohan Hovold2021-03-231-0/+5
* USB: cdc-acm: fix double free on probe failureJohan Hovold2021-03-231-1/+0
* USB: cdc-acm: downgrade message to debugOliver Neukum2021-03-231-1/+2
* USB: cdc-acm: untangle a circular dependency between callback and softintOliver Neukum2021-03-231-16/+32
* cdc-acm: fix BREAK rx code path adding necessary callsOliver Neukum2021-03-231-1/+3
* usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang2021-03-231-5/+5
* usb: dwc3: pci: Enable dis_uX_susphy_quirk for Intel MerrifieldAndy Shevchenko2021-03-231-0/+2
* usb: dwc3: gadget: Use max speed if unspecifiedThinh Nguyen2021-03-231-1/+1
* usb: dwc3: gadget: Set gadget_max_speed when set ssp_rateThinh Nguyen2021-03-231-0/+1
* usb: dwc3: qcom: skip interconnect init for ACPI probeShawn Guo2021-03-231-0/+3
* Merge tag 'usb-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-03-218-15/+48
|\
| * usb: typec: tcpm: Skip sink_cap query only when VDM sm is busyBadhri Jagan Sridharan2021-03-181-1/+1
| * usb: dwc3: gadget: Prevent EP queuing while stopping transfersWesley Cheng2021-03-171-6/+5
| * usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy-Badhri Jagan Sridharan2021-03-171-1/+8
| * usb: typec: Remove vdo[3] part of tps6598x_rx_identity_reg structElias Rudberg2021-03-171-1/+0
| * usb-storage: Add quirk to defeat Kindle's automatic unloadAlan Stern2021-03-172-0/+19
| * usb: gadget: configfs: Fix KASAN use-after-freeJim Lin2021-03-171-4/+10
| * usbip: Fix incorrect double assignment to udc->ud.tcp_rxColin Ian King2021-03-171-1/+1
| * Merge tag 'usb-v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-03-161-1/+4
| |\
| | * usb: cdnsp: Fixes incorrect value in ISOC TRBPawel Laszczak2021-03-131-1/+4
* | | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
|/ /
* | Merge tag 'usb-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-03-1319-107/+226
|\ \
| * | xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman2021-03-111-32/+30
| * | usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman2021-03-111-2/+6
| * | xhci: Improve detection of device initiated wake signal.Mathias Nyman2021-03-111-3/+13
| * | usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka2021-03-113-1/+8
| * | Merge tag 'usb-serial-5.12-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-03-114-35/+20
| |\ \
| | * | USB: serial: io_edgeport: fix memory leak in edge_startupPavel Skripkin2021-03-091-10/+16
| | * | USB: serial: ch341: add new Product IDNiv Sardi2021-03-091-0/+1
| | * | USB: serial: xr: fix NULL-deref on disconnectJohan Hovold2021-03-091-25/+0
| | * | USB: serial: cp210x: add some more GE USB IDsSebastian Reichel2021-03-091-0/+2
| | * | USB: serial: cp210x: add ID for Acuity Brands nLight Air AdapterKaran Singhal2021-03-091-0/+1
| | |/
| * | usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan2021-03-101-8/+34
| * | usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan2021-03-101-4/+25
| * | usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan2021-03-101-7/+25
| * | usbip: fix vudc to check for stream socketShuah Khan2021-03-101-0/+9
| * | usbip: fix vhci_hcd to check for stream socketShuah Khan2021-03-101-1/+9