aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/config.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+2
* usb/config: use proper endian access for wMaxPacketSizeSebastian Andrzej Siewior2011-08-171-5/+6
* usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior2011-05-021-1/+1
* USB: remove the usb_host_ss_ep_comp structureAlan Stern2010-05-201-130/+55
* USB: core: config.c: usb_get_configuration() simplifiedMichal Nazarewicz2010-05-201-6/+4
* USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACESHans de Goede2010-05-201-2/+14
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+2
* USB: Fix SS endpoint companion descriptor parsing.Sarah Sharp2009-09-231-1/+1
* USB: Fix parsing of SuperSpeed Endpoint Companion descriptor.Sarah Sharp2009-07-281-21/+27
* USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp2009-06-151-17/+19
* USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp2009-06-151-9/+180
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-151-0/+1
* USB: ehci tolerates some buggy devicesDavid Brownell2008-04-241-0/+17
* USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman2008-02-011-6/+8
* usb: usb_get_configuration() obeys authorizationInaky Perez-Gonzalez2007-10-121-5/+19
* USB: add IAD support to usbfs and sysfsCraig W. Nadler2007-07-121-0/+15
* USB: Fix up full-speed bInterval values in high-speed interrupt descriptorLaurent Pinchart2007-07-121-3/+9
* USB: Handle bogus low-speed Bulk endpointsAlan Stern2007-07-121-0/+15
* USB: Fix up bogus bInterval values in endpoint descriptorsAlan Stern2007-06-081-1/+41
* USB: don't try to kzalloc 0 bytesAlan Stern2007-05-221-4/+6
* usb: deal with broken config descriptorsInaky Perez-Gonzalez2006-09-271-1/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-171-5/+0
* [PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern2005-10-281-4/+6
* [PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern2005-10-281-8/+4
* [PATCH] USB: fix up some sparse warnings about static functions that aren't s...Greg KH2005-04-181-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+534