Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
e7a278a329dd8aa2c70c564849f164cb5673689c
/
drivers
/
usb
/
class
e871db8
Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interrupt()"
by Sebastian Andrzej Siewior
· 6 years ago
df3aa13
Revert "cdc-acm: implement put_char() and flush_chars()"
by Oliver Neukum
· 6 years ago
6e22e3a
usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interrupt()
by Jia-Ju Bai
· 6 years ago
8a7b5d0
Merge 4.18-rc7 into usb-next
by Greg Kroah-Hartman
· 6 years ago
60207c8
usb: usbtmc: Add support for 32 bit compat applications
by Guido Kiener
· 6 years ago
12dcaeb
usb: usbtmc: Add ioctl for termination character
by Guido Kiener
· 6 years ago
fbd8397
usb: usbtmc: Add ioctl for EOM bit
by Guido Kiener
· 6 years ago
fe78a7c
usb: usbtmc: Add ioctl for trigger
by Guido Kiener
· 6 years ago
048c6d8
usb: usbtmc: Add ioctls to set/get usb timeout
by Guido Kiener
· 6 years ago
19e6c57
usb: usbtmc: use consistent timeout error
by Guido Kiener
· 6 years ago
4f3c8d6
usb: usbtmc: Support Read Status Byte with SRQ per file
by Guido Kiener
· 6 years ago
1445cbe
usb: cdc_acm: Add quirk for Castles VEGA3000
by Lubomir Rintel
· 7 years ago
714c95c
Merge 4.18-rc3 into usb-next
by Greg Kroah-Hartman
· 7 years ago
579b9cca
usb: cdc-wdm: use irqsave() in USB's complete callback
by Sebastian Andrzej Siewior
· 7 years ago
2df6948
USB: cdc-wdm: don't enable interrupts in USB-giveback
by Sebastian Andrzej Siewior
· 7 years ago
0f5f7ac
usb: usblp: use irqsave() in USB's complete callback
by Sebastian Andrzej Siewior
· 7 years ago
4685be2
usb: cdc-acm: use irqsave() in USB's complete callback
by Sebastian Andrzej Siewior
· 7 years ago
cae2bc7
usb: cdc-acm: Decrement tty port's refcount if probe() fail
by Jaejoong Kim
· 7 years ago
4a76256
usb: cdc_acm: Add quirk for Uniden UBC125 scanner
by Houston Yaroschoff
· 7 years ago
baf12d6
usb: usbtmc: Remove rigol_quirk
by Guido Kiener
· 7 years ago
b86b8eb
usb: cdc_acm: prevent race at write to acm while system resumes
by Dominik Bozek
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
e4ee8b8
Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
7f26ee4
USB: move many drivers to use DEVICE_ATTR_RO
by Greg Kroah-Hartman
· 7 years ago
df1cc78
CDC-ACM: apply quirk for card reader
by Oliver Neukum
· 7 years ago
f0386c0
USB: cdc-acm: Do not log urb submission errors on disconnect
by Hans de Goede
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 8 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
3efe891
USB: add SPDX identifiers to all remaining Makefiles
by Greg Kroah-Hartman
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
adb393d
USB: class: 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
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
e4c6594
usb: class: usbtmc: mark expected switch fall-through
by Gustavo A. R. Silva
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
765fb2f
usb: cdc_acm: Add quirk for Elatec TWN3
by Maksim Salau
· 7 years ago
8fec935
USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponse
by Bjørn Mork
· 7 years ago
a70df96
usb: usbtmc: constify attribute_group structures.
by Arvind Yadav
· 7 years ago
1417698
Merge 4.13-rc2 into usb-next
by Greg Kroah-Hartman
· 7 years ago
2440bbc
USB: cdc-wdm: remove unneeded DRIVER_VERSION define
by Greg Kroah-Hartman
· 7 years ago
fe85578
USB: cdc-acm: add device-id for quirky printer
by Johan Hovold
· 8 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
21470e3
usb: fix some references for /proc/bus/usb
by Mauro Carvalho Chehab
· 8 years ago
d30eed1
cdc-acm: remove unused element of struct acm
by Tobias Herzog
· 8 years ago
2d6dfd1
cdc-acm: log message for serial state notification
by Tobias Herzog
· 8 years ago
ea25835
cdc-acm: reassemble fragmented notifications
by Tobias Herzog
· 8 years ago
1bb9914
cdc-acm: fix possible invalid access when processing notification
by Tobias Herzog
· 8 years ago
041370c
USB: usbtmc: refactor endpoint retrieval
by Johan Hovold
· 8 years ago
e47ff59
Merge 4.11-rc4 into usb-next
by Greg Kroah-Hartman
· 8 years ago
5370860
USB: usblp: refactor endpoint retrieval
by Johan Hovold
· 8 years ago
f8d8464
USB: cdc-acm: refactor endpoint retrieval
by Johan Hovold
· 8 years ago
2e47c53
USB: usbtmc: fix probe error path
by Johan Hovold
· 8 years ago
687e068
USB: usbtmc: add missing endpoint 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
53b7f7b
usb: cdc-wdm: remove logically dead code
by Gustavo A. R. Silva
· 8 years ago
4ddecf7
USB: cdc-acm: fix TIOCGSERIAL flags
by Johan Hovold
· 8 years ago
3012160
USB: cdc-acm: add device id for GW Instek AFG-125
by Nathaniel Quillin
· 8 years ago
1aba579
cdc-acm: handle read pipe errors
by Ladislav Michl
· 8 years ago
d305394
cdc-acm: remove is_int_ep from acm structure
by Ladislav Michl
· 8 years ago
74bccc9
cdc-acm: store in and out pipes in acm structure
by Ladislav Michl
· 8 years ago
ba8c931
cdc-acm: refactor killing urbs
by Ladislav Michl
· 8 years ago
e461460
cdc-acm: avoid interface_to_usbdev call
by Ladislav Michl
· 8 years ago
90744af8
cdc-acm: reindent log messages
by Ladislav Michl
· 8 years ago
8a0a8e1
Merge 4.9-rc5 into usb-next
by Greg Kroah-Hartman
· 8 years ago
bb2d387
USB: cdc-acm: use get_icount tty operation
by Johan Hovold
· 8 years ago
04cbf38
USB: cdc-acm: fix invalid user-pointer check
by Johan Hovold
· 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
88aecde
usbtmc: Add, clarify and fix comments
by Dave Penkler
· 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
· 9 years ago
cb42b63
cdc-acm: beautify probe()
by Oliver Neukum
· 9 years ago
7fae7bf
cdc-wdm: use the common CDC parser
by Oliver Neukum
· 9 years ago
6dd3587
cdc-acm: cleanup error handling
by Oliver Neukum
· 9 years ago
eccf2a4
cdc-acm: use the common parser
by Oliver Neukum
· 9 years ago
a092a16
usb: cdc-acm: Space prohibited before close parenthesis ')'.
by Sandhya Bankar
· 9 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
Next »