aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devices.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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