index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-23
USB: revert recovery from transient errors
Alan Stern
1
-22
/
+17
2008-09-23
USB: fix hcd interrupt disabling
Geoff Levand
1
-1
/
+2
2008-08-21
USB: automatically enable RHSC interrupts
Alan Stern
3
-22
/
+0
2008-08-21
USB: Don't rebind before "complete" callback
Alan Stern
1
-21
/
+9
2008-08-21
USB: Add new PM callback methods for USB
Alan Stern
3
-19
/
+72
2008-08-21
USB: Defer Set-Interface for suspended devices
Alan Stern
1
-3
/
+28
2008-08-21
USB: Add udev argument to interface suspend/resume functions
Alan Stern
1
-10
/
+10
2008-08-21
USB: fix bug in usb_unlink_anchored_urbs()
Oliver Neukum
1
-2
/
+7
2008-08-13
USB: fix compiler warning fix
Alan Stern
1
-2
/
+2
2008-08-13
USB: fix interface unregistration logic
Alan Stern
1
-1
/
+1
2008-08-13
usb/core/driver: fix warning
Alexander Beregalov
1
-2
/
+1
2008-08-05
Fix USB storage hang on command abort
Alan Stern
1
-1
/
+1
2008-07-21
device create: usb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2
-5
/
+6
2008-07-21
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
Dan Williams
1
-0
/
+5
2008-07-21
USB: use reset_resume when normal resume fails
Alan Stern
1
-3
/
+17
2008-07-21
USB: Fix pointer/int cast in USB devio code
David Howells
1
-2
/
+3
2008-07-21
usbfs: don't store bad pointers in registration
Alan Stern
1
-9
/
+10
2008-07-21
usbfs: fix race between open and unregister
Alan Stern
1
-5
/
+11
2008-07-21
usbfs: simplify the lookup-by-minor routines
Alan Stern
1
-9
/
+6
2008-07-21
usbfs: send disconnect signals when device is unregistered
Alan Stern
3
-31
/
+41
2008-07-21
USB: Force unbinding of drivers lacking reset_resume or other methods
Alan Stern
3
-21
/
+139
2008-07-21
USB: fix usb_reset_device and usb_reset_composite_device(take 3)
Ming Lei
2
-17
/
+18
2008-07-21
USB: fix comment of usb_set_configuration
Ming Lei
1
-1
/
+1
2008-07-21
USB: use standard SG iterator in the scatter-gather library
Alan Stern
1
-6
/
+6
2008-07-21
USB: remove interface parameter of usb_reset_composite_device
Ming Lei
2
-9
/
+4
2008-07-21
usb: hub: add check for unsupported bus topology
Felipe Balbi
3
-2
/
+8
2008-07-21
USB: remove CVS keywords
Adrian Bunk
2
-4
/
+0
2008-07-21
USB: implement "soft" unbinding
Alan Stern
1
-5
/
+6
2008-07-21
USB: combine hub_quiesce and hub_stop
Alan Stern
1
-31
/
+32
2008-07-21
USB: combine hub_activate and hub_restart
Alan Stern
1
-26
/
+23
2008-07-21
USB: optimize port debouncing during hub activation
Alan Stern
1
-5
/
+27
2008-07-21
USB: try to salvage lost power sessions
Alan Stern
2
-22
/
+53
2008-07-21
USB: simplify hub_restart() logic
Alan Stern
2
-67
/
+54
2008-07-21
USB: revert "don't use reset-resume if drivers don't support it"
Greg Kroah-Hartman
1
-44
/
+2
2008-07-21
USB: debounce before unregistering
Alan Stern
1
-12
/
+19
2008-07-21
USB: add new routine for checking port-resume type
Alan Stern
1
-26
/
+63
2008-07-21
USB: usb dev_set_name() instead of dev->bus_id
Kay Sievers
3
-5
/
+4
2008-07-21
USB: usb dev_name() instead of dev->bus_id
Kay Sievers
6
-15
/
+15
2008-07-21
USB: revert "don't lose disconnections during suspend"
Greg Kroah-Hartman
1
-4
/
+11
2008-07-21
USB: handle pci_name() being const
Greg Kroah-Hartman
2
-2
/
+2
2008-07-14
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
6
-55
/
+143
2008-07-06
Revert "USB: don't explicitly reenable root-hub status interrupts"
Linus Torvalds
3
-0
/
+20
2008-07-03
USB: don't lose disconnections during suspend
Alan Stern
1
-11
/
+4
2008-07-03
USB: fix interrupt disabling for HCDs with shared interrupt handlers
Stefan Becker
1
-10
/
+28
2008-06-20
usbdev: BKL pushdown
Jonathan Corbet
1
-0
/
+2
2008-06-20
usbcore: cdev lock_kernel() pushdown
Jonathan Corbet
1
-0
/
+3
2008-06-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+3
2008-06-17
Input: appletouch - implement reset-resume logic
Oliver Neukum
1
-0
/
+3
2008-06-11
USB: don't use reset-resume if drivers don't support it
Linus Torvalds
1
-2
/
+44
2008-05-29
USB: add another scanner quirk
René Rebe
1
-0
/
+4
[next]