index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Lines
2011-06-27
usb: r8a66597-hcd: fix cannot detect low/full speed device
Yoshihiro Shimoda
-0
/
+1
2011-06-27
USB: ehci-ath79: fix a NULL pointer dereference
Gabor Juhos
-4
/
+6
2011-06-27
usb/isp1760: Fix bug preventing the unlinking of control urbs
Arvid Brodin
-1
/
+1
2011-06-27
Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
-11
/
+71
2011-06-17
xhci: Always set urb->status to zero for isoc endpoints.
Sarah Sharp
-5
/
+6
2011-06-17
xhci: Add reset on resume quirk for asrock p67 host
Maarten Lankhorst
-0
/
+11
2011-06-17
xHCI 1.0: Incompatible Device Error
Alex He
-0
/
+22
2011-06-15
USB: change maintainership of ohci-hcd and ehci-hcd
Alan Stern
-1
/
+7
2011-06-15
xHCI 1.0: Force Stopped Event(FSE)
Alex He
-0
/
+14
2011-06-15
xhci: Don't warn about zeroed bMaxBurst descriptor field.
Sarah Sharp
-2
/
+0
2011-06-15
xhci: Reject double add of active endpoints.
Sarah Sharp
-4
/
+18
2011-06-07
drivers/usb/host/ohci-pxa27x.c: add missing clk_put
Julia Lawall
-2
/
+5
2011-06-05
USB: xhci - fix interval calculation for FS isoc endpoints
Dmitry Torokhov
-2
/
+12
2011-06-02
xhci: Disable MSI for some Fresco Logic hosts.
Sarah Sharp
-2
/
+20
2011-06-02
xhci: Do not issue device reset when device is not setup
Maarten Lankhorst
-0
/
+7
2011-06-02
xhci: Add defines for hardcoded slot states
Maarten Lankhorst
-4
/
+9
2011-06-02
xhci: Bigendian fix for xhci_check_bandwidth()
Matt Evans
-2
/
+2
2011-06-01
xhci: Bigendian fix for skip_isoc_td()
Matt Evans
-1
/
+1
2011-05-28
Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-69
/
+412
2011-05-27
Intel xhci: Limit number of active endpoints to 64.
Sarah Sharp
-11
/
+244
2011-05-27
Intel xhci: Ignore spurious successful event.
Sarah Sharp
-0
/
+20
2011-05-27
Intel xhci: Support EHCI/xHCI port switching.
Sarah Sharp
-0
/
+124
2011-05-25
xhci: STFU: Be quieter during URB submission and completion.
Sarah Sharp
-37
/
+15
2011-05-25
xhci: STFU: Don't print event ring dequeue pointer.
Sarah Sharp
-13
/
+1
2011-05-25
xhci: STFU: Remove function tracing.
Sarah Sharp
-8
/
+0
2011-05-25
xhci: Don't submit commands when the host is dead.
Sarah Sharp
-1
/
+7
2011-05-25
xhci: Clear stopped_td when Stop Endpoint command completes.
Sarah Sharp
-0
/
+2
2011-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
-1
/
+1
2011-05-23
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-1982
/
+4001
2011-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-4
/
+5
2011-05-20
sanitize <linux/prefetch.h> usage
Linus Torvalds
-0
/
+2
2011-05-19
USB: EHCI: Remove SPARC_LEON {read,write}_be definitions from ehci.h
Jan Andersson
-3
/
+0
2011-05-19
USB: UHCI: Support big endian GRUSBHC HC
Jan Andersson
-2
/
+18
2011-05-19
USB: UHCI: Add support for big endian descriptors
Jan Andersson
-120
/
+192
2011-05-19
USB: UHCI: Use ACCESS_ONCE rather than using a full compiler barrier
Alan Stern
-12
/
+2
2011-05-19
USB: UHCI: Add support for big endian mmio
Jan Andersson
-15
/
+56
2011-05-19
usb/isp1760: Fix possible unlink problems
Arvid Brodin
-52
/
+95
2011-05-19
usb/isp1760: Move function isp1760_endpoint_disable() within file.
Arvid Brodin
-34
/
+34
2011-05-19
USB: remove remaining usages of hcd->state from usbcore and fix regression
Alan Stern
-5
/
+18
2011-05-17
EHCI: don't rescan interrupt QHs needlessly
Alan Stern
-4
/
+12
2011-05-17
OHCI: fix regression caused by nVidia shutdown workaround
Alan Stern
-2
/
+10
2011-05-16
xhci: Fix memory leak bug when dropping endpoints
Sarah Sharp
-1
/
+10
2011-05-16
xhci: Fix memory leak in ring cache deallocation.
Sarah Sharp
-4
/
+3
2011-05-13
xhci: Fix full speed bInterval encoding.
Sarah Sharp
-2
/
+2
2011-05-12
xhci: move the common code to a function to get max ports and port array
huajun li
-39
/
+27
2011-05-12
ehci: workaround for pci quirk timeout on ExoPC
Andy Ross
-10
/
+25
2011-05-12
ehci: pci quirk cleanup
Andy Ross
-70
/
+66
2011-05-11
xhci: Fix bug in control transfer cancellation.
Sarah Sharp
-9
/
+9
2011-05-10
USB: ehci-s5p : use __devinit and __devexit macros for probe and remove
Jingoo Han
-3
/
+3
2011-05-10
Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
-5
/
+45
[next]