aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devices.c
Commit message (Expand)AuthorAgeFilesLines
* USB: Fix race condition when removing host controllersAlan Stern2012-10-101-1/+1
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-2/+2
* Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman2011-04-191-11/+11
|\
| * USB: change the way we initialize format stringsDmitry Torokhov2011-04-131-11/+11
* | USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devicesDmitry Torokhov2011-04-131-4/+6
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* USB: teach "devices" file about Wireless and SuperSpeed USBAlan Stern2010-10-221-4/+7
* USB: devices: fix Coding StylesCarlos Sánchez Acosta2010-05-201-7/+10
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* USB: remove unused defintion of struct usb_device_statusDmitry Torokhov2010-03-071-5/+0
* usbfs: fix deadlock on 'usbfs_mutex', clean up pollLinus Torvalds2010-03-061-42/+24
* USB: Remove BKL from lseek implementationsOliver Neukum2010-03-021-2/+2
* USB: Remove BKL from poll()Oliver Neukum2010-03-021-19/+9
* USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum2010-01-201-1/+1
* USB: add missing class descriptions used in usb/devices fileFrans Pop2009-07-121-4/+6
* USB: drivers: use USB API functions rather than constantsJulia Lawall2009-03-241-1/+1
* usb: hub: add check for unsupported bus topologyFelipe Balbi2008-07-211-2/+0
* USB: remove CVS keywordsAdrian Bunk2008-07-211-2/+0
* USB: fix codingstyle issues in drivers/usb/core/devices.cGreg Kroah-Hartman2008-02-011-72/+82
* USB: add IAD support to usbfs and sysfsCraig W. Nadler2007-07-121-0/+26
* USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman2007-04-271-2/+0
* USB: fix needless failure under certain conditionsOliver Neukum2007-02-161-4/+5
* USB: a bit more coding style cleanupOliver Neukum2007-02-071-7/+7
* USB: indicate active altsetting in proc/bus/usb/devices fileDavid Brownell2007-02-071-2/+6
* USB: devices: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-4/+5
* USB: Remove unneeded void * casts in core filesTobias Klauser2006-09-271-2/+2
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-271-1/+1
* [PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven2006-03-201-3/+4
* [PATCH] USB: mark various usb tables constArjan van de Ven2006-01-041-10/+10
* [PATCH] USB: Remove USB private semaphoreAlan Stern2006-01-041-2/+2
* [PATCH] make driver's name be const char *Dmitry Torokhov2005-06-201-1/+1
* [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl2005-04-181-5/+2
* [PATCH] USB: fix up some sparse warnings about static functions that aren't s...Greg KH2005-04-181-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+677