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
/
driver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-10
usb: core: add sanity checks when using bInterfaceClass with new_id
Wolfram Sang
1
-1
/
+4
2013-12-03
usb: core: Remove superfluous name casts
Geert Uytterhoeven
1
-2
/
+2
2013-10-19
USB: change dev_warn about missing reset-resume to dev_dbg
Alan Stern
1
-2
/
+2
2013-10-16
usb: Don't enable USB 2.0 Link PM by default.
Sarah Sharp
1
-0
/
+3
2013-08-23
USB: core: use DRIVER_ATTR_RW()
Greg Kroah-Hartman
1
-15
/
+13
2013-08-03
usb: fix some scripts/kernel-doc warnings
Yacine Belkadi
1
-2
/
+20
2013-06-03
PM / Runtime: Rework the "runtime idle" helper routine
Rafael J. Wysocki
1
-1
/
+2
2013-04-01
USB: driver.c: processing failure, maching resume condition with suspend cond...
Chen Gang
1
-4
/
+6
2013-03-28
USB: remove CONFIG_USB_SUSPEND option
Alan Stern
1
-2
/
+2
2013-03-25
USB: adds comment on suspend callback
Ming Lei
1
-3
/
+8
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-11-21
usb-core: remove CONFIG_HOTPLUG ifdefs
Bill Pemberton
1
-25
/
+0
2012-11-19
treewide: fix typo of "suport" in various comments and Kconfig
Masanari Iida
1
-1
/
+1
2012-10-08
USB: Enable LPM after a failed probe.
Sarah Sharp
1
-0
/
+4
2012-09-17
usb: remove junk from store_remove_id
Alan Cox
1
-8
/
+3
2012-07-19
usb: Add quirk detection based on interface information
Laurent Pinchart
1
-15
/
+23
2012-06-13
usb-core: Set intfdata to NULL if a driver's probe method failed
Hans de Goede
1
-0
/
+1
2012-06-13
USB: allow match on bInterfaceNumber
Bjørn Mork
1
-2
/
+7
2012-05-18
USB: Disable USB 3.0 LPM in critical sections.
Sarah Sharp
1
-1
/
+53
2012-05-14
USB: add read support to usb-serial/../new_id
Bjørn Mork
1
-3
/
+10
2012-05-14
USB: let both new_id and remove_id show dynamic id list
Bjørn Mork
1
-2
/
+19
2012-04-29
USB: remove CONFIG_USB_DEVICEFS
Greg Kroah-Hartman
1
-19
/
+2
2012-04-09
USB: don't ignore suspend errors for root hubs
Alan Stern
1
-2
/
+7
2012-03-20
Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-42
/
+78
2012-01-26
USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routines
Alan Stern
1
-41
/
+20
2012-01-24
Dynamic ID addition doesn't need get_driver()
Alan Stern
1
-4
/
+1
2012-01-24
USB: cleanup the handling of the PM complete call
Oliver Neukum
1
-17
/
+20
2012-01-24
USB: code cleanup in suspend/resume path (3rd try)
Oliver Neukum
1
-30
/
+63
2012-01-03
USB: remove dead code from suspend/resume path
Oliver Neukum
1
-21
/
+7
2011-11-15
USB: Add optional match for interface class to dynamic ID facility
Josua Dietze
1
-1
/
+7
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-04
USB: Update last_busy time after autosuspend fails
Alan Stern
1
-0
/
+5
2011-10-31
usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
Paul Gortmaker
1
-0
/
+1
2011-10-25
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+4
2011-09-26
xHCI: set USB2 hardware LPM
Andiry Xu
1
-0
/
+14
2011-09-09
USB: for usb_autopm_get_interface_async -EINPROGRESS is not an error
Jim Wylder
1
-1
/
+1
2011-08-19
PM / Runtime: Add macro to test for runtime PM events
Alan Stern
1
-5
/
+4
2011-06-28
Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+10
2011-06-21
PM: Rename dev_pm_info.in_suspend to is_prepared
Alan Stern
1
-3
/
+3
2011-06-15
USB: don't let errors prevent system sleep
Alan Stern
1
-1
/
+10
2011-03-18
USB: Move runtime PM callbacks to usb_device_pm_ops
Rafael J. Wysocki
1
-12
/
+3
2011-03-13
usb: Always return 0 or -EBUSY to the runtime PM core.
Sarah Sharp
1
-0
/
+5
2011-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-4
/
+3
2010-12-24
PM: Replace the device power.status field with a bit field
Rafael J. Wysocki
1
-4
/
+3
2010-11-16
USB: improve uses of usb_mark_last_busy
Alan Stern
1
-7
/
+1
2010-11-16
USB: use the runtime-PM autosuspend implementation
Alan Stern
1
-72
/
+5
2010-11-16
USB: make usb_mark_last_busy use pm_runtime_mark_last_busy
Ming Lei
1
-12
/
+11
2010-11-16
USB: use the no_callbacks flag for interfaces
Ming Lei
1
-53
/
+29
2010-10-22
USB: do not print -ESHUTDOWN message if usb at otg device mode
Peter Chen
1
-1
/
+1
2010-08-10
USB: remove fake "address-of" expressions
Alan Stern
1
-4
/
+2
[prev]
[next]