Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
eda4ddf7e3a2245888e8c45c566fd514cdd5abbb
/
drivers
/
usb
/
class
/
cdc-wdm.c
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
· 13 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
7f1dc31
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