summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2025-04-07usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.cAbhishek Tamboli1-1/+11
2025-03-22USB: serial: option: match on interface class for Telit FN990BJohan Hovold1-12/+12
2025-03-22USB: serial: option: fix Telit Cinterion FE990A nameFabio Porcedda1-4/+4
2025-03-22USB: serial: option: add Telit Cinterion FE990B compositionsFabio Porcedda1-0/+16
2025-03-22USB: serial: ftdi_sio: add support for Altera USB Blaster 3Boon Khai Ng2-0/+27
2025-03-22usb: phy: generic: Use proper helper for property detectionAlexander Stein1-1/+1
2025-03-13usb: xhci: Enable the TRB overfetch quirk on VIA VL805Michal Pecio3-5/+10
2025-03-13xhci: pci: Fix indentation in the PCI device ID definitionsAndy Shevchenko1-4/+4
2025-03-13usb: gadget: Check bmAttributes only if configuration is validPrashanth K1-1/+1
2025-03-13usb: gadget: Fix setting self-powered state on suspendMarek Szyprowski1-1/+2
2025-03-13usb: gadget: Set self-powered based on MaxPower and bmAttributesPrashanth K1-5/+11
2025-03-13usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix functionalityAngeloGioacchino Del Regno1-0/+11
2025-03-13usb: typec: ucsi: increase timeout for PPM reset operationsFedor Pchelkin1-1/+1
2025-03-13usb: dwc3: gadget: Prevent irq storm when TH re-executesBadhri Jagan Sridharan2-13/+13
2025-03-13usb: dwc3: Set SUSPENDENABLE soon after phy initThinh Nguyen3-30/+45
2025-03-13usb: atm: cxacru: fix a flaw in existing endpoint checksNikita Zhandarovich1-6/+7
2025-03-13usb: gadget: u_ether: Set is_suspend flag if remote wakeup failsPrashanth K1-2/+2
2025-03-13usb: renesas_usbhs: Flush the notify_hotplug_workClaudiu Beznea1-0/+2
2025-03-13usb: typec: ucsi: Fix NULL pointer accessAndrei Kuchynski1-6/+7
2025-03-13usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card ReaderMiao Li1-0/+4
2025-03-13usb: hub: lack of clearing xHC resourcesPawel Laszczak1-0/+33
2025-03-13usb: renesas_usbhs: Use devm_usb_get_phy()Claudiu Beznea1-1/+1
2025-03-13usb: renesas_usbhs: Call clk_put()Claudiu Beznea1-1/+3
2025-02-27USB: gadget: f_midi: f_midi_complete to call queue_workJill Donahue1-1/+1
2025-02-27usb: gadget: core: flush gadget workqueue after device removalRoy Luo1-1/+1
2025-02-27USB: gadget: core: create sysfs link between udc and gadgetRoy Luo1-0/+9
2025-02-21USB: serial: option: drop MeiG Smart definesJohan Hovold1-20/+8
2025-02-21USB: serial: option: fix Telit Cinterion FN990A nameFabio Porcedda1-5/+5
2025-02-21USB: serial: option: add Telit Cinterion FN990B compositionsFabio Porcedda1-0/+16
2025-02-21USB: serial: option: add MeiG Smart SLM828Chester A. Unal1-5/+10
2025-02-21usb: cdc-acm: Fix handling of oversized fragmentsJann Horn1-1/+1
2025-02-21usb: cdc-acm: Check control transfer buffer size before accessJann Horn1-3/+14
2025-02-21USB: cdc-acm: Fill in Renesas R-Car D3 USB Download mode quirkMarek Vasut1-3/+6
2025-02-21USB: hub: Ignore non-compliant devices with too many configs or interfacesAlan Stern1-0/+11
2025-02-21usb: gadget: f_midi: fix MIDI Streaming descriptor lengthsJohn Keeping1-4/+4
2025-02-21USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphoneMathias Nyman1-0/+3
2025-02-21USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast distLei Huang1-0/+3
2025-02-21usb: core: fix pipe creation for get_bMaxPacketSize0Stefan Eichenberger1-2/+1
2025-02-21USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCIHuacai Chen1-0/+9
2025-02-21usb: dwc2: gadget: remove of_node reference upon udc_stopFabrice Gasnier1-0/+1
2025-02-21usb: gadget: udc: renesas_usb3: Fix compiler warningGuo Ren1-1/+1
2025-02-21usb: roles: set switch registered flag early onElson Roy Serrao1-2/+3
2025-02-21usb: dwc3: Fix timeout issue during controller enter/exit from halt stateSelvarasu Ganesan1-0/+34
2025-02-21usb: gadget: f_midi: Fixing wMaxPacketSize exceeded issue during MIDI bind re...Selvarasu Ganesan1-0/+9
2025-02-17usb: gadget: f_tcm: Don't prepare BOT write request twiceThinh Nguyen1-17/+0
2025-02-17usb: gadget: f_tcm: ep_autoconfig with fullspeed endpointThinh Nguyen1-18/+14
2025-02-17usb: gadget: f_tcm: Decrement command ref count on cleanupThinh Nguyen1-0/+1
2025-02-17usb: gadget: f_tcm: Translate error to senseThinh Nguyen1-2/+2
2025-02-08usb: gadget: f_tcm: Don't free command immediatelyThinh Nguyen1-2/+0
2025-02-08usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPSKyle Tso2-7/+14