index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-05-29
USB: EHCI: suppress unwanted error messages
Alan Stern
2
-1
/
+7
2008-05-29
USB: add all configs to the "descriptors" attribute
Alan Stern
1
-23
/
+21
2008-05-29
USB: fix possible deadlock involving sysfs attributes
Alan Stern
2
-5
/
+9
2008-05-20
USB: Core: fix race in device_create
Greg Kroah-Hartman
1
-3
/
+3
2008-05-14
USB: create attributes before sending uevent
Alan Stern
5
-58
/
+96
2008-05-02
USB: fix cannot work usb storage when using ohci-sm501
Yoshihiro Shimoda
1
-1
/
+3
2008-04-29
proc: remove proc_bus
Alexey Dobriyan
1
-2
/
+2
2008-04-24
usb: don't update devnum for wusb devices
David Vrabel
1
-3
/
+11
2008-04-24
wusb: make ep0_reinit available for modules
Inaky Perez-Gonzalez
2
-5
/
+7
2008-04-24
wusb: devices dont use a set address
Inaky Perez-Gonzalez
1
-20
/
+27
2008-04-24
wusb: teach choose_address() about wireless devices
Inaky Perez-Gonzalez
1
-9
/
+31
2008-04-24
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
6
-47
/
+47
[next]