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.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
/
config.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-11
usb: Fail a get config when the port is powered off.
Lan Tianyu
1
-0
/
+2
2011-09-27
usbcore: get BOS descriptor set
Andiry Xu
1
-0
/
+103
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-4
/
+4
2011-08-01
usb/config: use proper endian access for wMaxPacketSize
Sebastian Andrzej Siewior
1
-5
/
+6
2011-05-03
usb/ch9: use proper endianess for wBytesPerInterval
Sebastian Andrzej Siewior
1
-1
/
+1
2010-05-21
USB: remove the usb_host_ss_ep_comp structure
Alan Stern
1
-130
/
+55
2010-05-21
USB: core: config.c: usb_get_configuration() simplified
Michal Nazarewicz
1
-6
/
+4
2010-05-21
USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACES
Hans de Goede
1
-2
/
+14
2010-05-21
USB: make hcd.h public (drivers dependency)
Eric Lescouet
1
-1
/
+2
2009-09-23
USB: Fix SS endpoint companion descriptor parsing.
Sarah Sharp
1
-1
/
+1
2009-07-29
USB: Fix parsing of SuperSpeed Endpoint Companion descriptor.
Sarah Sharp
1
-21
/
+27
2009-06-16
USB: Change names of SuperSpeed ep companion descriptor structs.
Sarah Sharp
1
-17
/
+19
2009-06-16
USB: Parse and store the SuperSpeed endpoint companion descriptors.
Sarah Sharp
1
-9
/
+180
2009-06-16
USB: Add SuperSpeed to the list of USB device speeds.
Sarah Sharp
1
-0
/
+1
2008-04-25
USB: ehci tolerates some buggy devices
David Brownell
1
-0
/
+17
2008-02-02
USB: fix codingstyle issues in drivers/usb/core/*.c
Greg Kroah-Hartman
1
-6
/
+8
2007-10-13
usb: usb_get_configuration() obeys authorization
Inaky Perez-Gonzalez
1
-5
/
+19
2007-07-13
USB: add IAD support to usbfs and sysfs
Craig W. Nadler
1
-0
/
+15
2007-07-13
USB: Fix up full-speed bInterval values in high-speed interrupt descriptor
Laurent Pinchart
1
-3
/
+9
2007-07-13
USB: Handle bogus low-speed Bulk endpoints
Alan Stern
1
-0
/
+15
2007-06-09
USB: Fix up bogus bInterval values in endpoint descriptors
Alan Stern
1
-1
/
+41
2007-05-23
USB: don't try to kzalloc 0 bytes
Alan Stern
1
-4
/
+6
2006-09-27
usb: deal with broken config descriptors
Inaky Perez-Gonzalez
1
-1
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2005-11-17
[PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile
Greg Kroah-Hartman
1
-5
/
+0
2005-10-29
[PATCH] usbcore: Fix handling of sysfs strings and other attributes
Alan Stern
1
-4
/
+6
2005-10-29
[PATCH] usbcore: Use kzalloc instead of kmalloc/memset
Alan Stern
1
-8
/
+4
2005-04-19
[PATCH] USB: fix up some sparse warnings about static functions that aren't s...
Greg KH
1
-1
/
+2
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+534