aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/config.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-03USB: core: move existing SPDX tags to top of the fileGravatar Greg Kroah-Hartman 1-1/+1
2017-10-18USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Gravatar Alan Stern 1-2/+4
2017-09-19USB: fix out-of-bounds in usb_set_configurationGravatar Greg Kroah-Hartman 1-3/+11
2017-09-18usb: Increase quirk delay for USB devicesGravatar Dmitry Fleytman 1-1/+1
2017-03-14usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkGravatar Samuel Thibault 1-0/+10
2017-01-05USB: fix problems with duplicate endpoint addressesGravatar Alan Stern 1-0/+10
2016-10-29USB: core: add missing license information to some filesGravatar Greg Kroah-Hartman 1-0/+5
2016-09-16USB: change bInterval default to 10 msGravatar Alan Stern 1-11/+17
2016-08-23USB: fix typo in wMaxPacketSize validationGravatar Alan Stern 1-1/+1
2016-08-09USB: validate wMaxPacketValue entries in endpoint descriptorsGravatar Alan Stern 1-3/+63
2016-03-30usb: fix regression in SuperSpeed endpoint descriptor parsingGravatar Mathias Nyman 1-9/+7
2016-02-14usb: Add USB 3.1 Precision time measurement capability descriptor supportGravatar Mathias Nyman 1-0/+3
2016-02-14usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptorGravatar Mathias Nyman 1-0/+31
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesGravatar Mathias Nyman 1-1/+2
2015-12-01usb: Use the USB_SS_MULT() macro to decode burst multiplier for log messageGravatar Ben Hutchings 1-1/+2
2015-10-04usb: store the new usb 3.1 SuperSpeedPlus device capability descriptorGravatar Mathias Nyman 1-0/+4
2015-09-21usb: Use the USB_SS_MULT() macro to get the burst multiplier.Gravatar Mathias Nyman 1-2/+3
2014-08-01usb-core bInterval quirkGravatar James P Michels III 1-0/+11
2014-03-12Merge 3.14-rc6 into usb-nextGravatar Greg Kroah-Hartman 1-0/+4
2014-03-07usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requestsGravatar Julius Werner 1-0/+4
2014-03-04usb-core: Move USB_MAXENDPOINTS definitions to usb.hGravatar Hans de Goede 1-1/+0
2014-01-08usb: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-12-09usb: core: get config and string descriptors for unauthorized devicesGravatar Thomas Pugliese 1-7/+0
2013-08-12usb: config->desc.bLength may not exceed amount of data returned by the deviceGravatar Hans de Goede 1-1/+2
2012-09-10usb: Fail a get config when the port is powered off.Gravatar Lan Tianyu 1-0/+2
2011-09-26usbcore: get BOS descriptor setGravatar Andiry Xu 1-0/+103
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Gravatar Kuninori Morimoto 1-4/+4
2011-08-01usb/config: use proper endian access for wMaxPacketSizeGravatar Sebastian Andrzej Siewior 1-5/+6
2011-05-02usb/ch9: use proper endianess for wBytesPerIntervalGravatar Sebastian Andrzej Siewior 1-1/+1
2010-05-20USB: remove the usb_host_ss_ep_comp structureGravatar Alan Stern 1-130/+55
2010-05-20USB: core: config.c: usb_get_configuration() simplifiedGravatar Michal Nazarewicz 1-6/+4
2010-05-20USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACESGravatar Hans de Goede 1-2/+14
2010-05-20USB: make hcd.h public (drivers dependency)Gravatar Eric Lescouet 1-1/+2
2009-09-23USB: Fix SS endpoint companion descriptor parsing.Gravatar Sarah Sharp 1-1/+1
2009-07-28USB: Fix parsing of SuperSpeed Endpoint Companion descriptor.Gravatar Sarah Sharp 1-21/+27
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Gravatar Sarah Sharp 1-17/+19
2009-06-15USB: Parse and store the SuperSpeed endpoint companion descriptors.Gravatar Sarah Sharp 1-9/+180
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Gravatar Sarah Sharp 1-0/+1
2008-04-24USB: ehci tolerates some buggy devicesGravatar David Brownell 1-0/+17
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGravatar Greg Kroah-Hartman 1-6/+8
2007-10-12usb: usb_get_configuration() obeys authorizationGravatar Inaky Perez-Gonzalez 1-5/+19
2007-07-12USB: add IAD support to usbfs and sysfsGravatar Craig W. Nadler 1-0/+15
2007-07-12USB: Fix up full-speed bInterval values in high-speed interrupt descriptorGravatar Laurent Pinchart 1-3/+9
2007-07-12USB: Handle bogus low-speed Bulk endpointsGravatar Alan Stern 1-0/+15
2007-06-08USB: Fix up bogus bInterval values in endpoint descriptorsGravatar Alan Stern 1-1/+41
2007-05-22USB: don't try to kzalloc 0 bytesGravatar Alan Stern 1-4/+6
2006-09-27usb: deal with broken config descriptorsGravatar Inaky Perez-Gonzalez 1-1/+3
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGravatar Greg Kroah-Hartman 1-5/+0
2005-10-28[PATCH] usbcore: Fix handling of sysfs strings and other attributesGravatar Alan Stern 1-4/+6