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
/
driver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: convert to the runtime PM framework
Alan Stern
2010-03-02
1
-477
/
+368
*
USB: rearrange functions in driver.c
Alan Stern
2010-03-02
1
-103
/
+103
*
USB: implement usb_enable_autosuspend
Alan Stern
2010-03-02
1
-0
/
+42
*
USB: change locking for device-level autosuspend
Alan Stern
2010-03-02
1
-4
/
+4
*
USB: rearrange code in usb_probe_interface
Alan Stern
2010-03-02
1
-32
/
+31
*
USB: implement non-tree resume ordering constraints for PCI host controllers
Alan Stern
2010-02-26
1
-0
/
+8
*
USB: add remove_id sysfs attr for usb drivers
CHENG Renquan
2009-12-11
1
-9
/
+91
*
USB: prepare for changover to Runtime PM framework
Alan Stern
2009-12-11
1
-31
/
+0
*
USB: remove the auto_pm flag
Alan Stern
2009-12-11
1
-4
/
+0
*
USB: fix missing error check in probing
Oliver Neukum
2009-09-23
1
-12
/
+22
*
USB: make intf.pm_usage an atomic_t
Alan Stern
2009-09-23
1
-16
/
+22
*
USB: add API for userspace drivers to "claim" ports
Alan Stern
2009-09-23
1
-0
/
+3
*
USB: Avoid PM error messages during resume if a device was disconnected
Frans Pop
2009-06-15
1
-1
/
+9
*
usb: convert endpoint devices to bus-less childs of the usb interface
Kay Sievers
2009-06-15
1
-16
/
+9
*
USB: consolidate usb_unbind_interface and usb_driver_release_interface
Alan Stern
2009-06-15
1
-13
/
+8
*
USB: fix toggle mismatch in disable_endpoint paths
Alan Stern
2009-01-27
1
-1
/
+1
*
USB: re-enable interface after driver unbinds
Alan Stern
2009-01-07
1
-3
/
+6
*
USB: Enhance usage of pm_message_t
Alan Stern
2009-01-07
1
-27
/
+34
*
USB: utilize round_jiffies_up_relative()
Alan Stern
2009-01-07
1
-2
/
+2
*
USB: Introduce usb_queue_reset() to do resets from atomic contexts
Inaky Perez-Gonzalez
2009-01-07
1
-2
/
+21
*
USB: add asynchronous autosuspend/autoresume support
Alan Stern
2009-01-07
1
-0
/
+86
*
USB: skip Set-Interface(0) if already in altsetting 0
Alan Stern
2008-12-17
1
-1
/
+3
*
USB: don't rebind drivers after failed resume or reset
Alan Stern
2008-10-22
1
-1
/
+2
*
USB: RESET_RESUME needs to block autosuspend when remote wakeup is needed
Oliver Neukum
2008-10-17
1
-1
/
+2
*
USB: Don't rebind before "complete" callback
Alan Stern
2008-08-21
1
-21
/
+9
*
USB: Add new PM callback methods for USB
Alan Stern
2008-08-21
1
-13
/
+2
*
USB: Defer Set-Interface for suspended devices
Alan Stern
2008-08-21
1
-3
/
+28
*
USB: Add udev argument to interface suspend/resume functions
Alan Stern
2008-08-21
1
-10
/
+10
*
USB: fix compiler warning fix
Alan Stern
2008-08-13
1
-2
/
+2
*
usb/core/driver: fix warning
Alexander Beregalov
2008-08-13
1
-2
/
+1
*
USB: Force unbinding of drivers lacking reset_resume or other methods
Alan Stern
2008-07-21
1
-15
/
+116
*
USB: implement "soft" unbinding
Alan Stern
2008-07-21
1
-5
/
+6
*
USB: try to salvage lost power sessions
Alan Stern
2008-07-21
1
-8
/
+5
*
USB: simplify hub_restart() logic
Alan Stern
2008-07-21
1
-6
/
+1
*
USB: usb dev_name() instead of dev->bus_id
Kay Sievers
2008-07-21
1
-3
/
+3
*
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
1
-15
/
+15
*
USB: HCDs use the do_remote_wakeup flag
Alan Stern
2008-04-24
1
-1
/
+0
*
USB: remove dev->power.power_state
Alan Stern
2008-04-24
1
-8
/
+4
*
USB: EHCI: carry out port handover during each root-hub resume
Alan Stern
2008-04-24
1
-2
/
+7
*
USB: fix codingstyle issues in drivers/usb/core/*.c
Greg Kroah-Hartman
2008-02-01
1
-14
/
+16
*
USB: mark USB drivers as being GPL only
Greg Kroah-Hartman
2008-02-01
1
-5
/
+5
*
USB: handle idVendor of 0x0000
Greg Kroah-Hartman
2008-02-01
1
-2
/
+2
*
USB: use proper call to driver_create_file
Greg Kroah-Hartman
2008-01-24
1
-4
/
+4
*
USB: uevent environment key fix
Alan Stern
2007-11-28
1
-11
/
+0
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2007-10-12
1
-22
/
+7
|
\
|
*
Driver core: change add_uevent_var to use a struct
Kay Sievers
2007-10-12
1
-22
/
+7
*
|
USB: fix race in autosuspend reschedule
Alan Stern
2007-10-12
1
-16
/
+16
*
|
USB: skip autosuspended devices during system resume
Alan Stern
2007-10-12
1
-7
/
+20
*
|
USB: don't propagate FREEZE or PRETHAW suspends
Alan Stern
2007-10-12
1
-1
/
+6
*
|
USB: flush outstanding URBs when suspending
Alan Stern
2007-10-12
1
-1
/
+9
[next]