summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-051-0/+3
|\
| * USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)Thierry GUIBERT2022-08-191-0/+3
* | tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+2
|/
* USB: cdc-acm: use CDC serial-state definesJohan Hovold2022-07-251-12/+12
* USB: cdc-acm: use CDC control-line definesJohan Hovold2022-07-251-9/+9
* USB: cdc-acm: use define for timeoutOliver Neukum2022-06-291-1/+1
* tty: tty_io: Switch to vmalloc() fallback in case of TTY_NO_WRITE_SPLITAndy Shevchenko2021-12-211-4/+0
* Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman2021-10-111-0/+8
|\
| * USB: cdc-acm: fix break reportingJohan Hovold2021-10-051-0/+3
| * USB: cdc-acm: fix racy tty buffer accessesJohan Hovold2021-10-051-0/+5
* | Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman2021-09-271-2/+5
|\|
| * USB: cdc-acm: fix minor-number releaseJohan Hovold2021-09-141-2/+5
* | USB: cdc-acm: remove duplicate USB device IDKrzysztof Kozlowski2021-09-211-1/+0
|/
* tty: drop put_tty_driverJiri Slaby2021-07-271-3/+3
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
* Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-0/+5
|\
| * USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen2021-06-241-0/+5
* | tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-15/+2
* | tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
* | tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
|/
* Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-04-221-3/+11
|\
| * USB: cdc-acm: add more Maxlinear/Exar models to ignore listMauro Carvalho Chehab2021-04-131-3/+11
* | USB: CDC-ACM: fix poison/unpoison imbalanceOliver Neukum2021-04-221-1/+2
* | USB: cdc-acm: fix TIOCGSERIAL implementationJohan Hovold2021-04-091-2/+1
* | USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold2021-04-091-2/+0
* | Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"Johan Hovold2021-04-091-9/+2
* | USB: cdc-acm: do not log successful probe on later errorsJohan Hovold2021-03-231-2/+2
* | USB: cdc-acm: always claim data interfaceJohan Hovold2021-03-231-8/+6
* | USB: cdc-acm: use negation for NULL checksJohan Hovold2021-03-231-2/+2
* | USB: cdc-acm: clean up probe error labelsJohan Hovold2021-03-231-17/+18
* | USB: cdc-acm: drop redundant driver-data resetJohan Hovold2021-03-231-1/+0
* | USB: cdc-acm: drop redundant driver-data assignmentJohan Hovold2021-03-231-1/+0
* | USB: cdc-acm: fix use-after-free after probe failureJohan Hovold2021-03-231-0/+5
* | USB: cdc-acm: fix double free on probe failureJohan Hovold2021-03-231-1/+0
* | USB: cdc-acm: downgrade message to debugOliver Neukum2021-03-231-1/+2
* | USB: cdc-acm: untangle a circular dependency between callback and softintOliver Neukum2021-03-231-16/+32
* | cdc-acm: fix BREAK rx code path adding necessary callsOliver Neukum2021-03-231-1/+3
|/
* Goodix Fingerprint device is not a modemYorick de Wid2021-03-101-0/+5
* USB: cdc-acm: ignore Exar XR21V141X when serial driver is builtMauro Carvalho Chehab2021-01-211-0/+6
* USB: cdc-acm: blacklist another IR Droid deviceSean Young2020-12-281-0/+4
* usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt2020-11-131-0/+9
* usb: cdc-acm: fix cooldown mechanismJerome Brunet2020-10-281-7/+5
* usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol2020-10-051-0/+11
* USB: cdc-acm: clean up no-union-descriptor handlingJohan Hovold2020-09-251-22/+10
* USB: cdc-acm: use common data-class defineJohan Hovold2020-09-251-4/+2
* USB: cdc-acm: handle broken union descriptorsJohan Hovold2020-09-251-0/+12
* Revert "cdc-acm: hardening against malicious devices"Johan Hovold2020-09-251-5/+0
* USB: cdc-acm: cleanup of data structuresOliver Neukum2020-09-171-6/+7
* USB: cdc-acm: rework notification_buffer resizingTom Rix2020-08-181-12/+10
* Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-071-0/+6
|\