index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2017-10-18
USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()
Alan Stern
1
-2
/
+4
2017-09-19
USB: fix out-of-bounds in usb_set_configuration
Greg Kroah-Hartman
1
-3
/
+11
2017-09-18
usb: Increase quirk delay for USB devices
Dmitry Fleytman
1
-1
/
+1
2017-03-14
usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirk
Samuel Thibault
1
-0
/
+10
2017-01-05
USB: fix problems with duplicate endpoint addresses
Alan Stern
1
-0
/
+10
2016-10-29
USB: core: add missing license information to some files
Greg Kroah-Hartman
1
-0
/
+5
2016-09-16
USB: change bInterval default to 10 ms
Alan Stern
1
-11
/
+17
2016-08-23
USB: fix typo in wMaxPacketSize validation
Alan Stern
1
-1
/
+1
2016-08-09
USB: validate wMaxPacketValue entries in endpoint descriptors
Alan Stern
1
-3
/
+63
2016-03-31
usb: fix regression in SuperSpeed endpoint descriptor parsing
Mathias Nyman
1
-9
/
+7
2016-02-15
usb: Add USB 3.1 Precision time measurement capability descriptor support
Mathias Nyman
1
-0
/
+3
2016-02-15
usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor
Mathias Nyman
1
-0
/
+31
2016-01-25
usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
Mathias Nyman
1
-1
/
+2
2015-12-02
usb: Use the USB_SS_MULT() macro to decode burst multiplier for log message
Ben Hutchings
1
-1
/
+2
2015-10-04
usb: store the new usb 3.1 SuperSpeedPlus device capability descriptor
Mathias Nyman
1
-0
/
+4
2015-09-22
usb: Use the USB_SS_MULT() macro to get the burst multiplier.
Mathias Nyman
1
-2
/
+3
2014-08-02
usb-core bInterval quirk
James P Michels III
1
-0
/
+11
2014-03-12
Merge 3.14-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+4
2014-03-07
usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requests
Julius Werner
1
-0
/
+4
2014-03-05
usb-core: Move USB_MAXENDPOINTS definitions to usb.h
Hans de Goede
1
-1
/
+0
2014-01-09
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-10
usb: core: get config and string descriptors for unauthorized devices
Thomas Pugliese
1
-7
/
+0
2013-08-12
usb: config->desc.bLength may not exceed amount of data returned by the device
Hans de Goede
1
-1
/
+2
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
[next]