summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-04-27usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport errorNorihiko Hama1-2/+2
2024-04-27usb: Disable USB3 LPM at shutdownKai-Heng Feng1-1/+3
2024-04-27usb: dwc2: host: Fix dereference issue in DDMA completion flow.Minas Harutyunyan1-1/+3
2024-04-27Revert "usb: cdc-wdm: close race between read and workqueue"Greg Kroah-Hartman1-5/+1
2024-04-27USB: serial: option: add Telit FN920C04 rmnet compositionsDaniele Palmas1-0/+6
2024-04-27USB: serial: option: add Rolling RW101-GL and RW135-GL supportVanillan Wang1-0/+8
2024-04-27USB: serial: option: support Quectel EM060K sub-modelsJerry Meng1-0/+16
2024-04-27USB: serial: option: add Lonsung U8300/U9300 productCoia Prant1-0/+4
2024-04-27USB: serial: option: add support for Fibocom FM650/FG650Chuanhong Guo1-0/+4
2024-04-27USB: serial: option: add Fibocom FM135-GL variantsbolan wang1-0/+2
2024-04-27usb: new quirk to reduce the SET_ADDRESS request timeoutHardik Gajjar2-2/+20
2024-04-27usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar5-15/+32
2024-04-27usb: pci-quirks: Reduce the length of a spinlock section in usb_amd_find_chip...Christophe JAILLET1-3/+1
2024-04-13scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2-0/+14
2024-04-13Revert "scsi: sd: usb_storage: uas: Access media prior to querying device pro...Greg Kroah-Hartman2-14/+0
2024-04-13usb: sl811-hcd: only defined function checkdone if QUIRK2 is definedColin Ian King1-0/+2
2024-04-13usb: typec: tcpci: add generic tcpci fallback compatibleMarco Felsch1-0/+1
2024-04-13usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERRMichael Grzeschik1-0/+3
2024-04-03USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern1-3/+13
2024-04-03usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before resetChristian A. Ehrhardt1-1/+35
2024-04-03usb: typec: ucsi_acpi: Refactor and fix DELL quirkChristian A. Ehrhardt1-42/+33
2024-04-03usb: typec: ucsi: Ack unsupported commandsChristian A. Ehrhardt1-1/+5
2024-04-03usb: typec: ucsi: Clear EVENT_PENDING under PPM lockChristian A. Ehrhardt1-2/+2
2024-04-03usb: typec: Return size of buffer if pd_set operation succeedsKyle Tso1-1/+6
2024-04-03usb: udc: remove warning when queue disabled epyuan linyu1-1/+3
2024-04-03usb: dwc2: gadget: LPM flow fixMinas Harutyunyan3-21/+47
2024-04-03usb: dwc2: gadget: Fix exiting from clock gatingMinas Harutyunyan4-5/+14
2024-04-03usb: dwc2: host: Fix ISOC flow in DDMA modeMinas Harutyunyan3-9/+22
2024-04-03usb: dwc2: host: Fix hibernation flowMinas Harutyunyan2-2/+28
2024-04-03usb: dwc2: host: Fix remote wakeup from hibernationMinas Harutyunyan2-4/+14
2024-04-03USB: core: Fix deadlock in port "disable" sysfs attributeAlan Stern1-4/+34
2024-04-03USB: core: Add hub_get() and hub_put() routinesAlan Stern2-7/+18
2024-04-03usb: dwc3-am62: fix module unload/reload behaviorRoger Quadros1-10/+2
2024-04-03usb: dwc3-am62: Rename private dataLadislav Michl1-40/+40
2024-04-03USB: UAS: return ENODEV when submit urbs fail with device not attachedWeitao Wang1-15/+13
2024-04-03usb: cdc-wdm: close race between read and workqueueOliver Neukum1-1/+5
2024-04-03Revert "usb: phy: generic: Get the vbus supply"Alexander Stein1-7/+0
2024-04-03usb: port: Don't try to peer unused USB ports based on locationMathias Nyman1-2/+3
2024-04-03usb: gadget: ncm: Fix handling of zero block length packetsKrishna Kurapati1-1/+1
2024-04-03USB: usb-storage: Prevent divide-by-0 error in isd200_ata_commandAlan Stern1-5/+18
2024-04-03usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logicWayne Chang1-14/+25
2024-04-03usb: typec: ucsi: Clean up UCSI_CABLE_PROP macrosJameson Thies1-2/+2
2024-04-03USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113MToru Katagiri1-0/+2
2024-04-03USB: serial: option: add MeiG Smart SLM320 productAurélien Jacobs1-0/+6
2024-04-03USB: serial: cp210x: add ID for MGP Instruments PDS100Christian Häggström1-0/+1
2024-04-03USB: serial: add device ID for VeriFone adapterCameron Williams1-0/+1
2024-04-03USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USBDaniel Vogelbacher2-0/+8
2024-04-03usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K1-0/+2
2024-03-27usb: gadget: net2272: Use irqflags in the call to net2272_probe_finColin Ian King1-1/+1
2024-03-27usb: phy: generic: Get the vbus supplySean Anderson1-0/+7