summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-07-09usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang1-0/+1
2020-06-30usb: gadget: udc: Potential Oops in error handling codeDan Carpenter1-1/+2
2020-06-30xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng1-0/+3
2020-06-30cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund1-0/+2
2020-06-30xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper1-0/+1
2020-06-30xhci: Fix incorrect EP_STATE_MASKMathias Nyman1-1/+1
2020-06-30usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()Tang Bin1-3/+2
2020-06-30USB: ehci: reopen solution for Synopsys HC bugLongfang Liu1-0/+7
2020-06-30usb: add USB_QUIRK_DELAY_INIT for Logitech C922Tomasz MeresiƄski1-1/+2
2020-06-30usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2-6/+11
2020-06-30USB: ohci-sm501: Add missed iounmap() in removeChuhong Yuan1-0/+1
2020-06-30usb/ehci-platform: Set PM runtime as active on resumeQais Yousef1-0/+5
2020-06-30usb/xhci-plat: Set PM runtime as active on resumeQais Yousef1-1/+10
2020-06-30usb: gadget: fix potential double-free in m66592_probe.Qiushi Wu1-1/+1
2020-06-30usb: gadget: lpc32xx_udc: don't dereference ep pointer before null checkColin Ian King1-5/+6
2020-06-30USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nukeNathan Chancellor1-4/+0
2020-06-30usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier1-2/+5
2020-06-30USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()Tang Bin1-0/+2
2020-06-30usb/ohci-platform: Fix a warning when hibernatingQais Yousef1-0/+5
2020-06-30usblp: poison URBs upon disconnectOliver Neukum1-1/+4
2020-06-11USB: serial: option: add Telit LE910C1-EUX compositionsDaniele Palmas1-0/+4
2020-06-11USB: serial: usb_wwan: do not resubmit rx urb on fatal errorsBin Liu1-0/+4
2020-06-11USB: serial: qcserial: add DW5816e QDL supportMatt Jolly1-0/+1
2020-06-11usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca1-2/+2
2020-06-03usb: renesas_usbhs: gadget: fix spin_lock_init() for &uep->lockYoshihiro Shimoda1-1/+1
2020-06-03usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada1-2/+1
2020-05-27USB: core: Fix misleading driver bug reportAlan Stern1-2/+2
2020-05-20usb: gadget: legacy: fix error return code in cdc_bind()Wei Yongjun1-1/+3
2020-05-20usb: gadget: legacy: fix error return code in gncm_bind()Wei Yongjun1-1/+3
2020-05-20usb: gadget: audio: Fix a missing error return value in audio_bind()Christophe JAILLET1-1/+3
2020-05-20usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272...Christophe JAILLET1-0/+2
2020-05-20USB: gadget: fix illegal array access in binding with UDCKyungtae Kim1-0/+3
2020-05-20USB: serial: garmin_gps: add sanity checking for data lengthOliver Neukum1-2/+2
2020-05-20USB: uas: add quirk for LaCie 2Big QuadraOliver Neukum1-0/+7
2020-05-20USB: serial: qcserial: Add DW5816e supportMatt Jolly1-0/+1
2020-05-10usb: gadget: udc: core: don't starve DMA resourcesFelipe Balbi1-1/+1
2020-05-10usb: gadget: pch_udc: reorder spin_[un]lock to avoid deadlockIago Abal1-8/+8
2020-05-10usb: gadged: pch_udc: get rid of redundant assignmentsAndy Shevchenko1-14/+4
2020-05-10usb: gadget: f_acm: Fix configfs attr nameKrzysztof Opasiak1-2/+2
2020-05-02usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor1-1/+1
2020-05-02usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()Udipto Goswami1-0/+4
2020-05-02UAS: fix deadlock in error handling and PM flushing workOliver Neukum1-3/+40
2020-05-02UAS: no use logging any details in case of ENODEVOliver Neukum1-0/+3
2020-05-02usb-storage: Add unusual_devs entry for JMicron JMS566Alan Stern1-0/+7
2020-05-02USB: hub: Fix handling of connect changes during sleepAlan Stern1-0/+14
2020-05-02USB: core: Fix free-while-in-use bug in the USB S-GlibraryAlan Stern1-1/+8
2020-05-02drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger1-20/+17
2020-05-02drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger1-8/+7
2020-05-02USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RG...Jonathan Cox1-0/+4
2020-05-02USB: sisusbvga: Change port variable from signed to unsignedChangming Liu2-17/+17