summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/iowarrior.c
Commit message (Expand)AuthorAgeFilesLines
* USB: iowarrior: Convert local dbg macro to dev_dbgJoe Perches2014-05-271-21/+17
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: iowarrior: fix spelling mistake in commentRahul Bedarkar2014-01-031-1/+1
* treewide: Fix typo in printksMasanari Iida2013-04-121-2/+2
* USB: iowarrior.c: remove err() usageGreg Kroah-Hartman2012-04-201-2/+2
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+1
|\
| * switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
* | USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
|/
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'master' into for-nextJiri Kosina2010-12-221-0/+1
|\
| * usb: misc: iowarrior: fix information leak to userlandVasiliy Kulikov2010-11-111-0/+1
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-221-1/+1
|\
| * usb: iowarrior: don't trust report_size for buffer sizeKees Cook2010-10-221-1/+1
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy2010-08-231-2/+2
* USB: misc: Remove unnecessary casts of private_dataJoe Perches2010-08-101-4/+4
* USB: autoconvert trivial BKL users to private mutexArnd Bergmann2010-08-101-7/+8
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-6/+6
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-0/+4
* USB misc: make USB device id constantNémeth Márton2010-03-021-1/+1
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* Driver Core: usb: add nodename support for usb drivers.Kay Sievers2009-06-151-0/+6
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* USB: iowarrior: Push down BKLAlan Cox2008-07-211-3/+5
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-2/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-3/+3
* USB: constify function pointer tablesJan Engelhardt2008-02-011-1/+1
* USB: open disconnect race in iowarriorOliver Neukum2007-10-251-1/+8
* USB iowarrior.c: fix check-after-useAdrian Bunk2007-10-251-1/+1
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-4/+4
* USB: misc: iowarrior: clean up urb->status usageGreg Kroah-Hartman2007-07-191-9/+12
* USB: prevent char device open/deregister raceAlan Stern2007-07-121-18/+8
* USB: memory leak in iowarrior.cOliver Neukum2007-06-251-3/+4
* USB: iowarrior.c: timeouts too small in usb_control_msg callsEberhard Fahle2007-04-271-8/+6
* USB: iowarrior.c: fix NULL dereferenceOliver Neukum2007-04-271-2/+4
* USB: add driver for iowarrior devices.Greg Kroah-Hartman2007-02-231-0/+925