summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2020-10-29USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().Oliver Neukum
2020-10-29usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol
2020-10-29usb: core: Solve race condition in anchor cleanup functionsEli Billauer
2020-10-29usb: ohci: Default to per-port over-current protectionHamish Martin
2020-10-29usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang
2020-10-29usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti
2020-10-17USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adaptersMychaela N. Falconia
2020-10-17USB: serial: pl2303: add device-id for HP GC deviceScott Chen
2020-10-17USB: serial: option: Add Telit FT980-KS compositionLeonid Bloch
2020-10-17USB: serial: option: add Cellient MPL200 cardWilken Gottwalt
2020-10-01USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned intColin Ian King
2020-10-01USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()Tang Bin
2020-09-23ehci-hcd: Move include to keep CRC stableQuentin Perret
2020-09-23usblp: fix race between disconnect() and read()Oliver Neukum
2020-09-23USB: UAS: fix disconnect by unplugging a hubOliver Neukum
2020-09-23USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao
2020-09-23usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman
2020-09-23USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modulesAleksander Morgado
2020-09-23USB: serial: ftdi_sio: add IDs for Xsens Mti USB converterPatrick Riphagen
2020-09-23USB: core: add helpers to retrieve endpointsJohan Hovold
2020-09-03usb: storage: Add unusual_uas entry for Sony PSZ drivesAlan Stern
2020-09-03usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin
2020-09-03USB: Ignore UAS for JMicron JMS567 ATA/ATAPI BridgeCyril Roelandt
2020-09-03USB: quirks: Add no-lpm quirk for another Raydium touchscreenKai-Heng Feng
2020-09-03usb: uas: Add quirk for PNY Pro EliteThinh Nguyen
2020-09-03USB: yurex: Fix bad gfp argumentAlan Stern
2020-09-03xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng
2020-09-03USB: lvtest: return proper error code in probeEvgeny Novikov
2020-09-03USB: sisusbvga: Fix a potential UB casued by left shifting a negative valueChangming Liu
2020-08-21USB: serial: ftdi_sio: clean up receive processingJohan Hovold
2020-08-21USB: serial: ftdi_sio: make process-packet buffer unsignedJohan Hovold
2020-08-21usb: dwc2: Fix error path in gadget registrationMarek Szyprowski
2020-08-21bdc: Fix bug causing crash after multiple disconnectsSasi Kumar
2020-08-21usb: gadget: net2280: fix memory leak on probe error handling pathsEvgeny Novikov
2020-08-21USB: serial: qcserial: add EM7305 QDL product IDErik Ekman
2020-07-31usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()Evgeny Novikov
2020-07-22USB: serial: option: add Quectel EG95 LTE modemAceLan Kao
2020-07-22USB: serial: option: add GosunCn GM500 seriesJörgen Storvist
2020-07-22USB: serial: ch341: add new Product ID for CH340Igor Moura
2020-07-22USB: serial: cypress_m8: enable Simply Automated UPB PIMJames Hilliard
2020-07-22USB: serial: iuu_phoenix: fix memory corruptionJohan Hovold
2020-07-22usb: gadget: function: fix missing spinlock in f_uac1_legacyZhang Qiang
2020-07-22usb: chipidea: core: add wakeup support for extconPeter Chen
2020-07-22USB: c67x00: fix use after free in c67x00_giveback_urbTom Rix
2020-07-22usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai
2020-07-22usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław
2020-07-22Revert "usb/ohci-platform: Fix a warning when hibernating"Sasha Levin
2020-07-22Revert "usb/xhci-plat: Set PM runtime as active on resume"Sasha Levin
2020-07-22Revert "usb/ehci-platform: Set PM runtime as active on resume"Sasha Levin
2020-07-09usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang