summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/iowarrior.c
AgeCommit message (Expand)AuthorLines
2014-05-27USB: iowarrior: Convert local dbg macro to dev_dbgJoe Perches-21/+17
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-01-03USB: iowarrior: fix spelling mistake in commentRahul Bedarkar-1/+1
2013-04-12treewide: Fix typo in printksMasanari Iida-2/+2
2012-04-20USB: iowarrior.c: remove err() usageGreg Kroah-Hartman-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro-1/+1
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman-12/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina-0/+1
2010-11-11usb: misc: iowarrior: fix information leak to userlandVasiliy Kulikov-0/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-1/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds-1/+1
2010-10-22usb: iowarrior: don't trust report_size for buffer sizeKees Cook-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-08-23USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy-2/+2
2010-08-10USB: misc: Remove unnecessary casts of private_dataJoe Perches-4/+4
2010-08-10USB: autoconvert trivial BKL users to private mutexArnd Bergmann-7/+8
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack-6/+6
2010-03-02USB: Push BKL on open down into the driversOliver Neukum-0/+4
2010-03-02USB misc: make USB device id constantNémeth Márton-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-0/+1
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers-0/+6
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk-1/+0
2008-07-21USB: iowarrior: Push down BKLAlan Cox-3/+5
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei-2/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison-3/+3
2008-02-01USB: constify function pointer tablesJan Engelhardt-1/+1
2007-10-25USB: open disconnect race in iowarriorOliver Neukum-1/+8
2007-10-25USB iowarrior.c: fix check-after-useAdrian Bunk-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches-4/+4
2007-07-19USB: misc: iowarrior: clean up urb->status usageGreg Kroah-Hartman-9/+12
2007-07-12USB: prevent char device open/deregister raceAlan Stern-18/+8
2007-06-25USB: memory leak in iowarrior.cOliver Neukum-3/+4
2007-04-27USB: iowarrior.c: timeouts too small in usb_control_msg callsEberhard Fahle-8/+6
2007-04-27USB: iowarrior.c: fix NULL dereferenceOliver Neukum-2/+4
2007-02-23USB: add driver for iowarrior devices.Greg Kroah-Hartman-0/+925