summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/iowarrior.c
AgeCommit message (Expand)Author
2023-11-22USB: misc: iowarrior: remove redundant assignment to variable io_resColin Ian King
2023-01-20USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100Greg Kroah-Hartman
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman
2021-10-26USB: iowarrior: fix control-message timeoutsJohan Hovold
2020-10-28usb: misc: iowarrior: remove unneeded breakTom Rix
2020-07-27USB: iowarrior: fix up report size handling for some devicesGreg Kroah-Hartman
2020-07-09usb: misc: iowarrior: Demote obvious misuse of kerneldoc to standard comment ...Lee Jones
2020-07-09usb: misc: iowarrior: Fix odd corruption issue in the file headerLee Jones
2020-02-17USB: misc: iowarrior: add support for the 100 deviceGreg Kroah-Hartman
2020-02-12USB: misc: iowarrior: add support for the 28 and 28L devicesGreg Kroah-Hartman
2020-02-12USB: misc: iowarrior: add support for 2 OEMed devicesGreg Kroah-Hartman
2019-10-10USB: iowarrior: use pr_err()Johan Hovold
2019-10-10USB: iowarrior: drop redundant iowarrior mutexJohan Hovold
2019-10-10USB: iowarrior: drop redundant disconnect mutexJohan Hovold
2019-10-10USB: iowarrior: fix use-after-free after driver unbindJohan Hovold
2019-10-10USB: iowarrior: fix use-after-free on releaseJohan Hovold
2019-10-10USB: iowarrior: fix use-after-free on disconnectJohan Hovold
2019-08-08usb: iowarrior: fix deadlock on disconnectOliver Neukum
2018-09-10usb: iowarrior: replace kmalloc with kmalloc_arrayGustavo A. R. Silva
2018-06-28usb: iowarrior: remove intr_idx_lockSebastian Andrzej Siewior
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
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