aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/iowarrior.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26USB: iowarrior: fix control-message timeoutsJohan Hovold1-6/+2
2020-10-28usb: misc: iowarrior: remove unneeded breakTom Rix1-3/+0
2020-07-27USB: iowarrior: fix up report size handling for some devicesGreg Kroah-Hartman1-10/+25
2020-07-09usb: misc: iowarrior: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-7/+7
2020-07-09usb: misc: iowarrior: Fix odd corruption issue in the file headerLee Jones1-1/+1
2020-02-17USB: misc: iowarrior: add support for the 100 deviceGreg Kroah-Hartman1-2/+7
2020-02-12USB: misc: iowarrior: add support for the 28 and 28L devicesGreg Kroah-Hartman1-2/+13
2020-02-12USB: misc: iowarrior: add support for 2 OEMed devicesGreg Kroah-Hartman1-2/+13
2019-10-10USB: iowarrior: use pr_err()Johan Hovold1-1/+1
2019-10-10USB: iowarrior: drop redundant iowarrior mutexJohan Hovold1-12/+1
2019-10-10USB: iowarrior: drop redundant disconnect mutexJohan Hovold1-15/+2
2019-10-10USB: iowarrior: fix use-after-free after driver unbindJohan Hovold1-0/+6
2019-10-10USB: iowarrior: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-10USB: iowarrior: fix use-after-free on disconnectJohan Hovold1-4/+3
2019-08-08usb: iowarrior: fix deadlock on disconnectOliver Neukum1-3/+4
2018-09-10usb: iowarrior: replace kmalloc with kmalloc_arrayGustavo A. R. Silva1-2/+2
2018-06-28usb: iowarrior: remove intr_idx_lockSebastian Andrzej Siewior1-5/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-07-22USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-3/+1
2017-05-22Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman1-1/+1
2017-05-17USB: iowarrior: use memdup_userGeliang Tang1-8/+3
2017-05-17USB: iowarrior: fix info ioctl on big-endian hostsJohan Hovold1-1/+1
2017-03-23USB: iowarrior: refactor endpoint retrievalJohan Hovold1-17/+8
2017-03-09USB: iowarrior: fix NULL-deref in writeJohan Hovold1-0/+8
2017-03-09USB: iowarrior: fix NULL-deref at probeJohan Hovold1-6/+7
2016-08-30usb: misc: iowarrior: don't print on ENOMEMWolfram Sang1-14/+6
2016-08-15usb: misc: iowarrior: don't print error when allocating urb failsWolfram Sang1-5/+1
2016-03-18USB: iowarrior: fix oops with malicious USB descriptorsJosh Boyer1-0/+6
2014-05-27USB: iowarrior: Convert local dbg macro to dev_dbgJoe Perches1-21/+17
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: iowarrior: fix spelling mistake in commentRahul Bedarkar1-1/+1
2013-04-12treewide: Fix typo in printksMasanari Iida1-2/+2
2012-04-20USB: iowarrior.c: remove err() usageGreg Kroah-Hartman1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-0/+1
2010-11-11usb: misc: iowarrior: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+1
2010-10-22usb: iowarrior: don't trust report_size for buffer sizeKees Cook1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
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