aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-16usb: hub: Don't try to recover devices lost during warm reset.Mathias Nyman1-2/+6
2025-07-15Merge tag 'usb-serial-6.16-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-0/+8
2025-07-13usb: dwc2: gadget: Fix enter to hibernation for UTMI+ PHYMinas Harutyunyan1-12/+26
2025-07-13usb: dwc3: qcom: Don't leave BCR assertedKrishna Kurapati1-5/+2
2025-07-10USB: serial: option: add Telit Cinterion FE910C04 (ECM) compositionFabio Porcedda1-0/+3
2025-07-10USB: serial: ftdi_sio: add support for NDI EMGUIDE GEMINIRyan Mann (NDI)2-0/+5
2025-07-09Merge tag 'usb-serial-6.16-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+2
2025-07-09usb: gadget: configfs: Fix OOB read on empty string writeXinyu Liu1-0/+4
2025-07-07usb: musb: fix gadget state on disconnectDrew Hamilton1-0/+2
2025-06-30usb: hub: Fix flushing of delayed work used for post resume purposesMathias Nyman2-13/+9
2025-06-28xhci: dbc: Flush queued requests before stopping dbcMathias Nyman1-0/+4
2025-06-28xhci: dbctty: disable ECHO flag by defaultƁukasz Bartosik1-0/+1
2025-06-28xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMSHongyu Xie1-1/+2
2025-06-28usb: xhci: quirk for data loss in ISOC transfersRaju Rangoju3-0/+30
2025-06-28usb: dwc3: gadget: Fix TRB reclaim logic for short transfers and ZLPsSCHNEIDER Johannes1-1/+1
2025-06-26usb: hub: Fix flushing and scheduling of delayed work that tunes runtime pmMathias Nyman1-2/+4
2025-06-24usb: typec: displayport: Fix potential deadlockAndrei Kuchynski1-2/+1
2025-06-24usb: typec: altmodes/displayport: do not index invalid pin_assignmentsRD Babiera1-1/+1
2025-06-24usb: cdnsp: Fix issue with CV Bad Descriptor testPawel Laszczak4-6/+26
2025-06-24usb: typec: tcpm: apply vbus before data bringup in tcpm_src_attachRD Babiera1-17/+17
2025-06-24USB: serial: option: add Foxconn T99W640Slark Xiao1-0/+2
2025-06-19Revert "usb: xhci: Implement xhci_handshake_check_state() helper"Roy Luo3-30/+3
2025-06-19usb: xhci: Skip xhci_reset in xhci_resume if xhci is being removedRoy Luo1-1/+4
2025-06-19usb: gadget: u_serial: Fix race condition in TTY wakeupKuen-Han Tsai1-3/+3
2025-06-19Revert "usb: gadget: u_serial: Add null pointer check in gs_start_io"Kuen-Han Tsai1-5/+1
2025-06-19usb: chipidea: udc: disconnect/reconnect from host when do suspend/resumeXu Yang1-0/+7
2025-06-19usb: acpi: fix device link removalHeikki Krogerus2-1/+6
2025-06-19usb: hub: fix detection of high tier USB3 devices behind suspended hubsMathias Nyman1-1/+32
2025-06-19Logitech C-270 even more brokenOliver Neukum1-1/+2
2025-06-19usb: dwc3: Abort suspend on soft disconnect failureKuen-Han Tsai2-15/+16
2025-06-19usb: cdnsp: do not disable slot for disabled slotPeter Chen1-1/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar32-38/+48
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds84-12231/+3600
2025-06-03Merge tag 'leds-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-4/+2
2025-06-03Merge tag 'hid-for-linus-2025060301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+2
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2025-05-26Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki1-0/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-6/+14
2025-05-23usb: misc: onboard_usb_dev: fix build warning for CONFIG_USB_ONBOARD_DEV_USB5...Arnd Bergmann1-2/+5
2025-05-23usb: typec: tipd: fix typo in TPS_STATUS_HIGH_VOLAGE_WARNING macroJihed Chaibi2-2/+2
2025-05-23USB: typec: fix const issue in typec_match()Greg Kroah-Hartman1-1/+1
2025-05-23USB: gadget: udc: fix const issue in gadget_match_driver()Greg Kroah-Hartman1-1/+1
2025-05-23USB: gadget: fix up const issue with struct usb_function_instanceGreg Kroah-Hartman1-1/+1
2025-05-23Merge tag 'usb-serial-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-6/+3
2025-05-21USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2ABCharles Yeh1-0/+2
2025-05-21USB: serial: bus: fix const issue in usb_serial_device_match()Greg Kroah-Hartman1-1/+1
2025-05-21usb: usbtmc: Fix timeout value in get_stbDave Penkler1-1/+3
2025-05-21usb: usbtmc: Fix read_stb function and get_stb ioctlDave Penkler1-8/+9
2025-05-21usb: misc: onboard_usb_dev: Fix usb5744 initialization sequenceJonathan Stroud1-13/+87