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
2020-02-12
USB: Fallback to generic driver when specific driver fails
Bastien Nocera
1
-1
/
+4
2020-02-12
USB: Select better matching USB drivers when available
Bastien Nocera
1
-2
/
+13
2020-02-12
USB: Implement usb_device_match_id()
Bastien Nocera
1
-0
/
+14
2020-02-12
USB: Make it possible to "subclass" usb_device_driver
Bastien Nocera
1
-5
/
+21
2019-08-07
USB: add support for dev_groups to struct usb_device_driver
Greg Kroah-Hartman
1
-0
/
+1
2019-08-07
USB: add support for dev_groups to struct usb_driver
Greg Kroah-Hartman
1
-0
/
+1
2019-04-19
USB: core: Fix bug caused by duplicate interface PM usage counter
Alan Stern
1
-13
/
+0
2019-01-18
USB: Consolidate LPM checks to avoid enabling LPM twice
Kai-Heng Feng
1
-3
/
+8
2019-01-18
USB: Add new USB LPM helpers
Kai-Heng Feng
1
-1
/
+11
2018-10-09
USB: core: remove set but not used variable 'udev'
YueHaibing
1
-3
/
+0
2018-09-20
USB: fix error handling in usb_driver_claim_interface()
Alan Stern
1
-0
/
+15
2018-09-20
USB: remove LPM management from usb_driver_claim_interface()
Alan Stern
1
-15
/
+0
2018-05-31
driver core: hold dev's parent lock when needed
Martin Liu
1
-0
/
+1
2017-12-07
usb: Don't print a warning if interface driver rebind is deferred at resume
Mathias Nyman
1
-1
/
+1
2017-12-06
usb: core: Fix logging messages with spurious periods after newlines
Joe Perches
1
-4
/
+4
2017-11-07
usb: core: introduce a new usb_get_std_status() helper
Felipe Balbi
1
-2
/
+2
2017-11-03
USB: core: move existing SPDX tags to top of the file
Greg Kroah-Hartman
1
-1
/
+1
2017-10-23
USB: Force disconnect Huawei 4G modem during suspend
Daniel Drake
1
-1
/
+9
2017-03-23
usb: hub: Do not attempt to autosuspend disconnected devices
Guenter Roeck
1
-0
/
+3
2017-03-23
usb: hub: Fix error loop seen after hub communication errors
Guenter Roeck
1
-0
/
+18
2016-10-29
USB: core: add missing license information to some files
Greg Kroah-Hartman
1
-0
/
+3
2016-05-03
USB: leave LPM alone if possible when binding/unbinding interface drivers
Alan Stern
1
-17
/
+23
2016-03-18
USB: usb_driver_claim_interface: add sanity checking
Oliver Neukum
1
-1
/
+5
2015-10-04
usb: core: driver: Use kmalloc_array
Muhammad Falak R Wani
1
-4
/
+2
2015-09-22
usb: interface authorization: Control interface probing and claiming
Stefan Koch
1
-0
/
+8
2015-08-18
Revert "usb: interface authorization: Control interface probing and claiming"
Greg Kroah-Hartman
1
-8
/
+0
2015-08-14
usb: interface authorization: Control interface probing and claiming
Stefan Koch
1
-0
/
+8
2015-07-22
usb: fix coding style issue
Kris Borer
1
-0
/
+1
2015-01-31
USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)
Alan Stern
1
-0
/
+12
2015-01-25
USB: don't cancel queued resets when unbinding drivers
Alan Stern
1
-17
/
+0
2014-12-04
USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
Rafael J. Wysocki
1
-5
/
+1
2014-07-17
USB: shutdown all URBs after controller death
Alan Stern
1
-3
/
+4
2014-05-24
USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resume
Alan Stern
1
-3
/
+6
2014-03-17
USB: unbind all interfaces before rebinding any
Alan Stern
1
-38
/
+56
2014-03-04
usb-core: Free bulk streams on interface release
Hans de Goede
1
-1
/
+22
2014-02-18
Merge 3.14-rc3 into usb-next
Greg Kroah-Hartman
1
-7
/
+17
2014-02-07
usb: core: let dynamic ids override static ids
Bjørn Mork
1
-2
/
+2
2014-02-05
usb: core: Fix potential memory leak adding dyn USBdevice IDs
Christian Engelmayer
1
-7
/
+17
2014-01-13
usb: core: check for valid id_table when using the RefId feature
Wolfram Sang
1
-0
/
+3
2014-01-12
usb: core: bail out if user gives an unknown RefId when using new_id
Wolfram Sang
1
-3
/
+6
2014-01-10
usb: core: allow a reference device for new_id
Wolfram Sang
1
-3
/
+15
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
[next]