aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/iowarrior.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-23USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy1-2/+2
2010-08-10USB: misc: Remove unnecessary casts of private_dataJoe Perches1-4/+4
2010-08-10USB: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-6/+6
2010-03-02USB: Push BKL on open down into the driversOliver Neukum1-0/+4
2010-03-02USB misc: make USB device id constantNémeth Márton1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers1-0/+6
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-07-21USB: iowarrior: Push down BKLAlan Cox1-3/+5
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-2/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-02-01USB: constify function pointer tablesJan Engelhardt1-1/+1
2007-10-25USB: open disconnect race in iowarriorOliver Neukum1-1/+8
2007-10-25USB iowarrior.c: fix check-after-useAdrian Bunk1-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-4/+4
2007-07-19USB: misc: iowarrior: clean up urb->status usageGreg Kroah-Hartman1-9/+12
2007-07-12USB: prevent char device open/deregister raceAlan Stern1-18/+8
2007-06-25USB: memory leak in iowarrior.cOliver Neukum1-3/+4
2007-04-27USB: iowarrior.c: timeouts too small in usb_control_msg callsEberhard Fahle1-8/+6
2007-04-27USB: iowarrior.c: fix NULL dereferenceOliver Neukum1-2/+4
2007-02-23USB: add driver for iowarrior devices.Greg Kroah-Hartman1-0/+925