aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/legousbtower.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-08USB: legotower: fix logical error in recent commitAlan Stern1-1/+1
2020-09-25USB: legousbtower: use usb_control_msg_recv()Greg Kroah-Hartman1-41/+20
2020-09-25Revert "USB: legousbtower: use usb_control_msg_recv()"Oliver Neukum1-19/+41
2020-09-16USB: legousbtower: use usb_control_msg_recv()Greg Kroah-Hartman1-41/+19
2020-07-09usb: misc: legousbtower: Demote function header which is clearly not kerneldocLee Jones1-1/+1
2020-07-09usb: misc: legousbtower: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-12/+12
2019-11-07USB: legousbtower: drop superfluous newlinesJohan Hovold1-5/+0
2019-11-07USB: legousbtower: drop superfluous bracketsJohan Hovold1-12/+6
2019-11-07USB: legousbtower: clean up runaway white spaceJohan Hovold1-85/+87
2019-11-07USB: legousbtower: drop redundant endianness commentsJohan Hovold1-3/+3
2019-11-07USB: legousbtower: drop unnecessary packed attributesJohan Hovold1-2/+2
2019-11-07USB: legousbtower: clean up pointer declarations in driver dataJohan Hovold1-8/+8
2019-11-07USB: legousbtower: remove tower_abort_transfers()Johan Hovold1-15/+5
2019-11-07USB: legousbtower: stop interrupt-out URB unconditionallyJohan Hovold1-2/+1
2019-11-07USB: legousbtower: drop redundant interrupt-in running flagJohan Hovold1-16/+5
2019-11-07USB: legousbtower: drop noisy disconnect messagesJohan Hovold1-2/+0
2019-11-07USB: legousbtower: drop redundant open_count checkJohan Hovold1-8/+0
2019-11-07USB: legousbtower: zero driver data at allocationJohan Hovold1-23/+2
2019-11-07USB: legousbtower: drop redundant NULL checkJohan Hovold1-3/+0
2019-11-07USB: legousbtower: drop redundant MODULE_LICENSE ifdefJohan Hovold1-2/+0
2019-10-15USB: legousbtower: fix a signedness bug in tower_probe()Dan Carpenter1-1/+1
2019-10-15USB: legousbtower: fix memleak on disconnectJohan Hovold1-4/+1
2019-10-10USB: legousbtower: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-04USB: legousbtower: fix open after failed reset requestJohan Hovold1-2/+2
2019-10-04USB: legousbtower: fix potential NULL-deref on disconnectJohan Hovold1-11/+15
2019-10-04USB: legousbtower: fix deadlock on disconnectJohan Hovold1-17/+2
2019-10-04USB: legousbtower: fix slab info leak at probeJohan Hovold1-2/+4
2018-06-28usb: legousbtower: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-3/+3
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman1-5/+0
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-2/+0
2017-05-17usb: misc: legousbtower: Fix memory leakMaksim Salau1-0/+1
2017-04-26usb: misc: legousbtower: Fix buffers on stackMaksim Salau1-10/+27
2017-03-23USB: legousbtower: refactor endpoint retrievalJohan Hovold1-22/+7
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-21usb: misc: legousbtower: Fix NULL pointer deferenceGreg Kroah-Hartman1-18/+17
2016-08-30usb: misc: legousbtower: don't print on ENOMEMWolfram Sang1-12/+4
2016-08-15usb: misc: legousbtower: don't print error when allocating urb failsWolfram Sang1-6/+2
2015-03-18USB: legotower: use msecs_to_jiffies for time conversionNicholas Mc Guire1-3/+3
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-23USB: legotower: remove direct calls to printk()Greg Kroah-Hartman1-5/+7
2013-07-23USB: legotower: remove custom debug macro and module parameterGreg Kroah-Hartman1-34/+9
2013-07-23USB: legousbtower: remove custom debug macroGreg Kroah-Hartman1-12/+15
2013-07-23USB: legotower: remove unneeded tracing macrosGreg Kroah-Hartman1-41/+1
2012-08-15USB: legousbtower.c: remove a bogus NULL checkDan Carpenter1-3/+0
2012-04-20USB: legousbtower.c: remove err() usageGreg Kroah-Hartman1-20/+25
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1