aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devices.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22USB: teach "devices" file about Wireless and SuperSpeed USBAlan Stern1-4/+7
2010-05-20USB: devices: fix Coding StylesCarlos Sánchez Acosta1-7/+10
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-07USB: remove unused defintion of struct usb_device_statusDmitry Torokhov1-5/+0
2010-03-06usbfs: fix deadlock on 'usbfs_mutex', clean up pollLinus Torvalds1-42/+24
2010-03-02USB: Remove BKL from lseek implementationsOliver Neukum1-2/+2
2010-03-02USB: Remove BKL from poll()Oliver Neukum1-19/+9
2010-01-20USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum1-1/+1
2009-07-12USB: add missing class descriptions used in usb/devices fileFrans Pop1-4/+6
2009-03-24USB: drivers: use USB API functions rather than constantsJulia Lawall1-1/+1
2008-07-21usb: hub: add check for unsupported bus topologyFelipe Balbi1-2/+0
2008-07-21USB: remove CVS keywordsAdrian Bunk1-2/+0
2008-02-01USB: fix codingstyle issues in drivers/usb/core/devices.cGreg Kroah-Hartman1-72/+82
2007-07-12USB: add IAD support to usbfs and sysfsCraig W. Nadler1-0/+26
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman1-2/+0
2007-02-16USB: fix needless failure under certain conditionsOliver Neukum1-4/+5
2007-02-07USB: a bit more coding style cleanupOliver Neukum1-7/+7
2007-02-07USB: indicate active altsetting in proc/bus/usb/devices fileDavid Brownell1-2/+6
2006-12-01USB: devices: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+5
2006-09-27USB: Remove unneeded void * casts in core filesTobias Klauser1-2/+2
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-1/+1
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven1-3/+4
2006-01-04[PATCH] USB: mark various usb tables constArjan van de Ven1-10/+10
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern1-2/+2
2005-06-20[PATCH] make driver's name be const char *Dmitry Torokhov1-1/+1
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl1-5/+2
2005-04-18[PATCH] USB: fix up some sparse warnings about static functions that aren't static.Greg KH1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+677