Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e68f6b8c09bead35551adef315736fa74d013601
/
drivers
/
usb
/
class
809ae06
cdc-acm: fix possible invalid access when processing notification
by Tobias Herzog
· 8 years ago
6312a84
USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"
by Bjørn Mork
· 8 years ago
5e50afb
USB: usbtmc: fix probe error path
by Johan Hovold
· 8 years ago
73c4e2e
USB: usbtmc: add missing endpoint sanity check
by Johan Hovold
· 8 years ago
20d7c1a
USB: cdc-acm: add device id for GW Instek AFG-125
by Nathaniel Quillin
· 8 years ago
1826640
USB: cdc-acm: fix TIOCMIWAIT
by Johan Hovold
· 8 years ago
7309aa8
cdc-acm: fix uninitialized variable
by Oliver Neukum
· 8 years ago
ab21b63
Revert "usbtmc: convert to devm_kzalloc"
by Greg Kroah-Hartman
· 8 years ago
2ad9d54
cdc-acm: hardening against malicious devices
by Oliver Neukum
· 8 years ago
efbe27b
cdc-acm: cleaning up debug in data submission path
by Oliver Neukum
· 8 years ago
46e7507
cdc-acm: cleanup debugging in submission path
by Oliver Neukum
· 8 years ago
ab57f86
cdc-acm: delete obsolete debug messages
by Oliver Neukum
· 8 years ago
ce8bb34
cdc-wdm: add terminating newline
by Oliver Neukum
· 8 years ago
f6b6f8a
usb: class: usbtmc: don't print on ENOMEM
by Wolfram Sang
· 8 years ago
1aaaa9a
Merge 4.8-rc3 into usb-next
by Greg Kroah-Hartman
· 8 years ago
add1250
cdc-acm: fix wrong pipe type on rx interrupt xfers
by Gavin Li
· 8 years ago
13a88bf
cdc-wdm: cleanup debug messages
by Oliver Neukum
· 8 years ago
c3014d3
usb: class: usbtmc: don't print error when allocating urb fails
by Wolfram Sang
· 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
cb42b63
cdc-acm: beautify probe()
by Oliver Neukum
· 8 years ago
7fae7bf
cdc-wdm: use the common CDC parser
by Oliver Neukum
· 8 years ago
6dd3587
cdc-acm: cleanup error handling
by Oliver Neukum
· 8 years ago
eccf2a4
cdc-acm: use the common parser
by Oliver Neukum
· 8 years ago
a092a16
usb: cdc-acm: Space prohibited before close parenthesis ')'.
by Sandhya Bankar
· 8 years ago
d41861c
tty: Replace ASYNC_INITIALIZED bit and update atomically
by Peter Hurley
· 9 years ago
2a14759
cdc-acm: fix crash if flushed with nothing buffered
by Oliver Neukum
· 9 years ago
8835ba4
USB: cdc-acm: more sanity checking
by Oliver Neukum
· 9 years ago
f9cfabc
usb: usbtmc: Fix disconnect/poll interaction
by Dave Penkler
· 9 years ago
a81cf97
cdc-acm: implement put_char() and flush_chars()
by Oliver Neukum
· 9 years ago
379d3d3
Add ioctls to enable and disable local controls on an instrument
by Dave Penkler
· 9 years ago
29779d89
Add ioctl to retrieve USBTMC-USB488 capabilities
by Dave Penkler
· 9 years ago
eb6b92e
Add support for receiving USBTMC USB488 SRQ notifications via poll/select
by Dave Penkler
· 9 years ago
82ed338
Add support for USBTMC USB488 SRQ notification with fasync
by Dave Penkler
· 9 years ago
dbf3e7f
Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation.
by Dave Penkler
· 9 years ago
e912e68
cdc-acm:exclude Samsung phone 04e8:685d
by Oliver Neukum
· 9 years ago
ffdb1e3
usb: cdc-acm: send zero packet for intel 7260 modem
by Lu Baolu
· 9 years ago
1945446
usb: cdc-acm: handle unlinked urb in acm read callback
by Lu Baolu
· 9 years ago
f33a7f7
USB: cdc_acm: Ignore Infineon Flash Loader utility
by Jonas Jonsson
· 9 years ago
19cd80a
usblp: do not set TASK_INTERRUPTIBLE before lock
by Jiri Slaby
· 9 years ago
722b262
Merge 4.2-rc4 into usb-next
by Greg Kroah-Hartman
· 9 years ago
298b992
usb: class: Use USB_CLASS_PRINTER instead of number 7
by Krzysztof Opasiak
· 9 years ago
91b7256
cdc-acm: Destroy acm_minors IDR on module exit
by Johannes Thumshirn
· 9 years ago
15bf722
cdc-acm: Add support of ATOL FPrint fiscal printers
by Alexey Sokolov
· 9 years ago
f504202
USB: usbtmc: add device quirk for Rigol DS6104
by Teunis van Beelen
· 9 years ago
2cfef79
cdc-acm: use swap() in acm_probe()
by Fabian Frederick
· 9 years ago
65c35dd
USB: cdc-acm: add support for up to 256 devices
by Johan Hovold
· 9 years ago
6cb4f4d
USB: cdc-acm: use idr to manage minor numbers
by Johan Hovold
· 9 years ago
2fcdbdf
USB: usblp.c: move assignment out of if () block
by Greg Kroah-Hartman
· 10 years ago
0d3bba0
cdc-acm: prevent infinite loop when parsing CDC headers.
by Quentin Casasnovas
· 10 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
4132cd0
cdc-acm: convert to not directly using urb->status
by Oliver Neukum
· 10 years ago
6c8074e
cdc-acm: surpress misleading message
by Oliver Neukum
· 10 years ago
36e59e0
cdc-acm: fix race between callback and unthrottle
by Oliver Neukum
· 10 years ago
76cb03e
cdc-wdm: return correct error codes
by Oliver Neukum
· 10 years ago
b20b161
cdc-acm: Add support for Denso cradle CU-321
by Björn Gerhart
· 10 years ago
17136d4
cdc-acm: kill unnecessary messages
by Oliver Neukum
· 10 years ago
7e860a6e
cdc-acm: add sanity checks
by Oliver Neukum
· 10 years ago
403dff4
USB: cdc-acm: check for valid interfaces
by Greg Kroah-Hartman
· 10 years ago
d908f84
cdc-acm: memory leak in error case
by Oliver Neukum
· 10 years ago
69b7290
Merge 3.18-rc4 into usb-next.
by Greg Kroah-Hartman
· 10 years ago
2a8cdfd
USB: cdc-acm: add quirk for control-line state requests
by Johan Hovold
· 10 years ago
4473d05
USB: cdc-acm: only raise DTR on transitions from B0
by Johan Hovold
· 10 years ago
b8f2854
usb: class: usbtmc: delete unnecessary 'out of memory' messages
by Peter Chen
· 10 years ago
61fbe96
cdc-acm: Drop the warning for unusual capabilities
by Oliver Neukum
· 10 years ago
24cb450
cdc-acm: ensure that termios get set when the port is activated
by Jim Paris
· 10 years ago
cf84a69
USB: cdc-acm: add device id for GW Instek AFG-2225
by Johan Hovold
· 10 years ago
ab53eb9
usb: class: usbtmc.c: Cleaning up uninitialized variables
by Rickard Strandqvist
· 10 years ago
d846b76
USB: usbtmc: fix DMA on stack
by Oliver Neukum
· 10 years ago
d1b7810
USB: cdc-acm: use BIT macro
by Oliver Neukum
· 10 years ago
0943d8e
USB: cdc-acm: use tty-port dtr_rts
by Johan Hovold
· 10 years ago
308fee1
USB: cdc-acm: remove redundant usb_mark_last_busy
by Johan Hovold
· 10 years ago
4a8ee50
USB: cdc-acm: do not update PM busy on read errors
by Johan Hovold
· 10 years ago
b1d42ef
USB: cdc-acm: minimise no-suspend window during shutdown
by Johan Hovold
· 10 years ago
89e54e4
USB: cdc-acm: remove redundant disconnected test from shutdown
by Johan Hovold
· 10 years ago
bbf0cb3
USB: cdc-acm: simplify runtime PM locking
by Johan Hovold
· 10 years ago
5292afa
USB: cdc-acm: fix runtime PM imbalance at shutdown
by Johan Hovold
· 10 years ago
e4c3607
USB: cdc-acm: fix I/O after failed open
by Johan Hovold
· 10 years ago
8727bf6
USB: cdc-acm: fix failed open not being detected
by Johan Hovold
· 10 years ago
703df32
USB: cdc-acm: fix open and suspend race
by Johan Hovold
· 10 years ago
183a450
USB: cdc-acm: fix potential urb leak and PM imbalance in write
by Johan Hovold
· 10 years ago
ed79707
USB: cdc-acm: fix shutdown and suspend race
by Johan Hovold
· 10 years ago
bae3f4c
USB: cdc-acm: fix runtime PM for control messages
by Johan Hovold
· 10 years ago
140cb81
USB: cdc-acm: fix broken runtime suspend
by Johan Hovold
· 10 years ago
e144ed2
USB: cdc-acm: fix write and resume race
by Johan Hovold
· 10 years ago
5a345c2
USB: cdc-acm: fix write and suspend race
by Johan Hovold
· 10 years ago
895d240
USB: cdc-acm: Remove Motorola/Telit H24 serial interfaces from ACM driver
by Michael Ulbricht
· 11 years ago
070c0b1
USB: cdc-acm: fix double usb_autopm_put_interface() in acm_port_activate()
by Alexey Khoroshilov
· 11 years ago
f563926
usb: cdc-wdm: resp_count can be 0 even if WDM_READ is set
by Bjørn Mork
· 11 years ago
803a536
usb: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 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
d59abb9
Merge branch 3.13-rc4 into usb-next
by Greg Kroah-Hartman
· 11 years ago
4144bc8
usb: cdc-wdm: manage_power should always set needs_remote_wakeup
by Bjørn Mork
· 11 years ago
3b59d16
USB: cdc-acm: Added support for the Lenovo RD02-D400 USB Modem
by David Cluytens
· 11 years ago
8fdbeb2
cdc-acm: fix power management in ioctl
by Oliver Neukum
· 11 years ago
797ef13
cdc-acm: add TIOCGICOUNT
by Oliver Neukum
· 11 years ago
5a6a62b
cdc-acm: add TIOCMIWAIT
by Oliver Neukum
· 11 years ago
Next »