index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix USB storage hang on command abort
Alan Stern
2008-08-05
1
-1
/
+1
*
device create: usb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
2
-5
/
+6
*
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
Dan Williams
2008-07-21
1
-0
/
+5
*
USB: use reset_resume when normal resume fails
Alan Stern
2008-07-21
1
-3
/
+17
*
USB: Fix pointer/int cast in USB devio code
David Howells
2008-07-21
1
-2
/
+3
*
usbfs: don't store bad pointers in registration
Alan Stern
2008-07-21
1
-9
/
+10
*
usbfs: fix race between open and unregister
Alan Stern
2008-07-21
1
-5
/
+11
*
usbfs: simplify the lookup-by-minor routines
Alan Stern
2008-07-21
1
-9
/
+6
*
usbfs: send disconnect signals when device is unregistered
Alan Stern
2008-07-21
3
-31
/
+41
*
USB: Force unbinding of drivers lacking reset_resume or other methods
Alan Stern
2008-07-21
3
-21
/
+139
*
USB: fix usb_reset_device and usb_reset_composite_device(take 3)
Ming Lei
2008-07-21
2
-17
/
+18
*
USB: fix comment of usb_set_configuration
Ming Lei
2008-07-21
1
-1
/
+1
*
USB: use standard SG iterator in the scatter-gather library
Alan Stern
2008-07-21
1
-6
/
+6
*
USB: remove interface parameter of usb_reset_composite_device
Ming Lei
2008-07-21
2
-9
/
+4
*
usb: hub: add check for unsupported bus topology
Felipe Balbi
2008-07-21
3
-2
/
+8
*
USB: remove CVS keywords
Adrian Bunk
2008-07-21
2
-4
/
+0
*
USB: implement "soft" unbinding
Alan Stern
2008-07-21
1
-5
/
+6
*
USB: combine hub_quiesce and hub_stop
Alan Stern
2008-07-21
1
-31
/
+32
*
USB: combine hub_activate and hub_restart
Alan Stern
2008-07-21
1
-26
/
+23
*
USB: optimize port debouncing during hub activation
Alan Stern
2008-07-21
1
-5
/
+27
*
USB: try to salvage lost power sessions
Alan Stern
2008-07-21
2
-22
/
+53
*
USB: simplify hub_restart() logic
Alan Stern
2008-07-21
2
-67
/
+54
*
USB: revert "don't use reset-resume if drivers don't support it"
Greg Kroah-Hartman
2008-07-21
1
-44
/
+2
*
USB: debounce before unregistering
Alan Stern
2008-07-21
1
-12
/
+19
*
USB: add new routine for checking port-resume type
Alan Stern
2008-07-21
1
-26
/
+63
*
USB: usb dev_set_name() instead of dev->bus_id
Kay Sievers
2008-07-21
3
-5
/
+4
*
USB: usb dev_name() instead of dev->bus_id
Kay Sievers
2008-07-21
6
-15
/
+15
*
USB: revert "don't lose disconnections during suspend"
Greg Kroah-Hartman
2008-07-21
1
-4
/
+11
*
USB: handle pci_name() being const
Greg Kroah-Hartman
2008-07-21
2
-2
/
+2
*
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
2008-07-14
6
-55
/
+143
|
\
|
*
Revert "USB: don't explicitly reenable root-hub status interrupts"
Linus Torvalds
2008-07-06
3
-0
/
+20
|
*
USB: don't lose disconnections during suspend
Alan Stern
2008-07-03
1
-11
/
+4
|
*
USB: fix interrupt disabling for HCDs with shared interrupt handlers
Stefan Becker
2008-07-03
1
-10
/
+28
|
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2008-06-17
1
-0
/
+3
|
|
\
|
|
*
Input: appletouch - implement reset-resume logic
Oliver Neukum
2008-06-17
1
-0
/
+3
|
*
|
USB: don't use reset-resume if drivers don't support it
Linus Torvalds
2008-06-11
1
-2
/
+44
|
*
|
USB: add another scanner quirk
René Rebe
2008-05-29
1
-0
/
+4
|
*
|
USB: EHCI: suppress unwanted error messages
Alan Stern
2008-05-29
2
-1
/
+7
|
*
|
USB: add all configs to the "descriptors" attribute
Alan Stern
2008-05-29
1
-23
/
+21
|
*
|
USB: fix possible deadlock involving sysfs attributes
Alan Stern
2008-05-29
2
-5
/
+9
|
*
|
USB: Core: fix race in device_create
Greg Kroah-Hartman
2008-05-20
1
-3
/
+3
|
|
/
*
|
usbdev: BKL pushdown
Jonathan Corbet
2008-06-20
1
-0
/
+2
*
|
usbcore: cdev lock_kernel() pushdown
Jonathan Corbet
2008-06-20
1
-0
/
+3
|
/
*
USB: create attributes before sending uevent
Alan Stern
2008-05-14
5
-58
/
+96
*
USB: fix cannot work usb storage when using ohci-sm501
Yoshihiro Shimoda
2008-05-02
1
-1
/
+3
*
proc: remove proc_bus
Alexey Dobriyan
2008-04-29
1
-2
/
+2
*
usb: don't update devnum for wusb devices
David Vrabel
2008-04-24
1
-3
/
+11
*
wusb: make ep0_reinit available for modules
Inaky Perez-Gonzalez
2008-04-24
2
-5
/
+7
*
wusb: devices dont use a set address
Inaky Perez-Gonzalez
2008-04-24
1
-20
/
+27
*
wusb: teach choose_address() about wireless devices
Inaky Perez-Gonzalez
2008-04-24
1
-9
/
+31
[next]