Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
fcdf1df2032c6f12f86d71feef29cf1cfbcee758
/
drivers
/
usb
/
class
/
cdc-wdm.c
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 7 years ago
894025f
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
5fd54ac
USB: add SPDX identifiers to all remaining files in drivers/usb/
by Greg Kroah-Hartman
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
8fec935
USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponse
by Bjørn Mork
· 7 years ago
2440bbc
USB: cdc-wdm: remove unneeded DRIVER_VERSION define
by Greg Kroah-Hartman
· 7 years ago
64b9533
usb: cdc-wdm: use memdup_user
by Geliang Tang
· 8 years ago
1944581
USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"
by Bjørn Mork
· 8 years ago
53b7f7b
usb: cdc-wdm: remove logically dead code
by Gustavo A. R. Silva
· 8 years ago
ce8bb34
cdc-wdm: add terminating newline
by Oliver Neukum
· 8 years ago
13a88bf
cdc-wdm: cleanup debug messages
by Oliver Neukum
· 8 years ago
c1da59d
cdc-wdm: Clear read pipeline in case of error
by Robert Foss
· 8 years ago
833415a
cdc-wdm: fix "out-of-sync" due to missing notifications
by Bjørn Mork
· 8 years ago
7fae7bf
cdc-wdm: use the common CDC parser
by Oliver Neukum
· 8 years ago
85e8a0b9
cdc-wdm: error returns need to be translated
by Oliver Neukum
· 10 years ago
323ece5
cdc-wdm: fix endianness bug in debug statements
by Oliver Neukum
· 10 years ago
28965e1
cdc-wdm: unify error handling in write
by Oliver Neukum
· 10 years ago
76cb03e
cdc-wdm: return correct error codes
by Oliver Neukum
· 10 years ago
f563926
usb: cdc-wdm: resp_count can be 0 even if WDM_READ is set
by Bjørn Mork
· 11 years ago
99f14bd4
Merge 3.13-rc5 into usb-next
by Greg Kroah-Hartman
· 11 years ago
8dd5cd5
usb: cdc-wdm: avoid hanging on zero length reads
by Bjørn Mork
· 11 years ago
4144bc8
usb: cdc-wdm: manage_power should always set needs_remote_wakeup
by Bjørn Mork
· 11 years ago
9983d6d
usb: cdc-wdm: ignore speed change notifications
by Bjørn Mork
· 11 years ago
73e0686
USB: cdc-wdm: support back-to-back USB_CDC_NOTIFY_RESPONSE_AVAILABLE notifications
by Greg Suarez
· 11 years ago
6dd433e
USB: cdc-wdm: fix race between interrupt handler and tasklet
by Oliver Neukum
· 11 years ago
3edce1c
USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMAND
by Bjørn Mork
· 12 years ago
c0f5ece
USB: cdc-wdm: fix buffer overflow
by Oliver Neukum
· 12 years ago
6a44886
USB: cdc-wdm: fix wdm_find_device* return value
by Bjørn Mork
· 12 years ago
b903bd6
Merge 3.5-rc7 into usb-next
by Greg Kroah-Hartman
· 12 years ago
b086b6b
USB: cdc-wdm: fix lockup on error in wdm_read
by Bjørn Mork
· 12 years ago
1a86e15
USB: cdc-wdm: QMI devices are now handled by qmi_wwan
by Bjørn Mork
· 12 years ago
de102ef
USB: cdc-wdm: Add Vodafone/Huawei K5005 support
by Bjørn Mork
· 12 years ago
e1f12eb
USB: Disable hub-initiated LPM for comms devices.
by Sarah Sharp
· 13 years ago
6286d85
USB: cdc-wdm: remove from device list on disconnect
by Bjørn Mork
· 13 years ago
6b0b79d
USB: cdc-wdm: cannot use dev_printk when device is gone
by Bjørn Mork
· 13 years ago
616b693
USB: cdc-wdm: poll must return POLLHUP if device is gone
by Bjørn Mork
· 13 years ago
6190631
Merge 3.4-rc6 into usb-next
by Greg Kroah-Hartman
· 13 years ago
12a98b2
USB: cdc-wdm: cleanup error codes
by Oliver Neukum
· 13 years ago
880bca3
USB: cdc-wdm: add debug messages on cleanup
by Bjørn Mork
· 13 years ago
2f338c8
USB: cdc-wdm: fix memory leak
by Oliver Neukum
· 13 years ago
24a85ba
USB: cdc-wdm: sanitize error returns
by Oliver Neukum
· 13 years ago
5c22837
USB: cdc-wdm: fix race leading leading to memory corruption
by Oliver Neukum
· 13 years ago
3cc3615
usb: cdc-wdm: adding usb_cdc_wdm_register subdriver support
by Bjørn Mork
· 13 years ago
b0c1386
usb: cdc-wdm: adding list lookup indirection
by Bjørn Mork
· 13 years ago
0dffb48
usb: cdc-wdm: split out reusable parts of probe
by Bjørn Mork
· 13 years ago
b7a2055
cdc-wdm: Don't clear WDM_READ unless entire read buffer is emptied
by Ben Hutchings
· 13 years ago
711c68b
cdc-wdm: Fix more races on the read path
by Ben Hutchings
· 13 years ago
8804420
usb: cdc-wdm: make reset work with blocking IO
by Bjørn Mork
· 13 years ago
7483948
Merge tag 'usb-3.3-rc3' into usb-next
by Greg Kroah-Hartman
· 13 years ago
fec67b4
usb: cdc-wdm: Add device-id for Huawei 3G/LTE modems
by Bjørn Mork
· 13 years ago
820c629
USB: cdc-wdm: avoid printing odd-looking "cdc-wdm-176" names
by Bjørn Mork
· 13 years ago
7e3054a
USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE
by Bjørn Mork
· 13 years ago
15699e6
USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE
by Bjørn Mork
· 13 years ago
8143a89
USB: cdc-wdm: kill the now unnecessary bMaxPacketSize0 field and udev variable
by Bjørn Mork
· 13 years ago
8457d99
USB: cdc-wdm: no need to use usb_alloc_coherent
by Bjørn Mork
· 13 years ago
cafbe85
USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the USB core
by Bjørn Mork
· 13 years ago
19b85b3
USB: cdc-wdm: no need to fill the in request URB every time it's submitted
by Bjørn Mork
· 13 years ago
655e247
USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the USB core
by Bjørn Mork
· 13 years ago
62aaf24
USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removal
by Bjørn Mork
· 13 years ago
e8537bd
USB: cdc-wdm: use two mutexes to allow simultaneous read and write
by Bjørn Mork
· 13 years ago
c428b70
USB: cdc-wdm: updating desc->length must be protected by spin_lock
by Bjørn Mork
· 13 years ago
65db430
USB: convert drivers/usb/* to use module_usb_driver()
by Greg Kroah-Hartman
· 13 years ago
7e0bb71
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
5b1b0b8
PM / Runtime: Add macro to test for runtime PM events
by Alan Stern
· 13 years ago
d771d8a
USB: cdc-wdm: reset handling according to new requirements
by Oliver Neukum
· 14 years ago
878b753e
USB: Fix 'bad dma' problem on WDM device disconnect
by Robert Lukassen
· 14 years ago
0cdfb81
USB: cdc-wdm: fix misuse of logical operation in place of bitop
by David Sterba
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
997ea58
USB: rename usb_buffer_alloc() and usb_buffer_free() users
by Daniel Mack
· 15 years ago
338124c
usb: cdc-wdm: Fix deadlock between write and resume
by Oliver Neukum
· 15 years ago
d93d16e
usb: cdc-wdm: Fix order in disconnect and fix locking
by Oliver Neukum
· 15 years ago
62e6685
usb: cdc-wdm:Fix loss of data due to autosuspend
by Oliver Neukum
· 15 years ago
beb1d35
usb: cdc-wdm: Fix submission of URB after suspension
by Oliver Neukum
· 15 years ago
d855fe2
usb: cdc-wdm: Fix race between disconnect and debug messages
by Oliver Neukum
· 15 years ago
922a5ea
usb: cdc-wdm: Fix race between autosuspend and reading from the device
by Oliver Neukum
· 15 years ago
860e41a
usb: cdc-wdm: Fix race between write and disconnect
by Oliver Neukum
· 15 years ago
94015f6
USB: BKL removal: cdc-wdm
by Oliver Neukum
· 15 years ago
8626645
USB: Push BKL on open down into the drivers
by Oliver Neukum
· 15 years ago
6ef4852
USB class: make USB device id constant
by Németh Márton
· 15 years ago
7f1dc313d
USB: CDC WDM driver doesn't support non-blocking reads
by Oliver Neukum
· 15 years ago
a419aef
trivial: remove unnecessary semicolons
by Joe Perches
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
052fbc0
USB: correct error handling in cdc-wdm
by Oliver Neukum
· 16 years ago
e13c594
USB: fix oops in cdc-wdm in case of malformed descriptors
by Oliver Neukum
· 16 years ago
65bfd29
USB: Enhance usage of pm_message_t
by Alan Stern
· 16 years ago
aa5380b
USB: cdc-wdm: make module autoload work
by Oliver Neukum
· 16 years ago
9908a32
USB: remove err() macro from usb class drivers
by Greg Kroah-Hartman
· 16 years ago
3575858
USB: fix build error in cdc-acm for CONFIG_PM=n
by Oliver Neukum
· 16 years ago
17d80d5
USB: autosuspend for cdc-wdm
by Oliver Neukum
· 16 years ago
87d65e5
USB: cdc-wdm cleanup
by Oliver Neukum
· 16 years ago
fa4144b
cdc-wdm endianness fixes
by Al Viro
· 16 years ago
afba937
USB: CDC WDM driver
by Oliver Neukum
· 17 years ago