index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
hub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-17
USB: fix deadlock in bConfigurationValue attribute method
Alan Stern
1
-3
/
+0
2012-04-11
USB: fix bug of device descriptor got from superspeed device
Elric Fu
1
-0
/
+16
2012-03-13
USB: dynamically allocate usb_device children pointers instead of using a fix...
Huajun Li
1
-3
/
+7
2012-02-23
Merge branch 'usb-3.3-rc4' into usb-next
Greg Kroah-Hartman
1
-47
/
+155
2012-02-21
USB: Set hub depth after USB3 hub reset
Elric Fu
1
-13
/
+17
2012-02-14
USB: Turn on auto-suspend for USB 3.0 hubs.
Sarah Sharp
1
-8
/
+2
2012-02-14
USB: Set wakeup bits for all children hubs.
Sarah Sharp
1
-7
/
+15
2012-02-14
USB/xHCI: Support device-initiated USB 3.0 resume.
Sarah Sharp
1
-12
/
+39
2012-02-14
USB: Refactor hub remote wake handling.
Sarah Sharp
1
-24
/
+35
2012-02-14
USB/xHCI: Enable USB 3.0 hub remote wakeup.
Sarah Sharp
1
-0
/
+12
2012-02-14
USB: Suspend functions before putting dev into U3.
Sarah Sharp
1
-1
/
+2
2012-02-14
USB/xhci: Enable remote wakeup for USB3 devices.
Sarah Sharp
1
-5
/
+20
2012-02-09
usb: Use hub port data to determine whether a port is removable
Matthew Garrett
1
-0
/
+40
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-4
/
+4
2011-12-09
USB: Adding #define in hub_configure() and hcd.c file
Aman Deep
1
-44
/
+44
2011-11-26
USB: remove BKL comments
Davidlohr Bueso
1
-1
/
+0
2011-11-04
usb, xhci: Clear warm reset change event during init
Don Zickus
1
-0
/
+6
2011-10-25
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+7
2011-09-27
USB: Add wakeup info to debugging messages
Alan Stern
1
-4
/
+3
2011-09-26
xHCI: set USB2 hardware LPM
Andiry Xu
1
-0
/
+9
2011-09-26
usbcore: check device's LPM capability
Andiry Xu
1
-2
/
+8
2011-09-26
usbcore: get BOS descriptor set
Andiry Xu
1
-0
/
+3
2011-09-20
USB: When hot reset for USB3 fails, try warm reset.
Sarah Sharp
1
-0
/
+43
2011-09-20
usbcore: refine warm reset logic
Andiry Xu
1
-104
/
+112
2011-09-18
usb: Provide usb_speed_string() function
Michal Nazarewicz
1
-18
/
+9
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-1
/
+1
2011-08-22
USB: Remove test for NULL that'll never happen in usb_disconnect()
Jesper Juhl
1
-5
/
+0
2011-08-19
PM / Runtime: Add macro to test for runtime PM events
Alan Stern
1
-5
/
+5
2011-06-27
Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
1
-0
/
+3
2011-06-15
USB: don't let the hub driver prevent system sleep
Alan Stern
1
-5
/
+8
2011-06-15
USB: Free bandwidth when usb_disable_device is called.
Sarah Sharp
1
-0
/
+3
2011-06-06
USB: core: Tolerate protocol stall during hub and port status read
Libor Pechacek
1
-2
/
+4
2011-05-02
usbcore: warm reset USB3 port in SS.Inactive state
Andiry Xu
1
-0
/
+46
2011-05-02
usbcore: Refine USB3.0 device suspend and resume
Andiry Xu
1
-13
/
+20
2011-05-02
xHCI: report USB3.0 portstatus comply with USB3.0 specification
Andiry Xu
1
-15
/
+37
2011-04-13
usbcore: Bug fix: system can't suspend with USB3.0 device connected to USB3.0...
Andiry Xu
1
-1
/
+11
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-16
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-69
/
+130
2011-03-15
USB / Hub: Do not call device_set_wakeup_capable() under spinlock
Rafael J. Wysocki
1
-4
/
+6
2011-03-13
USB: Disable auto-suspend for USB 3.0 hubs.
Sarah Sharp
1
-2
/
+8
2011-03-13
USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.
Sarah Sharp
1
-28
/
+8
2011-03-13
usb: Change usb_hcd->bandwidth_mutex to a pointer.
Sarah Sharp
1
-4
/
+4
2011-03-13
USB: Clear "warm" port reset change.
Sarah Sharp
1
-0
/
+8
2011-03-13
USB 3.0 Hub Changes
John Youn
1
-8
/
+65
2011-03-11
USB: Only treat lasting over-current conditions as errors
Paul Bolle
1
-5
/
+19
2011-02-28
usb: core: hub.c Remove one to many n's in a word.
Justin P. Mattock
1
-1
/
+1
2011-02-25
USB: use "device number" instead of "address"
Alan Stern
1
-26
/
+22
2011-02-20
USB: Reset USB 3.0 devices on (re)discovery
Luben Tuikov
1
-11
/
+7
2011-02-17
Revert "USB: Reset USB 3.0 devices on (re)discovery"
Greg Kroah-Hartman
1
-7
/
+11
2011-02-17
USB: Reset USB 3.0 devices on (re)discovery
Luben Tuikov
1
-11
/
+7
[next]