aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/legousbtower.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10USB: misc: Remove unnecessary casts of private_dataJoe Perches1-3/+3
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches1-4/+7
2010-03-02USB: BKL removal: legousbtowerOliver Neukum1-3/+0
2010-03-02USB: Push BKL on open down into the driversOliver Neukum1-0/+3
2010-03-02USB misc: make USB device id constantNémeth Márton1-1/+1
2009-09-23USB: legousbtower: make poll notice disconnectOliver Neukum1-0/+6
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers1-0/+6
2008-10-17USB: remove info() macro from usb/misc driversGreg Kroah-Hartman1-10/+13
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-2/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-44/+44
2008-02-01USB: misc: legousbtower: semaphore to mutexDaniel Walker1-14/+16
2007-10-25USB: disconnect open race in legousbtowerOliver Neukum1-1/+13
2007-07-19USB: misc: legousbtower: clean up urb->status usageGreg Kroah-Hartman1-13/+15
2007-07-12USB: prevent char device open/deregister raceAlan Stern1-18/+6
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-01usb: legousbtower free kill urb cleanupMariusz Kozlowski1-13/+5
2006-12-01USB: legousbtower: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-8/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+4
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven1-5/+6
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer neededGreg Kroah-Hartman1-3/+2
2005-05-03[PATCH] USB: Spelling fixes for drivers/usb.Steven Cole1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1088