summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Fix regression in Hercules audio cardAlan Stern2020-12-021-0/+6
* USB: core: add endpoint-blacklist quirkJohan Hovold2020-12-023-0/+46
* usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong2020-12-021-0/+3
* usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong2020-12-021-3/+7
* USB: core: Change %pK for __user pointers to %pxAlan Stern2020-12-021-7/+7
* usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt2020-11-181-0/+9
* usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov2020-11-181-1/+1
* USB: Add NO_LPM quirk for Kingston flash driveAlan Stern2020-11-101-0/+3
* USB: serial: option: add Telit FN980 composition 0x1055Daniele Palmas2020-11-101-0/+2
* USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231Daniele Palmas2020-11-101-0/+6
* USB: serial: cyberjack: fix write-URB completion raceJohan Hovold2020-11-101-1/+6
* usb: host: fsl-mph-dr-of: check return of dma_set_mask()Ran Wang2020-11-101-3/+6
* usb: dwc3: core: don't trigger runtime pm when remove driverLi Jun2020-11-101-2/+2
* usb: dwc3: core: add phy cleanup for probe error handlingLi Jun2020-11-101-0/+11
* USB: adutux: fix debuggingOliver Neukum2020-11-101-0/+1
* usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.Lorenzo Colitti2020-10-291-1/+1
* USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().Oliver Neukum2020-10-291-17/+55
* usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol2020-10-291-0/+11
* usb: core: Solve race condition in anchor cleanup functionsEli Billauer2020-10-291-35/+54
* usb: ohci: Default to per-port over-current protectionHamish Martin2020-10-291-6/+10
* USB: cdc-acm: handle broken union descriptorsJohan Hovold2020-10-291-0/+12
* usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang2020-10-291-2/+14
* usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti2020-10-291-1/+1
* usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.Lorenzo Colitti2020-10-291-2/+4
* USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adaptersMychaela N. Falconia2020-10-172-0/+12
* USB: serial: pl2303: add device-id for HP GC deviceScott Chen2020-10-172-0/+2
* USB: serial: option: Add Telit FT980-KS compositionLeonid Bloch2020-10-171-0/+2
* USB: serial: option: add Cellient MPL200 cardWilken Gottwalt2020-10-171-0/+3
* USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue2020-10-141-28/+2
* USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned intColin Ian King2020-10-011-4/+3
* USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()Tang Bin2020-10-011-3/+2
* ehci-hcd: Move include to keep CRC stableQuentin Perret2020-09-232-1/+1
* usblp: fix race between disconnect() and read()Oliver Neukum2020-09-231-0/+5
* USB: UAS: fix disconnect by unplugging a hubOliver Neukum2020-09-231-2/+12
* USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao2020-09-231-0/+4
* usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman2020-09-231-49/+42
* USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modulesAleksander Morgado2020-09-231-0/+2
* USB: serial: ftdi_sio: add IDs for Xsens Mti USB converterPatrick Riphagen2020-09-232-0/+2
* usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao2020-09-231-0/+5
* USB: core: add helpers to retrieve endpointsJohan Hovold2020-09-231-0/+83
* usb: storage: Add unusual_uas entry for Sony PSZ drivesAlan Stern2020-09-031-0/+7
* USB: gadget: u_f: Unbreak offset calculation in VLAsAndy Shevchenko2020-09-031-4/+4
* USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile2020-09-031-12/+69
* USB: gadget: u_f: add overflow checks to VLA macrosBrooke Basile2020-09-031-11/+27
* usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin2020-09-031-3/+2
* USB: Ignore UAS for JMicron JMS567 ATA/ATAPI BridgeCyril Roelandt2020-09-031-1/+1
* USB: quirks: Add no-lpm quirk for another Raydium touchscreenKai-Heng Feng2020-09-031-0/+2
* usb: uas: Add quirk for PNY Pro EliteThinh Nguyen2020-09-031-0/+7
* USB: yurex: Fix bad gfp argumentAlan Stern2020-09-031-1/+1
* xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng2020-09-031-9/+10