aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-05USB: fix problems with duplicate endpoint addressesAlan Stern1-0/+10
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman1-0/+5
2016-09-16USB: change bInterval default to 10 msAlan Stern1-11/+17
2016-08-23USB: fix typo in wMaxPacketSize validationAlan Stern1-1/+1
2016-08-09USB: validate wMaxPacketValue entries in endpoint descriptorsAlan Stern1-3/+63
2016-03-30usb: fix regression in SuperSpeed endpoint descriptor parsingMathias Nyman1-9/+7
2016-02-14usb: Add USB 3.1 Precision time measurement capability descriptor supportMathias Nyman1-0/+3
2016-02-14usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptorMathias Nyman1-0/+31
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman1-1/+2
2015-12-01usb: Use the USB_SS_MULT() macro to decode burst multiplier for log messageBen Hutchings1-1/+2
2015-10-04usb: store the new usb 3.1 SuperSpeedPlus device capability descriptorMathias Nyman1-0/+4
2015-09-21usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman1-2/+3
2014-08-01usb-core bInterval quirkJames P Michels III1-0/+11
2014-03-12Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman1-0/+4
2014-03-07usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requestsJulius Werner1-0/+4
2014-03-04usb-core: Move USB_MAXENDPOINTS definitions to usb.hHans de Goede1-1/+0
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-09usb: core: get config and string descriptors for unauthorized devicesThomas Pugliese1-7/+0
2013-08-12usb: config->desc.bLength may not exceed amount of data returned by the deviceHans de Goede1-1/+2
2012-09-10usb: Fail a get config when the port is powered off.Lan Tianyu1-0/+2
2011-09-26usbcore: get BOS descriptor setAndiry Xu1-0/+103
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-4/+4
2011-08-01usb/config: use proper endian access for wMaxPacketSizeSebastian Andrzej Siewior1-5/+6
2011-05-02usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior1-1/+1
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern1-130/+55
2010-05-20USB: core: config.c: usb_get_configuration() simplifiedMichal Nazarewicz1-6/+4
2010-05-20USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACESHans de Goede1-2/+14
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+2
2009-09-23USB: Fix SS endpoint companion descriptor parsing.Sarah Sharp1-1/+1
2009-07-28USB: Fix parsing of SuperSpeed Endpoint Companion descriptor.Sarah Sharp1-21/+27
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp1-17/+19
2009-06-15USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp1-9/+180
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp1-0/+1
2008-04-24USB: ehci tolerates some buggy devicesDavid Brownell1-0/+17
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman1-6/+8
2007-10-12usb: usb_get_configuration() obeys authorizationInaky Perez-Gonzalez1-5/+19
2007-07-12USB: add IAD support to usbfs and sysfsCraig W. Nadler1-0/+15
2007-07-12USB: Fix up full-speed bInterval values in high-speed interrupt descriptorLaurent Pinchart1-3/+9
2007-07-12USB: Handle bogus low-speed Bulk endpointsAlan Stern1-0/+15
2007-06-08USB: Fix up bogus bInterval values in endpoint descriptorsAlan Stern1-1/+41
2007-05-22USB: don't try to kzalloc 0 bytesAlan Stern1-4/+6
2006-09-27usb: deal with broken config descriptorsInaky Perez-Gonzalez1-1/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman1-5/+0
2005-10-28[PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern1-4/+6
2005-10-28[PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern1-8/+4
2005-04-18[PATCH] USB: fix up some sparse warnings about static functions that aren't static.Greg KH1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+534