summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki1-2/+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-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-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
2020-04-24usb: gadget: composite: Inform controller driver of self-poweredThinh Nguyen1-0/+9
2020-04-24usb: gadget: f_fs: Fix use after free issue as part of queue failureSriharsha Allenki1-0/+1
2020-04-13usb: dwc3: don't set gadget->is_otg flagRoger Quadros1-1/+0
2020-04-02usb: musb: fix crash with highmen PIO and usbmonMans Rullgard1-12/+5
2020-04-02USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callbackQiujun Huang1-1/+1
2020-04-02USB: cdc-acm: restore capability check orderMatthias Reichl1-9/+9
2020-04-02USB: serial: option: add Wistron Neweb D19Q1Pawel Dembicki1-0/+2
2020-04-02USB: serial: option: add BroadMobi BM806UPawel Dembicki1-0/+2
2020-04-02USB: serial: option: add support for ASKEY WWHC050Pawel Dembicki1-0/+2
2020-04-02USB: cdc-acm: fix rounding error in TIOCSSERIALAnthony Mallet1-9/+16
2020-04-02USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIALAnthony Mallet1-4/+5
2020-04-02USB: serial: pl2303: add device-id for HP LD381Scott Chen2-0/+2
2020-04-02usb: host: xhci-plat: add a shutdownRan Wang1-0/+1
2020-04-02USB: serial: option: add ME910G1 ECM composition 0x110bDaniele Palmas1-0/+2
2020-04-02usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adaptersHans de Goede1-0/+3
2020-04-02USB: Disable LPM on WD19's Realtek HubKai-Heng Feng1-0/+3
2020-03-11usb: core: port: do error out if usb_autopm_get_interface() failsEugeniu Rosca1-2/+8
2020-03-11usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca1-1/+5
2020-03-11usb: quirks: add NO_LPM quirk for Logitech Screen ShareDan Lazewatsky1-0/+3
2020-03-11usb: storage: Add quirk for Samsung Fit flashJim Lin1-0/+6
2020-03-11usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov1-1/+3
2020-03-11usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen1-2/+3
2020-03-11usb: gadget: composite: Support more than 500mA MaxPowerJack Pham1-6/+18
2020-02-28usb: gadget: composite: Fix bMaxPower for SuperSpeedPlusJack Pham1-5/+3
2020-02-28xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platformsMathias Nyman1-1/+3
2020-02-28USB: hub: Don't record a connect-change event during reset-resumeAlan Stern1-5/+0
2020-02-28USB: Fix novation SourceControl XL after suspendRichard Dodd1-0/+3
2020-02-28usb: uas: fix a plug & unplug racingEJ Hsu1-1/+22
2020-02-28xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.Mathias Nyman1-3/+9
2020-02-28usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glueTony Lindgren1-2/+0
2020-02-28usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe()Jia-Ju Bai1-7/+9
2020-02-15usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue1-4/+12