summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-06-21usb: gadget: f_fs: Fix race between aio_cancel() and AIO request completeWesley Cheng1-1/+6
2024-06-21usb: gadget: f_fs: use io_data->status consistentlyJohn Keeping1-4/+4
2024-06-12usb: gadget: u_audio: Clear uac pointer when freed.Chris Wulff1-0/+2
2024-06-12usb: gadget: u_audio: Fix race condition use of controls after free during ga...Chris Wulff1-10/+9
2024-05-25usb: typec: tipd: fix event checking for tps6598xJavier Carrasco2-13/+43
2024-05-25usb: typec: ucsi: displayport: Fix potential deadlockHeikki Krogerus1-4/+0
2024-05-25usb: dwc3: Wait unconditionally after issuing EndXfer commandPrashanth K1-3/+1
2024-05-17usb: typec: tcpm: Check for port partner validity before consuming itBadhri Jagan Sridharan1-7/+23
2024-05-17usb: typec: tcpm: unregister existing source caps before re-registrationAmit Sunil Dhamne1-1/+4
2024-05-17usb: dwc3: core: Prevent phy suspend during initThinh Nguyen4-52/+68
2024-05-17usb: xhci-plat: Don't include xhci.hThinh Nguyen1-1/+3
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-17USB: core: Fix access violation during port device removalAlan Stern1-2/+6
2024-05-17usb: ohci: Prevent missed ohci interruptsGuenter Roeck1-0/+8
2024-05-17usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed deviceAlan Stern1-2/+3
2024-05-17usb: typec: ucsi: Fix connector check on initChristian A. Ehrhardt1-2/+4
2024-05-17usb: typec: ucsi: Check for notifications after initChristian A. Ehrhardt1-1/+9
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