aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/legousbtower.c
Commit message (Expand)AuthorAgeFilesLines
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-2/+2
* USB: misc: Remove unnecessary casts of private_dataJoe Perches2010-08-101-3/+3
* USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches2010-03-021-4/+7
* USB: BKL removal: legousbtowerOliver Neukum2010-03-021-3/+0
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-0/+3
* USB misc: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: legousbtower: make poll notice disconnectOliver Neukum2009-09-231-0/+6
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
* Driver Core: usb: add nodename support for usb drivers.Kay Sievers2009-06-151-0/+6
* USB: remove info() macro from usb/misc driversGreg Kroah-Hartman2008-10-171-10/+13
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-2/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-44/+44
* USB: misc: legousbtower: semaphore to mutexDaniel Walker2008-02-011-14/+16
* USB: disconnect open race in legousbtowerOliver Neukum2007-10-251-1/+13
* USB: misc: legousbtower: clean up urb->status usageGreg Kroah-Hartman2007-07-191-13/+15
* USB: prevent char device open/deregister raceAlan Stern2007-07-121-18/+6
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* usb: legousbtower free kill urb cleanupMariusz Kozlowski2006-12-011-13/+5
* USB: legousbtower: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-8/+5
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-271-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven2006-03-201-5/+6
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
* [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman2005-10-281-3/+2
* [PATCH] USB: Spelling fixes for drivers/usb.Steven Cole2005-05-031-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1088