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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-13
USB: additions to the quirk list
Oliver Neukum
1
-0
/
+8
2007-07-13
USB: quirk for samsung printer
Oliver Neukum
1
-0
/
+2
2007-07-13
USB: usb/dma doc updates
David Brownell
1
-5
/
+6
2007-07-13
USB: make the usb_device numa_node get assigned from controller
Yinghai Lu
1
-0
/
+1
2007-07-13
USB: Make usb-autosuspend timer 1 sec jiffy aligned
Venki Pallipadi
1
-1
/
+1
2007-07-13
USB: Don't autosuspend Blackberry devices.
Jeremy Katz
1
-0
/
+5
2007-07-13
USB: add IAD support to usbfs and sysfs
Craig W. Nadler
4
-0
/
+106
2007-07-13
USB: Fix off-by-1 error in the scatter-gather library
Alan Stern
1
-4
/
+3
2007-07-13
USB: Don't resume root hub if the controller is suspended
Alan Stern
1
-1
/
+4
2007-07-13
USB: Remove usages of dev->power.power_state
Alan Stern
2
-15
/
+1
2007-07-13
USB: Add URB_FREE_BUFFER flag and the logic behind it
Marcel Holtmann
1
-0
/
+3
2007-07-13
USB: Fix up full-speed bInterval values in high-speed interrupt descriptor
Laurent Pinchart
1
-3
/
+9
2007-07-13
usb: free DMA mappings if enqueue fails
Pete Zaitcev
1
-27
/
+20
2007-07-13
USB: Handle bogus low-speed Bulk endpoints
Alan Stern
1
-0
/
+15
2007-07-13
USB: add power/persist device attribute
Alan Stern
3
-56
/
+110
2007-07-13
USB: unify reset_resume and normal resume
Alan Stern
3
-94
/
+93
2007-07-13
USB: add reset_resume method
Alan Stern
2
-65
/
+103
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
4
-94
/
+59
2007-07-13
USB: remove __usb_port_suspend
Alan Stern
2
-36
/
+33
2007-07-13
USB: introduce usb_anchor
Oliver Neukum
2
-3
/
+101
2007-07-13
USB Core: hub.c: prevent re-enumeration on HNP
Vikram Pandita
1
-2
/
+2
2007-07-13
USB: rework C++-style comments
Alan Stern
1
-21
/
+29
2007-07-13
USB: prevent char device open/deregister race
Alan Stern
1
-16
/
+13
2007-07-13
USB: hub.c loops forever on resume from ram due to bluetooth
Mark Lord
1
-1
/
+2
2007-07-13
USB: Patch to align the various USB timers to fire at the same time
Arjan van de Ven
1
-4
/
+6
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
3
-0
/
+12
2007-07-13
USB: add USB-Persist facility
Alan Stern
5
-72
/
+191
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: remove references to dev.power.power_state
Alan Stern
1
-1
/
+2
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
3
-39
/
+43
2007-07-13
USB: Implement PM FREEZE and PRETHAW
Alan Stern
2
-5
/
+8
2007-07-13
USB: interface PM state
Alan Stern
2
-4
/
+2
2007-07-12
PM: Remove prev_state from struct dev_pm_info
Rafael J. Wysocki
1
-5
/
+0
2007-06-09
USB: Fix up bogus bInterval values in endpoint descriptors
Alan Stern
1
-1
/
+41
2007-06-09
USB: set default y for CONFIG_USB_DEVICE_CLASS
Kay Sievers
1
-9
/
+13
2007-05-30
USB: replace flush_workqueue with cancel_sync_work
Alan Stern
3
-12
/
+26
2007-05-23
USB: fix ratelimit call semantics
Alan Stern
1
-4
/
+4
2007-05-23
USB: handle errors in power/level attribute
Alan Stern
1
-0
/
+7
2007-05-23
USB: make the autosuspend workqueue thread freezable
Alan Stern
1
-1
/
+5
2007-05-23
USB: don't try to kzalloc 0 bytes
Alan Stern
1
-4
/
+6
2007-05-23
USB: remove short initial timeout for device descriptor fetch
Alan Stern
1
-9
/
+4
2007-05-23
USB: Deref URB after usbmon is done with it
Pete Zaitcev
1
-1
/
+1
2007-05-23
USB: set the correct Interrupt interval in usb_bulk_msg
Alan Stern
1
-7
/
+2
2007-05-23
USB: remove unneeded WARN_ON
Alan Stern
1
-4
/
+0
2007-05-23
USB: more autosuspend timer stuff
Alan Stern
1
-4
/
+14
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
3
-3
/
+0
[next]