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.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-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
/
hub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-25
usb: don't update devnum for wusb devices
David Vrabel
1
-3
/
+11
2008-04-25
wusb: make ep0_reinit available for modules
Inaky Perez-Gonzalez
1
-5
/
+6
2008-04-25
wusb: devices dont use a set address
Inaky Perez-Gonzalez
1
-20
/
+27
2008-04-25
wusb: teach choose_address() about wireless devices
Inaky Perez-Gonzalez
1
-9
/
+31
2008-04-25
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-4
/
+4
2008-04-25
USB: don't explicitly reenable root-hub status interrupts
Alan Stern
1
-9
/
+0
2008-04-25
USB: log an error message when USB enumeration fails
Alan Stern
1
-0
/
+1
2008-04-25
USB: check serial-number string after device reset
Alan Stern
1
-15
/
+50
2008-04-25
USB: remove CONFIG_USB_PERSIST setting
Alan Stern
1
-17
/
+10
2008-04-25
USB: make USB-PERSIST work after every system sleep
Alan Stern
1
-34
/
+80
2008-04-25
USB: reorganize code in hub.c
Alan Stern
1
-26
/
+32
2008-04-25
USB: EHCI: carry out port handover during each root-hub resume
Alan Stern
1
-0
/
+6
2008-04-19
drivers: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-02-02
USB: mark USB drivers as being GPL only
Greg Kroah-Hartman
1
-2
/
+3
2008-02-02
USB: Export suspend statistics
Sarah Sharp
1
-1
/
+9
2008-02-02
USB: updates to usb_reset_composite_device()
Alan Stern
1
-23
/
+9
2008-02-02
USB: always announce a device has been added to the system
Greg Kroah-Hartman
1
-12
/
+24
2008-02-02
USB: force handover port to companion when hub_port_connect_change fails
Balaji Rao
1
-0
/
+3
2008-02-02
USB: use GFP_NOIO in reset path
Oliver Neukum
1
-1
/
+1
2007-12-17
USB: fix locking loop by avoiding flush_scheduled_work
Alan Stern
1
-3
/
+3
2007-11-29
USB: Fix priority mistakes in drivers/usb/core/hub.c
Roel Kluin
1
-1
/
+1
2007-10-19
freezer: introduce freezer-friendly waiting macros
Rafael J. Wysocki
1
-2
/
+1
2007-10-16
docbook: fix usb content
Randy Dunlap
1
-1
/
+5
2007-10-13
USB: mutual exclusion for EHCI init and port resets
Alan Stern
1
-1
/
+14
2007-10-13
USB: fix limited_power setting mistake in hub.c
jidong xiao
1
-2
/
+2
2007-10-13
USB: flush outstanding URBs when suspending
Alan Stern
1
-8
/
+1
2007-10-13
USB: remove traces of urb->status from usbcore
Alan Stern
1
-4
/
+4
2007-10-13
USB: rename choose_configuration
Greg Kroah-Hartman
1
-1
/
+1
2007-10-13
usb: introduce usb_authorize/deauthorize()
Inaky Perez-Gonzalez
1
-0
/
+81
2007-10-13
usb: split usb_new_device for clarity and refactoring
Inaky Perez-Gonzalez
1
-48
/
+88
2007-10-13
USB: address-0 handling during device initialization
Alan Stern
1
-8
/
+13
2007-10-13
USB: add ep->enable
Alan Stern
1
-1
/
+1
2007-08-23
USB: accept 1-byte Device Status replies, fixing some b0rken devices
Alan Stern
1
-1
/
+2
2007-07-20
USB: fix warning caused by autosuspend counter going negative
Alan Stern
1
-4
/
+6
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+1
2007-07-13
USB: add power/persist device attribute
Alan Stern
1
-49
/
+29
2007-07-13
USB: unify reset_resume and normal resume
Alan Stern
1
-91
/
+93
2007-07-13
USB: add reset_resume method
Alan Stern
1
-54
/
+63
2007-07-13
USB: remove excess code from hub.c
Alan Stern
1
-104
/
+71
2007-07-13
USB: separate root and non-root suspend/resume
Alan Stern
1
-34
/
+8
2007-07-13
USB: remove __usb_port_suspend
Alan Stern
1
-34
/
+23
2007-07-13
USB Core: hub.c: prevent re-enumeration on HNP
Vikram Pandita
1
-2
/
+2
2007-07-13
USB: hub.c loops forever on resume from ram due to bluetooth
Mark Lord
1
-1
/
+2
2007-07-13
USB: Make device reset stop retrying after disconnect
Alan Stern
1
-3
/
+3
2007-07-13
USB: add RESET_RESUME device quirk
Alan Stern
1
-0
/
+5
2007-07-13
USB: add USB-Persist facility
Alan Stern
1
-56
/
+140
2007-07-13
USB: make hub driver's release more robust
Alan Stern
1
-28
/
+31
2007-07-13
USB: remove "locktree" routine from the hub driver
Alan Stern
1
-47
/
+1
2007-07-13
USB: don't unsuspend for a new connection
Alan Stern
1
-13
/
+0
2007-07-13
USB: move bus_suspend and bus_resume method calls
Alan Stern
1
-31
/
+1
[next]