index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: EHCI: don't send Clear-TT-Buffer following a STALL
Alan Stern
2009-11-30
1
-1
/
+1
*
USB: Add hub descriptor update hook for xHCI
Sarah Sharp
2009-09-23
2
-0
/
+19
*
USB: xhci: Set route string for all devices.
Sarah Sharp
2009-09-23
1
-2
/
+7
*
USB: fix missing error check in probing
Oliver Neukum
2009-09-23
1
-12
/
+22
*
USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flag
Alan Stern
2009-09-23
1
-1
/
+77
*
USB: Clean up root hub string descriptors
George Spelvin
2009-09-23
1
-47
/
+64
*
USB: make usb_buffer_map_sg consistent with doc
Jiri Slaby
2009-09-23
1
-2
/
+2
*
USB: increase usbdevfs max isoc buffer size
Markus Rechberger
2009-09-23
1
-1
/
+2
*
USB: don't lose mode switch events on suspended devices
Alan Stern
2009-09-23
1
-8
/
+1
*
USB: check for hub driver not bound to root hub device
Alan Stern
2009-09-23
1
-3
/
+7
*
USB: make the "usbfs_snoop" log more pertinent
Alan Stern
2009-09-23
1
-69
/
+62
*
USB: make intf.pm_usage an atomic_t
Alan Stern
2009-09-23
2
-18
/
+25
*
USB: add API for userspace drivers to "claim" ports
Alan Stern
2009-09-23
5
-6
/
+131
*
USB: Let usb_sg_init to set transfer_buffer more often
Pete Zaitcev
2009-09-23
1
-22
/
+10
*
USB: Fix SS endpoint companion descriptor parsing.
Sarah Sharp
2009-09-23
1
-1
/
+1
*
const: mark remaining super_operations const
Alexey Dobriyan
2009-09-22
1
-2
/
+1
*
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
2009-09-19
2
-6
/
+6
*
driver model: constify attribute groups
David Brownell
2009-09-15
3
-5
/
+5
*
USB: usbfs: fix -ENOENT error code to be -ENODEV
Alan Stern
2009-08-07
1
-1
/
+1
*
USB: devio: Properly do access_ok() checks
Michael Buesch
2009-08-07
1
-3
/
+5
*
USB: Fix parsing of SuperSpeed Endpoint Companion descriptor.
Sarah Sharp
2009-07-28
1
-21
/
+27
*
USB: handle zero-length usbfs submissions correctly
Alan Stern
2009-07-12
1
-21
/
+20
*
USB: fix LANGID=0 regression
Daniel Mack
2009-07-12
1
-18
/
+45
*
USB: fix race leading to a write after kfree in usbfs
Oliver Neukum
2009-07-12
1
-4
/
+17
*
Revert USB: usbfs: deprecate and hide option for !embedded
Greg Kroah-Hartman
2009-07-12
1
-1
/
+1
*
USB: add missing class descriptions used in usb/devices file
Frans Pop
2009-07-12
1
-4
/
+6
*
USB: fix memleak in usbfs
Oliver Neukum
2009-07-12
1
-6
/
+10
*
USB: fix the clear_tt_buffer interface
Alan Stern
2009-07-12
3
-16
/
+34
*
Remove multiple KERN_ prefixes from printk formats
Joe Perches
2009-07-08
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2009-06-16
15
-484
/
+907
|
\
|
*
USB: xhci: replace if-elseif-else with switch-case
Viral Mehta
2009-06-15
1
-7
/
+18
|
*
USB: Change names of SuperSpeed ep companion descriptor structs.
Sarah Sharp
2009-06-15
1
-17
/
+19
|
*
USB: Push scatter gather lists down to host controller drivers.
Sarah Sharp
2009-06-15
2
-49
/
+93
|
*
USB: Support for bandwidth allocation.
Sarah Sharp
2009-06-15
4
-0
/
+144
|
*
USB: Parse and store the SuperSpeed endpoint companion descriptors.
Sarah Sharp
2009-06-15
1
-9
/
+180
|
*
USB: Support for addressing a USB device under xHCI
Sarah Sharp
2009-06-15
3
-20
/
+76
|
*
USB: Add route string to struct usb_device.
Sarah Sharp
2009-06-15
1
-2
/
+8
|
*
USB: Don't reset USB 3.0 devices on port change detection.
Sarah Sharp
2009-06-15
1
-6
/
+36
|
*
USB: Add USB 3.0 roothub support to USB core.
Sarah Sharp
2009-06-15
3
-2
/
+77
|
*
USB: Add SuperSpeed to the list of USB device speeds.
Sarah Sharp
2009-06-15
5
-4
/
+31
|
*
USB: xhci: BIOS handoff and HW initialization.
Sarah Sharp
2009-06-15
1
-0
/
+1
|
*
USB: Avoid PM error messages during resume if a device was disconnected
Frans Pop
2009-06-15
1
-1
/
+9
|
*
USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and...
FUJITA Tomonori
2009-06-15
1
-4
/
+4
|
*
usb: convert endpoint devices to bus-less childs of the usb interface
Kay Sievers
2009-06-15
4
-170
/
+29
|
*
USB: new flag for resume-from-hibernation
Alan Stern
2009-06-15
2
-4
/
+4
|
*
USB: move PCI host controllers to new PM framework
Alan Stern
2009-06-15
2
-125
/
+126
|
*
USB: remove unused usb_host class
Greg Kroah-Hartman
2009-06-15
3
-35
/
+0
|
*
NLS: update handling of Unicode
Alan Stern
2009-06-15
1
-7
/
+3
|
*
usb: return device strings in UTF-8
Clemens Ladisch
2009-06-15
1
-24
/
+17
|
*
USB: add the usbfs devices file to debugfs
Greg Kroah-Hartman
2009-06-15
2
-2
/
+15
[next]