summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-03-11USB: ene_usb6250: Allocate enough memory for full objectKees Cook1-1/+1
2023-03-11usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer mathKees Cook1-1/+1
2023-03-03USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern2-8/+2
2023-03-03usb: gadget: u_serial: Add null pointer check in gserial_resumePrashanth K1-4/+19
2023-03-03USB: serial: option: add support for VW/Skoda "Carstick LTE"Florian Zumbiehl1-0/+4
2023-02-15usb: typec: altmodes/displayport: Fix probe pin assign checkPrashant Malani1-4/+4
2023-02-15usb: core: add quirk for Alcor Link AK9563 smartcard readerMark Pearson1-0/+3
2023-02-15usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_waitUdipto Goswami1-1/+3
2023-02-15usb: dwc3: qcom: enable vbus override when in OTG dr-modeNeil Armstrong1-1/+1
2023-02-15usb: dwc3: dwc3-qcom: Fix typo in the dwc3 vbus override APIWesley Cheng1-4/+4
2023-02-01xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I1-0/+2
2023-02-01usb: gadget: f_fs: Ensure ep0req is dequeued before free_requestUdipto Goswami1-0/+2
2023-02-01usb: gadget: f_fs: Prevent race during ffs_ep0_queue_waitUdipto Goswami1-0/+5
2023-01-24usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210Juhyung Park2-7/+13
2023-01-24usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()Maciej Żenczykowski1-1/+3
2023-01-24usb: gadget: g_webcam: Send color matching descriptor per frameDaniel Scally1-0/+3
2023-01-24usb: typec: altmodes/displayport: Fix pin assignment calculationPrashant Malani1-2/+2
2023-01-24usb: typec: altmodes/displayport: Add pin assignment helperPrashant Malani1-8/+14
2023-01-24usb: host: ehci-fsl: Fix module aliasAlexander Stein1-1/+1
2023-01-24USB: serial: cp210x: add SCALANCE LPE-9000 device idMichael Adler1-0/+1
2023-01-24USB: gadgetfs: Fix race between mounting and unmountingAlan Stern1-7/+21
2023-01-24usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi1-0/+13
2023-01-24USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100Greg Kroah-Hartman1-1/+1
2023-01-24USB: serial: option: add Quectel EM05CN modemDuke Xin(辛安文)1-0/+3
2023-01-24USB: serial: option: add Quectel EM05CN (SG) modemDuke Xin(辛安文)1-0/+3
2023-01-24USB: serial: option: add Quectel EC200U modemAli Mirghasemi1-0/+2
2023-01-24USB: serial: option: add Quectel EM05-G (RS) modemDuke Xin(辛安文)1-0/+3
2023-01-24USB: serial: option: add Quectel EM05-G (CS) modemDuke Xin(辛安文)1-0/+3
2023-01-24USB: serial: option: add Quectel EM05-G (GR) modemDuke Xin(辛安文)1-0/+3
2023-01-24xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tablesMathias Nyman1-0/+34
2023-01-24usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman1-0/+65
2023-01-24xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman2-0/+9
2023-01-24xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman3-1/+17
2023-01-24xhci: Fix null pointer dereference when host diesMathias Nyman1-0/+5
2023-01-24usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu1-1/+4
2023-01-24xhci-pci: set the dma max_seg_sizeRicardo Ribalda1-0/+2
2023-01-18Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"Ferry Toth1-1/+1
2023-01-18usb: ulpi: defer ulpi_register on ulpi_read_id timeoutFerry Toth1-1/+1
2023-01-18xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman2-5/+11
2023-01-18xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman1-41/+43
2023-01-18xhci: store TD status in the td struct instead of passing it alongMathias Nyman2-27/+30
2023-01-18xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman1-46/+46
2023-01-18xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman1-6/+25
2023-01-18xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman3-21/+17
2023-01-18xhci: get isochronous ring directly from endpoint structureMathias Nyman1-11/+6
2023-01-18xhci: Avoid parsing transfer events several timesMathias Nyman3-20/+12
2023-01-14usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_initMiaoqian Lin1-3/+10
2023-01-14usb: dwc3: core: defer probe on ulpi_read_id timeoutFerry Toth1-1/+6
2023-01-14usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_modeSven Peter1-6/+10
2023-01-14usb: storage: Add check for kcallocJiasheng Jiang1-0/+2