index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-22
USB: serial: option: add Telit Cinterion FN990A MBIM composition
Fabio Porcedda
1
-0
/
+2
2026-04-22
usb: port: add delay after usb_hub_set_port_power()
Xu Yang
1
-0
/
+1
2026-04-22
usb: gadget: f_hid: don't call cdev_init while cdev in use
Michael Zimmermann
1
-5
/
+10
2026-04-22
USB: cdc-acm: Add quirks for Yoga Book 9 14IAH10 INGENIC touchscreen
Dave Carey
1
-7
/
+46
2026-04-22
usb: storage: Expand range of matched versions for VL817 quirks entry
Daniel BrĂ¡t
1
-3
/
+4
2026-04-22
usb: typec: fusb302: Switch to threaded IRQ handler
Alexey Charkov
1
-2
/
+3
2026-04-22
usbip: validate number_of_packets in usbip_pack_ret_submit()
Nathan Rebello
1
-0
/
+12
2026-04-22
usb: gadget: renesas_usb3: validate endpoint index in standard request handlers
Greg Kroah-Hartman
1
-1
/
+6
2026-04-22
usb: gadget: f_phonet: fix skb frags[] overflow in pn_rx_complete()
Greg Kroah-Hartman
1
-0
/
+9
2026-04-22
usb: gadget: f_ncm: validate minimum block_len in ncm_unwrap_ntb()
Greg Kroah-Hartman
1
-2
/
+2
2026-04-07
usb: typec: ucsi: skip connector validation before init
Nathan Rebello
1
-1
/
+2
2026-04-02
Merge tag 'usb-serial-7.0-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Greg Kroah-Hartman
3
-0
/
+8
2026-04-02
usb: gadget: f_hid: move list and spinlock inits from bind to alloc
Michael Zimmermann
1
-9
/
+10
2026-04-02
usb: host: xhci-sideband: delegate offload_usage tracking to class drivers
Guan-Yu Lin
1
-13
/
+1
2026-04-02
usb: core: use dedicated spinlock for offload state
Guan-Yu Lin
4
-54
/
+76
2026-04-02
usb: cdns3: gadget: fix state inconsistency on gadget init failure
Yongchao Wu
1
-0
/
+1
2026-04-02
usb: dwc3: imx8mp: fix memory leak on probe failure path
Xiaolei Wang
1
-1
/
+1
2026-04-02
usb: gadget: f_uac1_legacy: validate control request size
Taegu Ha
1
-10
/
+37
2026-04-02
usb: ulpi: fix double free in ulpi_register_interface() error path
Guangshuo Li
1
-3
/
+2
2026-04-02
usb: misc: usbio: Fix URB memory leak on submit failure
Felix Gu
1
-2
/
+5
2026-04-02
USB: core: add NO_LPM quirk for Razer Kiyo Pro webcam
JP Hein
1
-0
/
+2
2026-04-02
usb: cdns3: gadget: fix NULL pointer dereference in ep_queue
Yongchao Wu
1
-0
/
+3
2026-04-02
usb: core: phy: avoid double use of 'usb3-phy'
Gabor Juhos
1
-1
/
+11
2026-04-01
USB: serial: option: add MeiG Smart SRM825WN
Ernestas Kulik
1
-0
/
+3
2026-03-30
usb: gadget: f_rndis: Fix net_device lifecycle with device_move
Kuen-Han Tsai
2
-25
/
+48
2026-03-30
usb: gadget: f_subset: Fix net_device lifecycle with device_move
Kuen-Han Tsai
2
-35
/
+44
2026-03-30
usb: gadget: f_eem: Fix net_device lifecycle with device_move
Kuen-Han Tsai
2
-34
/
+46
2026-03-30
usb: gadget: f_ecm: Fix net_device lifecycle with device_move
Kuen-Han Tsai
2
-18
/
+38
2026-03-30
usb: gadget: u_ncm: Add kernel-doc comments for struct f_ncm_opts
Kuen-Han Tsai
1
-6
/
+15
2026-03-30
usb: gadget: f_rndis: Protect RNDIS options with mutex
Kuen-Han Tsai
1
-3
/
+6
2026-03-30
usb: gadget: f_subset: Fix unbalanced refcnt in geth_free
Kuen-Han Tsai
1
-0
/
+6
2026-03-30
usb: typec: thunderbolt: Set enter_vdo during initialization
Andrei Kuchynski
1
-22
/
+22
2026-03-30
usb: typec: Remove alt->adev.dev.class assignment
Andrei Kuchynski
1
-4
/
+0
2026-03-30
usb: dwc2: gadget: Fix spin_lock/unlock mismatch in dwc2_hsotg_udc_stop()
Juno Choi
1
-0
/
+2
2026-03-30
usb: gadget: uvc: fix NULL pointer dereference during unbind race
Jimmy Hu
3
-4
/
+43
2026-03-30
usb: quirks: add DELAY_INIT quirk for another Silicon Motion flash drive
Miao Li
1
-0
/
+1
2026-03-30
usb: ehci-brcm: fix sleep during atomic
Justin Chen
1
-2
/
+2
2026-03-18
usb: gadget: dummy_hcd: fix premature URB completion when ZLP follows partial transfer
Sebastian Urban
1
-0
/
+6
2026-03-18
dwc3: google: Fix PM domain leak in dwc3_google_probe()
Felix Gu
1
-2
/
+3
2026-03-18
cdc-acm: new quirk for EPSON HMD
Oliver Neukum
2
-0
/
+10
2026-03-18
usb: hcd: queue wakeup_work to system_freezable_wq workqueue
Xu Yang
1
-1
/
+1
2026-03-18
usb: gadget: u_ether: Fix NULL pointer deref in eth_get_drvinfo
Kuen-Han Tsai
1
-2
/
+4
2026-03-18
USB: dummy-hcd: Fix interrupt synchronization error
Alan Stern
1
-15
/
+14
2026-03-18
USB: dummy-hcd: Fix locking/synchronization error
Alan Stern
1
-1
/
+6
2026-03-18
usb: typec: ucsi: validate connector number in ucsi_notify_common()
Nathan Rebello
1
-2
/
+7
2026-03-18
usb: usbtmc: Flush anchored URBs in usbtmc_release
Heitor Alves de Siqueira
1
-0
/
+3
2026-03-18
usb: gadget: u_ether: Fix race between gether_disconnect and eth_stop
Kuen-Han Tsai
1
-5
/
+5
2026-03-17
USB: serial: io_edgeport: add support for Blackbox IC135A
Frej Drejhammar
2
-0
/
+4
2026-03-17
USB: serial: option: add support for Rolling Wireless RW135R-GL
Wanquan Zhong
1
-0
/
+1
2026-03-13
USB: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed
Vyacheslav Vahnenko
1
-0
/
+3
[next]