index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-07
Revert "usbtmc: convert to devm_kzalloc"
Greg Kroah-Hartman
1
-1
/
+2
2016-10-07
USB: serial: cp210x: Add ID for a Juniper console
Kyle Jones
1
-0
/
+1
2016-10-07
usb: misc: legousbtower: Fix NULL pointer deference
Greg Kroah-Hartman
1
-18
/
+17
2016-10-07
USB: serial: cp210x: fix hardware flow-control disable
Konstantin Shkolnyy
1
-1
/
+1
2016-10-07
usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()
Dan Carpenter
1
-5
/
+2
2016-09-29
USB: change bInterval default to 10 ms
Alan Stern
1
-11
/
+17
2016-09-29
usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition
Yoshihiro Shimoda
1
-2
/
+9
2016-09-29
USB: serial: simple: add support for another Infineon flashloader
Daniele Palmas
1
-1
/
+2
2016-09-23
USB: serial: mos7840: fix non-atomic allocation in write path
Alexey Khoroshilov
1
-2
/
+2
2016-09-23
USB: serial: mos7720: fix non-atomic allocation in write path
Alexey Khoroshilov
1
-1
/
+1
2016-09-23
USB: fix typo in wMaxPacketSize validation
Alan Stern
1
-1
/
+1
2016-09-21
cdc-acm: fix wrong pipe type on rx interrupt xfers
Gavin Li
2
-4
/
+2
2016-09-21
xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
Mathias Nyman
3
-6
/
+13
2016-09-21
USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices
Robert Deliën
2
-0
/
+8
2016-09-21
USB: serial: ftdi_sio: add device ID for WICED USB UART dev board
Sheng-Hui J. Chu
2
-0
/
+7
2016-09-21
USB: serial: option: add support for Telit LE920A4
Daniele Palmas
1
-0
/
+21
2016-09-21
USB: serial: option: add D-Link DWM-156/A3
Lubomir Rintel
1
-0
/
+1
2016-09-21
USB: serial: fix memleak in driver-registration error path
Alexey Klimov
1
-1
/
+3
2016-09-21
usb: xhci: Fix panic if disconnect
Jim Lin
1
-0
/
+3
2016-09-21
USB: validate wMaxPacketValue entries in endpoint descriptors
Alan Stern
1
-3
/
+63
2016-09-21
usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
Mathias Nyman
7
-21
/
+29
2016-09-21
usb: dwc3: gadget: increment request->actual once
Felipe Balbi
1
-8
/
+11
2016-08-19
USB: serial: option: add support for Telit LE910 PID 0x1206
Daniele Palmas
1
-0
/
+3
2016-08-19
usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()
Yoshihiro Shimoda
1
-1
/
+8
2016-07-21
USB: usbfs: fix potential infoleak in devio
Kangjie Lu
1
-4
/
+5
2016-07-21
usb: musb: Ensure rx reinit occurs for shared_fifo endpoints
Andrew Goodbody
1
-7
/
+6
2016-07-21
usb: musb: Stop bulk endpoint while queue is rotated
Andrew Goodbody
1
-1
/
+7
2016-07-21
usb: quirks: Add no-lpm quirk for Acer C120 LED Projector
Hans de Goede
1
-0
/
+3
2016-06-15
USB: serial: option: add support for Cinterion PH8 and AHxx
Schemmel Hans-Christoph
1
-6
/
+20
2016-06-15
USB: serial: io_edgeport: fix memory leaks in probe error path
Johan Hovold
1
-7
/
+10
2016-06-15
USB: serial: io_edgeport: fix memory leaks in attach error path
Johan Hovold
1
-9
/
+24
2016-06-15
USB: serial: quatech2: fix use-after-free in probe error path
Johan Hovold
1
-0
/
+1
2016-06-15
USB: serial: keyspan: fix use-after-free in probe error path
Johan Hovold
1
-0
/
+4
2016-05-11
USB: serial: cp210x: add Straizona Focusers device ids
Jasem Mutlaq
1
-0
/
+2
2016-05-11
USB: serial: cp210x: add ID for Link ECU
Mike Manning
1
-0
/
+2
2016-05-02
usb: hcd: out of bounds access in for_each_companion
Robert Dobrowolski
1
-0
/
+9
2016-05-02
usb: xhci: fix wild pointers in xhci_mem_cleanup
Lu Baolu
1
-0
/
+6
2016-04-20
usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize
Felipe F. Tonello
1
-1
/
+3
2016-04-20
usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
Yoshihiro Shimoda
1
-0
/
+1
2016-04-20
usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
Yoshihiro Shimoda
1
-1
/
+2
2016-04-11
USB: option: add "D-Link DWM-221 B1" device id
Bjørn Mork
1
-0
/
+2
2016-04-11
USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
Josh Boyer
2
-0
/
+12
2016-04-11
USB: serial: cp210x: Adding GE Healthcare Device ID
Martyn Welch
1
-0
/
+1
2016-04-11
USB: cypress_m8: add endpoint sanity check
Oliver Neukum
1
-6
/
+5
2016-04-11
USB: digi_acceleport: do sanity checking for the number of ports
Oliver Neukum
1
-0
/
+19
2016-04-11
USB: mct_u232: add sanity checking in probe
Oliver Neukum
1
-1
/
+8
2016-04-11
USB: usb_driver_claim_interface: add sanity checking
Oliver Neukum
1
-1
/
+5
2016-04-11
USB: iowarrior: fix oops with malicious USB descriptors
Josh Boyer
1
-0
/
+6
2016-04-11
USB: cdc-acm: more sanity checking
Oliver Neukum
1
-0
/
+3
2016-04-11
usb: hub: fix a typo in hub_port_init() leading to wrong logic
Oliver Neukum
1
-5
/
+5
[next]