summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-09-04usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attri...Zijun Hu1-0/+1
2024-09-04usb: dwc3: st: fix probed platform device ref count on probe error pathKrzysztof Kozlowski1-8/+3
2024-09-04usb: dwc3: core: Prevent USB core invalid event buffer address accessSelvarasu Ganesan1-0/+8
2024-09-04usb: dwc3: omap: add missing depopulate in probe error pathKrzysztof Kozlowski1-1/+3
2024-09-04USB: serial: option: add MeiG Smart SRM825LZHANG Yuntian1-0/+5
2024-09-04cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI ControllerIan Ray1-0/+3
2024-09-04usb: dwc3: core: Skip setting event buffers for host only controllersKrishna Kurapati1-0/+13
2024-09-04usb: gadget: fsl: Increase size of name buffer for endpointsUwe Kleine-König1-1/+1
2024-09-04xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman1-3/+5
2024-08-19usb: gadget: core: Check for unset descriptorChris Wulff1-6/+4
2024-08-19USB: serial: debug: do not echo input by defaultMarek Marczykowski-Górecki1-0/+7
2024-08-19usb: vhci-hcd: Do not drop references before new references are gainedOliver Neukum1-3/+6
2024-07-18USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descri...Alan Stern1-3/+15
2024-07-18usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()Lee Jones1-0/+3
2024-07-18USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850kWangYuli1-0/+3
2024-07-18USB: serial: option: add Rolling RW350-GL variantsVanillan Wang1-0/+2
2024-07-18USB: serial: option: add Netprisma LCUK54 series modulesMank Wang1-0/+24
2024-07-18USB: serial: option: add support for Foxconn T99W651Slark Xiao1-0/+2
2024-07-18USB: serial: option: add Fibocom FM350-GLBjørn Mork1-0/+4
2024-07-18USB: serial: option: add Telit FN912 rmnet compositionsDaniele Palmas1-0/+4
2024-07-18USB: serial: option: add Telit generic core-dump compositionDaniele Palmas1-0/+2
2024-07-05usb: atm: cxacru: fix endpoint checking in cxacru_bind()Nikita Zhandarovich1-0/+14
2024-07-05usb: musb: da8xx: fix a resource leak in probe()Dan Carpenter1-2/+6
2024-07-05usb: gadget: printer: SS+ supportOliver Neukum1-0/+1
2024-07-05usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka3-1/+8
2024-07-05xhci: Set correct transferred length for cancelled bulk transfersMathias Nyman1-3/+2
2024-07-05xhci: Use soft retry to recover faster from transaction errorsMathias Nyman2-0/+21
2024-07-05usb: misc: uss720: check for incompatible versions of the Belkin F5U002Alex Henrie1-7/+13
2024-07-05usb-storage: alauda: Check whether the media is initializedShichao Lai1-3/+6
2024-07-05xhci: Apply broken streams quirk to Etron EJ188 xHCI hostKuangyi Chiang1-1/+3
2024-07-05xhci: Apply reset resume quirk to Etron EJ188 xHCI hostKuangyi Chiang1-0/+5
2024-07-05USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messagesAlan Stern1-2/+2
2024-07-05usb: gadget: f_fs: Fix race between aio_cancel() and AIO request completeWesley Cheng1-0/+4
2024-06-16usb: gadget: u_audio: Clear uac pointer when freed.Chris Wulff1-0/+2
2024-05-17usb: gadget: f_fs: Fix a race condition when processing setup packets.Chris Wulff1-1/+1
2024-05-17usb: gadget: composite: fix OS descriptors w_value logicPeter Korsgaard1-3/+3
2024-05-02usb: dwc2: host: Fix dereference issue in DDMA completion flow.Minas Harutyunyan1-1/+3
2024-05-02Revert "usb: cdc-wdm: close race between read and workqueue"Greg Kroah-Hartman1-5/+1
2024-05-02USB: serial: option: add Telit FN920C04 rmnet compositionsDaniele Palmas1-0/+6
2024-05-02USB: serial: option: add Rolling RW101-GL and RW135-GL supportVanillan Wang1-0/+8
2024-05-02USB: serial: option: support Quectel EM060K sub-modelsJerry Meng1-0/+16
2024-05-02USB: serial: option: add Lonsung U8300/U9300 productCoia Prant1-0/+4
2024-05-02USB: serial: option: add support for Fibocom FM650/FG650Chuanhong Guo1-0/+4
2024-05-02USB: serial: option: add Fibocom FM135-GL variantsbolan wang1-0/+2
2024-04-13usb: sl811-hcd: only defined function checkdone if QUIRK2 is definedColin Ian King1-0/+2
2024-04-13USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern1-3/+13
2024-04-13usb: udc: remove warning when queue disabled epyuan linyu1-1/+3
2024-04-13usb: dwc2: gadget: LPM flow fixMinas Harutyunyan3-21/+47
2024-04-13usb: dwc2: host: Fix ISOC flow in DDMA modeMinas Harutyunyan3-9/+22
2024-04-13usb: dwc2: host: Fix hibernation flowMinas Harutyunyan2-2/+28