Sign in
android-kvm
/
linux
/
ccbb5239d495923cb24b84a73eb814626c5bfa57
/
drivers
/
usb
/
misc
/
adutux.c
3c11c4b
USB: adutux: fix interface sanity check
by Johan Hovold
· 5 years ago
123a0f1
USB: adutux: fix use-after-free on release
by Johan Hovold
· 5 years ago
b2fa7ba
USB: adutux: fix NULL-derefs on disconnect
by Johan Hovold
· 5 years ago
44efc26
USB: adutux: fix use-after-free on disconnect
by Johan Hovold
· 5 years ago
4850f26a
usb: clean up some of the computations in adu_read
by Daniel M German
· 6 years ago
957ada7
usb: adutux: use irqsave() in USB's complete callback
by Sebastian Andrzej Siewior
· 7 years ago
687ca63
USB: adutux: Add waiting in transfer abortion
by Kirill Kapranov
· 7 years ago
cc9debf
USB: adutux: Delete a misleading comment
by Kirill Kapranov
· 7 years ago
8444efc
USB: adutux: remove redundant variable minor
by Colin Ian King
· 7 years ago
5d62afb
USB: misc: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
5fd54ac
USB: add SPDX identifiers to all remaining files in drivers/usb/
by Greg Kroah-Hartman
· 7 years ago
c35c376
USB: misc: remove unneeded MODULE_VERSION() usage
by Greg Kroah-Hartman
· 8 years ago
e53e034
USB: adutux: refactor endpoint retrieval
by Johan Hovold
· 8 years ago
e0e9052
USB: adutux: fix up error paths
by Johan Hovold
· 8 years ago
15a818f
USB: adutux: drop redundant sanity check
by Johan Hovold
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
5b5e092
lib/vsprintf.c: remove %Z support
by Alexey Dobriyan
· 8 years ago
453785c
usb: misc: adutux: remove redundant error check on copy_to_user return code
by Colin Ian King
· 8 years ago
a02b55c
usb: misc: adutux: don't print on ENOMEM
by Wolfram Sang
· 9 years ago
71574a5
usb: misc: adutux: don't print error when allocating urb fails
by Wolfram Sang
· 9 years ago
fc62596
USB: adutux: NULL dereferences on disconnect
by Dan Carpenter
· 10 years ago
803a536
usb: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
bd479f2
Merge 3.11-rc6 into usb-next
by Greg Kroah-Hartman
· 12 years ago
d482b9d
USB: adutux: fix big-endian device-type reporting
by Johan Hovold
· 12 years ago
28f47c3
USB: adutux: remove direct calls to printk()
by Greg Kroah-Hartman
· 12 years ago
1ef37c6
USB: adutux: remove custom debug macro and module parameter
by Greg Kroah-Hartman
· 12 years ago
66d4bc3
USB: adutux: remove custom debug macro
by Greg Kroah-Hartman
· 12 years ago
6e42a15
USB: adutux: remove unneeded tracing macros
by Greg Kroah-Hartman
· 12 years ago
e77c4e6
usb: misc: Fixed assignment error in if statement
by Lisa Nguyen
· 12 years ago
83fc1fc
usb: misc: Added space after closing brace in adutux.c
by Lisa Nguyen
· 12 years ago
05d7639
usb: misc: Added space after comma in adutux.c
by Lisa Nguyen
· 12 years ago
30c5c64
usb: misc: Reformatted pointer variables in adutux.c
by Lisa Nguyen
· 12 years ago
eb79c01
usb: misc: Removed space before tabs in adutux.c
by Lisa Nguyen
· 12 years ago
40cf483
usb: misc: Replaced deprecated preprocessor in adutux.c
by Lisa Nguyen
· 12 years ago
65db430
USB: convert drivers/usb/* to use module_usb_driver()
by Greg Kroah-Hartman
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 15 years ago
1865a9c
USB: adutux: fix misuse of return value of copy_to_user()
by Kulikov Vasiliy
· 15 years ago
f45ba77
USB: Convert concatenated __FILE__ to %s, __FILE__
by Joe Perches
· 15 years ago
937f7131
USB: BKL removal: adutux
by Oliver Neukum
· 15 years ago
8626645
USB: Push BKL on open down into the drivers
by Oliver Neukum
· 15 years ago
33b9e16
USB misc: make USB device id constant
by Németh Márton
· 15 years ago
46c9844
USB: misc/adutux, fix lock imbalance
by Jiri Slaby
· 16 years ago
fd3f191
USB: remove err() macro from usb misc drivers
by Greg Kroah-Hartman
· 17 years ago
1b29a37
USB: remove info() macro from usb/misc drivers
by Greg Kroah-Hartman
· 17 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
f08812d
USB: FIx locks and urb->status in adutux (updated)
by Pete Zaitcev
· 17 years ago
898eb71
Add missing newlines to some uses of dev_<level> messages
by Joe Perches
· 17 years ago
f6c1cea
USB: missing test for ESHUTDOWN in adutux driver
by Oliver Neukum
· 18 years ago
24497a0
USB: misc: adtux: clean up urb->status usage
by Greg Kroah-Hartman
· 18 years ago
8293c56
USB: use mutex instead of semaphore in the Adutux driver
by Matthias Kaehlcke
· 18 years ago
d4ead16
USB: prevent char device open/deregister race
by Alan Stern
· 18 years ago
ebc3ac1
USB: cleanup ofd adutux
by Oliver Neukum
· 18 years ago
00977a5
[PATCH] mark struct file_operations const 6
by Arjan van de Ven
· 18 years ago
a65dc30
USB: fix dereference in drivers/usb/misc/adutux.c
by Eric Sesterhenn
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
0327063
USB: Add ADU support for Ontrak ADU devices
by Steven Haigh
· 19 years ago