Sebastian Andrzej Siewior
|
4327059a14
usb: legousbtower: use irqsave() in USB's complete callback
|
7 years ago |
Linus Torvalds
|
a9a08845e9
vfs: do bulk POLL* -> EPOLL* replacement
|
7 years ago |
Al Viro
|
afc9a42b74
the rest of drivers/*: annotate ->poll() instances
|
8 years ago |
Greg Kroah-Hartman
|
5d62afbe95
USB: misc: Remove redundant license text
|
7 years ago |
Greg Kroah-Hartman
|
5fd54ace47
USB: add SPDX identifiers to all remaining files in drivers/usb/
|
7 years ago |
Greg Kroah-Hartman
|
c35c376fb1
USB: misc: remove unneeded MODULE_VERSION() usage
|
8 years ago |
Maksim Salau
|
0bd193d62b
usb: misc: legousbtower: Fix memory leak
|
8 years ago |
Maksim Salau
|
942a48730f
usb: misc: legousbtower: Fix buffers on stack
|
8 years ago |
Johan Hovold
|
9b181166f1
USB: legousbtower: refactor endpoint retrieval
|
8 years ago |
Alexey Dobriyan
|
5b5e0928f7
lib/vsprintf.c: remove %Z support
|
8 years ago |
Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
Greg Kroah-Hartman
|
2fae9e5a7b
usb: misc: legousbtower: Fix NULL pointer deference
|
9 years ago |
Wolfram Sang
|
49d8ffab82
usb: misc: legousbtower: don't print on ENOMEM
|
9 years ago |
Wolfram Sang
|
a131f41f5b
usb: misc: legousbtower: don't print error when allocating urb fails
|
9 years ago |
Nicholas Mc Guire
|
8f7e9473ab
USB: legotower: use msecs_to_jiffies for time conversion
|
10 years ago |
Paul Gortmaker
|
803a536243
usb: delete non-required instances of include <linux/init.h>
|
11 years ago |
Greg Kroah-Hartman
|
38726bf541
USB: legotower: remove direct calls to printk()
|
12 years ago |
Greg Kroah-Hartman
|
4dae996380
USB: legotower: remove custom debug macro and module parameter
|
12 years ago |
Greg Kroah-Hartman
|
fef526cae7
USB: legousbtower: remove custom debug macro
|
12 years ago |
Greg Kroah-Hartman
|
d26f6e57e7
USB: legotower: remove unneeded tracing macros
|
12 years ago |
Dan Carpenter
|
644034c212
USB: legousbtower.c: remove a bogus NULL check
|
13 years ago |
Greg Kroah-Hartman
|
9d974b2a06
USB: legousbtower.c: remove err() usage
|
13 years ago |
Linus Torvalds
|
972b2c7199
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
13 years ago |
Al Viro
|
2c9ede55ec
switch device_get_devnode() and ->devnode() to umode_t *
|
14 years ago |
Greg Kroah-Hartman
|
65db430540
USB: convert drivers/usb/* to use module_usb_driver()
|
13 years ago |
Kuninori Morimoto
|
29cc88979a
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
|
14 years ago |
Joe Perches
|
5bd6e8b3fb
USB: misc: Remove unnecessary casts of private_data
|
15 years ago |
Joe Perches
|
f45ba776da
USB: Convert concatenated __FILE__ to %s, __FILE__
|
15 years ago |
Oliver Neukum
|
3c02b1d79e
USB: BKL removal: legousbtower
|
15 years ago |
Oliver Neukum
|
86266452f8
USB: Push BKL on open down into the drivers
|
15 years ago |