aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/iowarrior.c
AgeCommit message (Expand)Author
2021-11-26USB: iowarrior: fix control-message timeoutsJohan Hovold
2020-08-21USB: iowarrior: fix up report size handling for some devicesGreg Kroah-Hartman
2020-02-28USB: misc: iowarrior: add support for the 100 deviceGreg Kroah-Hartman
2020-02-28USB: misc: iowarrior: add support for the 28 and 28L devicesGreg Kroah-Hartman
2020-02-28USB: misc: iowarrior: add support for 2 OEMed devicesGreg Kroah-Hartman
2019-10-17USB: iowarrior: fix use-after-free after driver unbindJohan Hovold
2019-10-17USB: iowarrior: fix use-after-free on releaseJohan Hovold
2019-10-17USB: iowarrior: fix use-after-free on disconnectJohan Hovold
2019-08-16usb: iowarrior: fix deadlock on disconnectOliver Neukum
2017-07-22USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman
2017-05-22Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman
2017-05-17USB: iowarrior: use memdup_userGeliang Tang
2017-05-17USB: iowarrior: fix info ioctl on big-endian hostsJohan Hovold
2017-03-23USB: iowarrior: refactor endpoint retrievalJohan Hovold
2017-03-09USB: iowarrior: fix NULL-deref in writeJohan Hovold
2017-03-09USB: iowarrior: fix NULL-deref at probeJohan Hovold
2016-08-30usb: misc: iowarrior: don't print on ENOMEMWolfram Sang
2016-08-15usb: misc: iowarrior: don't print error when allocating urb failsWolfram Sang
2016-03-18USB: iowarrior: fix oops with malicious USB descriptorsJosh Boyer
2014-05-27USB: iowarrior: Convert local dbg macro to dev_dbgJoe Perches
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03USB: iowarrior: fix spelling mistake in commentRahul Bedarkar
2013-04-12treewide: Fix typo in printksMasanari Iida
2012-04-20USB: iowarrior.c: remove err() usageGreg Kroah-Hartman
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-03-31Fix common misspellingsLucas De Marchi
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-11-11usb: misc: iowarrior: fix information leak to userlandVasiliy Kulikov
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-10-22usb: iowarrior: don't trust report_size for buffer sizeKees Cook
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-23USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy
2010-08-10USB: misc: Remove unnecessary casts of private_dataJoe Perches
2010-08-10USB: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack
2010-03-02USB: Push BKL on open down into the driversOliver Neukum
2010-03-02USB misc: make USB device id constantNémeth Márton
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk
2008-07-21USB: iowarrior: Push down BKLAlan Cox
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-01USB: constify function pointer tablesJan Engelhardt