index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-02
USB: don't let the hub driver prevent system sleep
Alan Stern
1
-5
/
+8
2011-08-02
USB: don't let errors prevent system sleep
Alan Stern
1
-1
/
+10
2011-08-02
USB: core: Tolerate protocol stall during hub and port status read
Libor Pechacek
1
-2
/
+4
2011-08-02
OHCI: work around for nVidia shutdown problem
Alan Stern
1
-1
/
+3
2011-08-02
USB: teach "devices" file about Wireless and SuperSpeed USB
Alan Stern
1
-4
/
+6
2011-04-28
USB: Fix unplug of device with active streams
Matthew Wilcox
1
-1
/
+1
2011-04-28
USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devices
Dmitry Torokhov
1
-4
/
+6
2011-03-31
USB: Add quirk for Samsung Android phone modem
Maciej Szmigiero
1
-0
/
+4
2011-03-31
USB: add quirks entry for Keytouch QWERTY Panel
Alan Stern
1
-0
/
+4
2011-03-31
usb: Realloc xHCI structures after a hub is verified.
Sarah Sharp
1
-0
/
+21
2011-03-31
USB: prevent buggy hubs from crashing the USB stack
Alan Stern
1
-0
/
+5
2010-12-15
usb: core: fix information leak to userland
Vasiliy Kulikov
1
-3
/
+4
2010-11-22
USB: accept some invalid ep0-maxpacket values
Alan Stern
1
-3
/
+6
2010-11-22
USB: disable endpoints after unbinding interfaces, not before
Alan Stern
1
-7
/
+7
2010-10-29
USB: fix bug in initialization of interface minor numbers
Alan Stern
2
-19
/
+17
2010-09-21
usb: allow drivers to use allocated bandwidth until unbound
Thadeu Lima de Souza Cascardo
1
-11
/
+11
2010-08-14
USB: fix thread-unsafe anchor utiliy routines
Christian Lamparter
1
-29
/
+21
2010-08-14
USB delay init quirk for logitech Harmony 700-series devices
Phil Dibowitz
2
-1
/
+8
2010-07-26
USB: add quirk for Broadcom BT dongle
Oliver Neukum
1
-0
/
+3
2010-07-26
USB: adds Artisman USB dongle to list of quirky devices
Paul Mortier
1
-0
/
+4
2010-07-26
USB: Fix USB3.0 Port Speed Downgrade after port reset
Sarah Sharp
1
-0
/
+2
2010-06-30
USB: obey the sysfs power/wakeup setting
Alan Stern
1
-10
/
+3
2010-06-30
USB: fix oops in usb_sg_init()
Alan Stern
1
-2
/
+5
2010-06-05
USB: unbind all interfaces before rebinding them
Alan Stern
1
-0
/
+2
2010-05-21
sysfs: add struct file* to bin_attr callbacks
Chris Wright
1
-1
/
+2
2010-05-21
drivers/base: Convert dev->sem to mutex
Thomas Gleixner
1
-1
/
+1
2010-05-21
USB: remove match_device
Ming Lei
1
-33
/
+0
2010-05-21
USB: remove usb_find_device
Ming Lei
1
-37
/
+0
2010-05-21
USB: add missing "{}" in map_urb_for_dma
Ming Lei
1
-1
/
+2
2010-05-21
USB: fix interface runtime-PM settings
Alan Stern
1
-6
/
+11
2010-05-21
USB: usbcore: Do not disable USB3 protocol ports in hub_activate()
Andiry Xu
1
-2
/
+14
2010-05-21
USB: simplify usb_sg_init()
Alan Stern
1
-55
/
+38
2010-05-21
USB: Change the scatterlist type in struct urb
Matthew Wilcox
2
-7
/
+5
2010-05-21
USB: Add a usb_pipe_endpoint() convenience function
Matthew Wilcox
2
-4
/
+2
2010-05-21
USB: remove URB_NO_SETUP_DMA_MAP
Alan Stern
1
-2
/
+1
2010-05-21
USB: remove the usb_host_ss_ep_comp structure
Alan Stern
1
-130
/
+55
2010-05-21
USB: core: config.c: usb_get_configuration() simplified
Michal Nazarewicz
1
-6
/
+4
2010-05-21
USB: devices: fix Coding Styles
Carlos Sánchez Acosta
1
-7
/
+10
2010-05-21
USB: Support for allocating USB 3.0 streams.
Sarah Sharp
1
-0
/
+69
2010-05-21
USB: deprecate the power/level sysfs attribute
Alan Stern
1
-0
/
+12
2010-05-21
USB: use PM core routines to enable/disable autosuspend
Alan Stern
2
-21
/
+10
2010-05-21
USB: don't enable remote wakeup by default
Alan Stern
1
-1
/
+0
2010-05-21
USB: improve runtime remote wakeup settings
Alan Stern
1
-11
/
+8
2010-05-21
USB: fix usbmon and DMA mapping for scatter-gather URBs
Alan Stern
4
-102
/
+125
2010-05-21
USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACES
Hans de Goede
2
-2
/
+18
2010-05-21
USB: remove uses of URB_NO_SETUP_DMA_MAP
Alan Stern
2
-17
/
+5
2010-05-21
USB: straighten out port feature vs. port status usage
Alan Stern
1
-1
/
+1
2010-05-21
USB: remove bogus USB_PORT_FEAT_*_SPEED symbols
Alan Stern
1
-4
/
+4
2010-05-21
USB: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2010-05-21
USB: make hub.h public (drivers dependency)
Eric Lescouet
1
-205
/
+0
[next]