index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
misc
/
legousbtower.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: make devnode() callback in usb_class_driver take a const *
Greg Kroah-Hartman
2022-10-20
1
-1
/
+1
*
USB: legotower: fix logical error in recent commit
Alan Stern
2020-12-08
1
-1
/
+1
*
USB: legousbtower: use usb_control_msg_recv()
Greg Kroah-Hartman
2020-09-25
1
-41
/
+20
*
Revert "USB: legousbtower: use usb_control_msg_recv()"
Oliver Neukum
2020-09-25
1
-19
/
+41
*
USB: legousbtower: use usb_control_msg_recv()
Greg Kroah-Hartman
2020-09-16
1
-41
/
+19
*
usb: misc: legousbtower: Demote function header which is clearly not kerneldoc
Lee Jones
2020-07-09
1
-1
/
+1
*
usb: misc: legousbtower: Demote obvious misuse of kerneldoc to standard comme...
Lee Jones
2020-07-09
1
-12
/
+12
*
USB: legousbtower: drop superfluous newlines
Johan Hovold
2019-11-07
1
-5
/
+0
*
USB: legousbtower: drop superfluous brackets
Johan Hovold
2019-11-07
1
-12
/
+6
*
USB: legousbtower: clean up runaway white space
Johan Hovold
2019-11-07
1
-85
/
+87
*
USB: legousbtower: drop redundant endianness comments
Johan Hovold
2019-11-07
1
-3
/
+3
*
USB: legousbtower: drop unnecessary packed attributes
Johan Hovold
2019-11-07
1
-2
/
+2
*
USB: legousbtower: clean up pointer declarations in driver data
Johan Hovold
2019-11-07
1
-8
/
+8
*
USB: legousbtower: remove tower_abort_transfers()
Johan Hovold
2019-11-07
1
-15
/
+5
*
USB: legousbtower: stop interrupt-out URB unconditionally
Johan Hovold
2019-11-07
1
-2
/
+1
*
USB: legousbtower: drop redundant interrupt-in running flag
Johan Hovold
2019-11-07
1
-16
/
+5
*
USB: legousbtower: drop noisy disconnect messages
Johan Hovold
2019-11-07
1
-2
/
+0
*
USB: legousbtower: drop redundant open_count check
Johan Hovold
2019-11-07
1
-8
/
+0
*
USB: legousbtower: zero driver data at allocation
Johan Hovold
2019-11-07
1
-23
/
+2
*
USB: legousbtower: drop redundant NULL check
Johan Hovold
2019-11-07
1
-3
/
+0
*
USB: legousbtower: drop redundant MODULE_LICENSE ifdef
Johan Hovold
2019-11-07
1
-2
/
+0
*
USB: legousbtower: fix a signedness bug in tower_probe()
Dan Carpenter
2019-10-15
1
-1
/
+1
*
USB: legousbtower: fix memleak on disconnect
Johan Hovold
2019-10-15
1
-4
/
+1
*
USB: legousbtower: fix use-after-free on release
Johan Hovold
2019-10-10
1
-1
/
+2
*
USB: legousbtower: fix open after failed reset request
Johan Hovold
2019-10-04
1
-2
/
+2
*
USB: legousbtower: fix potential NULL-deref on disconnect
Johan Hovold
2019-10-04
1
-11
/
+15
*
USB: legousbtower: fix deadlock on disconnect
Johan Hovold
2019-10-04
1
-17
/
+2
*
USB: legousbtower: fix slab info leak at probe
Johan Hovold
2019-10-04
1
-2
/
+4
*
usb: legousbtower: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
2018-06-28
1
-2
/
+3
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-3
/
+3
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-3
/
+3
*
USB: misc: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
1
-5
/
+0
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
USB: misc: remove unneeded MODULE_VERSION() usage
Greg Kroah-Hartman
2017-07-22
1
-2
/
+0
*
usb: misc: legousbtower: Fix memory leak
Maksim Salau
2017-05-17
1
-0
/
+1
*
usb: misc: legousbtower: Fix buffers on stack
Maksim Salau
2017-04-26
1
-10
/
+27
*
USB: legousbtower: refactor endpoint retrieval
Johan Hovold
2017-03-23
1
-22
/
+7
*
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2017-02-28
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
usb: misc: legousbtower: Fix NULL pointer deference
Greg Kroah-Hartman
2016-09-21
1
-18
/
+17
*
usb: misc: legousbtower: don't print on ENOMEM
Wolfram Sang
2016-08-30
1
-12
/
+4
*
usb: misc: legousbtower: don't print error when allocating urb fails
Wolfram Sang
2016-08-15
1
-6
/
+2
*
USB: legotower: use msecs_to_jiffies for time conversion
Nicholas Mc Guire
2015-03-18
1
-3
/
+3
*
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-09
1
-1
/
+0
*
USB: legotower: remove direct calls to printk()
Greg Kroah-Hartman
2013-07-24
1
-5
/
+7
*
USB: legotower: remove custom debug macro and module parameter
Greg Kroah-Hartman
2013-07-24
1
-34
/
+9
*
USB: legousbtower: remove custom debug macro
Greg Kroah-Hartman
2013-07-24
1
-12
/
+15
*
USB: legotower: remove unneeded tracing macros
Greg Kroah-Hartman
2013-07-24
1
-41
/
+1
*
USB: legousbtower.c: remove a bogus NULL check
Dan Carpenter
2012-08-16
1
-3
/
+0
*
USB: legousbtower.c: remove err() usage
Greg Kroah-Hartman
2012-04-21
1
-20
/
+25
[next]