aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15usb: cdc-acm: return correct error code on unsupported breakOliver Neukum1-0/+3
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+4
2023-08-22USB: cdc-acm: support flushing write buffers (TCOFLUSH)Simon Arlott1-0/+14
2023-08-22usb: cdc-acm: move ldisc dcd notification outside of acm's read lockDan Drown1-10/+11
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-3/+4
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-08-08usb: cdc-acm: add PPS supportDan Drown1-1/+11
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-2/+2
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-1/+1
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman1-0/+3
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+2
2022-08-19USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)Thierry GUIBERT1-0/+3
2022-07-25USB: cdc-acm: use CDC serial-state definesJohan Hovold1-12/+12
2022-07-25USB: cdc-acm: use CDC control-line definesJohan Hovold1-9/+9
2022-06-29USB: cdc-acm: use define for timeoutOliver Neukum1-1/+1
2021-12-21tty: tty_io: Switch to vmalloc() fallback in case of TTY_NO_WRITE_SPLITAndy Shevchenko1-4/+0
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman1-0/+8
2021-10-05USB: cdc-acm: fix break reportingJohan Hovold1-0/+3
2021-10-05USB: cdc-acm: fix racy tty buffer accessesJohan Hovold1-0/+5
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman1-2/+5
2021-09-21USB: cdc-acm: remove duplicate USB device IDKrzysztof Kozlowski1-1/+0
2021-09-14USB: cdc-acm: fix minor-number releaseJohan Hovold1-2/+5
2021-07-27tty: drop put_tty_driverJiri Slaby1-3/+3
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+4
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+5
2021-06-24USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen1-0/+5
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby1-15/+2
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-04-22Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-3/+11
2021-04-22USB: CDC-ACM: fix poison/unpoison imbalanceOliver Neukum1-1/+2
2021-04-13USB: cdc-acm: add more Maxlinear/Exar models to ignore listMauro Carvalho Chehab1-3/+11
2021-04-09USB: cdc-acm: fix TIOCGSERIAL implementationJohan Hovold1-2/+1
2021-04-09USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold1-2/+0
2021-04-09Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"Johan Hovold1-9/+2
2021-03-23USB: cdc-acm: do not log successful probe on later errorsJohan Hovold1-2/+2
2021-03-23USB: cdc-acm: always claim data interfaceJohan Hovold1-8/+6
2021-03-23USB: cdc-acm: use negation for NULL checksJohan Hovold1-2/+2
2021-03-23USB: cdc-acm: clean up probe error labelsJohan Hovold1-17/+18
2021-03-23USB: cdc-acm: drop redundant driver-data resetJohan Hovold1-1/+0
2021-03-23USB: cdc-acm: drop redundant driver-data assignmentJohan Hovold1-1/+0
2021-03-23USB: cdc-acm: fix use-after-free after probe failureJohan Hovold1-0/+5
2021-03-23USB: cdc-acm: fix double free on probe failureJohan Hovold1-1/+0
2021-03-23USB: cdc-acm: downgrade message to debugOliver Neukum1-1/+2
2021-03-23USB: cdc-acm: untangle a circular dependency between callback and softintOliver Neukum1-16/+32
2021-03-23cdc-acm: fix BREAK rx code path adding necessary callsOliver Neukum1-1/+3
2021-03-10Goodix Fingerprint device is not a modemYorick de Wid1-0/+5
2021-01-21USB: cdc-acm: ignore Exar XR21V141X when serial driver is builtMauro Carvalho Chehab1-0/+6
2020-12-28USB: cdc-acm: blacklist another IR Droid deviceSean Young1-0/+4
2020-11-13usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt1-0/+9
2020-10-28usb: cdc-acm: fix cooldown mechanismJerome Brunet1-7/+5
2020-10-05usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol1-0/+11
2020-09-25USB: cdc-acm: clean up no-union-descriptor handlingJohan Hovold1-22/+10
2020-09-25USB: cdc-acm: use common data-class defineJohan Hovold1-4/+2
2020-09-25USB: cdc-acm: handle broken union descriptorsJohan Hovold1-0/+12
2020-09-25Revert "cdc-acm: hardening against malicious devices"Johan Hovold1-5/+0
2020-09-17USB: cdc-acm: cleanup of data structuresOliver Neukum1-6/+7
2020-08-18USB: cdc-acm: rework notification_buffer resizingTom Rix1-12/+10
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+6
2020-06-23media: USB: cdc-acm: blacklist IR Droid / IR Toy deviceSean Young1-0/+6
2020-06-18cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund1-0/+2
2020-05-27CDC-ACM: heed quirk also in error handlingOliver Neukum1-1/+1
2020-04-16cdc-acm: introduce a cool downOliver Neukum1-2/+28
2020-04-16cdc-acm: close race betrween suspend() and acm_softintOliver Neukum1-3/+3
2020-03-27USB: cdc-acm: restore capability check orderMatthias Reichl1-9/+9
2020-03-17USB: cdc-acm: fix rounding error in TIOCSSERIALAnthony Mallet1-9/+16
2020-03-17USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIALAnthony Mallet1-4/+5
2019-08-15usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum1-5/+7
2019-04-29USB: cdc-acm: clean up throttle handlingJohan Hovold1-25/+8
2019-04-29USB: cdc-acm: fix unthrottle racesJohan Hovold1-7/+25
2019-03-28usb: cdc-acm: fix race during wakeup blocking TX trafficRomain Izard1-3/+1
2019-01-07usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas1-0/+7
2018-12-20cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin1-0/+10
2018-11-20usb: cdc-acm: add entry for Hiro (Conexant) modemMaarten Jacobs1-0/+3
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-27/+14
2018-10-13cdc-acm: switch to ->[sg]et_serial()Al Viro1-27/+14
2018-10-09cdc-acm: correct counting of UART states in serial state notificationTobias Herzog1-7/+7
2018-10-09cdc-acm: do not reset notification buffer index upon urb unlinkingTobias Herzog1-1/+0
2018-10-09cdc-acm: fix race between reset and control messagingOliver Neukum1-0/+1
2018-10-01usb: cdc_acm: Do not leak URB buffersRomain Izard1-0/+6
2018-09-10Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum1-73/+0
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman1-0/+3
2018-07-16usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel1-0/+3
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman1-0/+3
2018-06-28usb: cdc-acm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2018-06-25usb: cdc-acm: Decrement tty port's refcount if probe() failJaejoong Kim1-18/+17
2018-06-25usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff1-0/+3
2018-02-16usb: cdc_acm: prevent race at write to acm while system resumesDominik Bozek1-3/+6
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman1-6/+6
2018-01-22CDC-ACM: apply quirk for card readerOliver Neukum1-0/+3
2018-01-16USB: cdc-acm: Do not log urb submission errors on disconnectHans de Goede1-1/+1
2017-11-04USB: class: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-17usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau1-0/+3
2017-07-17USB: cdc-acm: add device-id for quirky printerJohan Hovold1-0/+3
2017-04-01cdc-acm: log message for serial state notificationTobias Herzog1-0/+2
2017-04-01cdc-acm: reassemble fragmented notificationsTobias Herzog1-29/+83
2017-04-01cdc-acm: fix possible invalid access when processing notificationTobias Herzog1-4/+9
2017-03-23USB: cdc-acm: refactor endpoint retrievalJohan Hovold1-17/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-01-26USB: cdc-acm: fix TIOCGSERIAL flagsJohan Hovold1-1/+0
2016-12-05USB: cdc-acm: add device id for GW Instek AFG-125Nathaniel Quillin1-0/+1
2016-11-21cdc-acm: handle read pipe errorsLadislav Michl1-10/+50
2016-11-21cdc-acm: remove is_int_ep from acm structureLadislav Michl1-3/+2
2016-11-21cdc-acm: store in and out pipes in acm structureLadislav Michl1-16/+17
2016-11-21cdc-acm: refactor killing urbsLadislav Michl1-27/+16
2016-11-21cdc-acm: avoid interface_to_usbdev callLadislav Michl1-6/+3
2016-11-21cdc-acm: reindent log messagesLadislav Michl1-18/+17
2016-11-14Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman1-2/+2
2016-11-10USB: cdc-acm: use get_icount tty operationJohan Hovold1-19/+12
2016-11-10USB: cdc-acm: fix invalid user-pointer checkJohan Hovold1-3/+0
2016-11-10USB: cdc-acm: fix TIOCMIWAITJohan Hovold1-2/+0
2016-11-07cdc-acm: fix uninitialized variableOliver Neukum1-0/+2
2016-09-21cdc-acm: hardening against malicious devicesOliver Neukum1-0/+5
2016-09-13cdc-acm: cleaning up debug in data submission pathOliver Neukum1-10/+6
2016-09-13cdc-acm: cleanup debugging in submission pathOliver Neukum1-4/+4
2016-09-09cdc-acm: delete obsolete debug messagesOliver Neukum1-17/+3
2016-08-15cdc-acm: fix wrong pipe type on rx interrupt xfersGavin Li1-3/+2
2016-07-18cdc-acm: beautify probe()Oliver Neukum1-20/+24
2016-07-18cdc-acm: cleanup error handlingOliver Neukum1-5/+3
2016-07-18cdc-acm: use the common parserOliver Neukum1-59/+10
2016-06-07usb: cdc-acm: Space prohibited before close parenthesis ')'.Sandhya Bankar1-1/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-2/+2
2016-04-13cdc-acm: fix crash if flushed with nothing bufferedOliver Neukum1-0/+4
2016-03-18USB: cdc-acm: more sanity checkingOliver Neukum1-0/+3
2016-02-14cdc-acm: implement put_char() and flush_chars()Oliver Neukum1-0/+67
2016-01-24cdc-acm:exclude Samsung phone 04e8:685dOliver Neukum1-0/+5
2016-01-24usb: cdc-acm: send zero packet for intel 7260 modemLu Baolu1-0/+6
2016-01-24usb: cdc-acm: handle unlinked urb in acm read callbackLu Baolu1-1/+2
2015-11-23USB: cdc_acm: Ignore Infineon Flash Loader utilityJonas Jonsson1-0/+5
2015-07-22cdc-acm: Destroy acm_minors IDR on module exitJohannes Thumshirn1-0/+1
2015-06-08cdc-acm: Add support of ATOL FPrint fiscal printersAlexey Sokolov1-0/+9
2015-05-24cdc-acm: use swap() in acm_probe()Fabian Frederick1-8/+2
2015-05-24USB: cdc-acm: use idr to manage minor numbersJohan Hovold1-21/+17
2015-04-28cdc-acm: prevent infinite loop when parsing CDC headers.Quentin Casasnovas1-1/+6
2015-03-26cdc-acm: convert to not directly using urb->statusOliver Neukum1-3/+4
2015-03-26cdc-acm: surpress misleading messageOliver Neukum1-1/+1
2015-03-26cdc-acm: fix race between callback and unthrottleOliver Neukum1-2/+10
2015-02-24cdc-acm: Add support for Denso cradle CU-321Björn Gerhart1-0/+2
2015-01-31cdc-acm: kill unnecessary messagesOliver Neukum1-24/+9
2015-01-31cdc-acm: add sanity checksOliver Neukum1-5/+16
2014-11-24USB: cdc-acm: check for valid interfacesGreg Kroah-Hartman1-4/+5
2014-11-24cdc-acm: memory leak in error caseOliver Neukum1-0/+1
2014-11-10Merge 3.18-rc4 into usb-next.Greg Kroah-Hartman1-4/+21
2014-11-06USB: cdc-acm: add quirk for control-line state requestsJohan Hovold1-2/+12
2014-11-05USB: cdc-acm: only raise DTR on transitions from B0Johan Hovold1-2/+3
2014-11-03cdc-acm: Drop the warning for unusual capabilitiesOliver Neukum1-7/+0
2014-11-03cdc-acm: ensure that termios get set when the port is activatedJim Paris1-0/+5
2014-11-03USB: cdc-acm: add device id for GW Instek AFG-2225Johan Hovold1-0/+1
2014-05-27USB: cdc-acm: use tty-port dtr_rtsJohan Hovold1-12/+20
2014-05-27USB: cdc-acm: remove redundant usb_mark_last_busyJohan Hovold1-1/+0
2014-05-27USB: cdc-acm: do not update PM busy on read errorsJohan Hovold1-1/+3
2014-05-27USB: cdc-acm: minimise no-suspend window during shutdownJohan Hovold1-6/+11
2014-05-27USB: cdc-acm: remove redundant disconnected test from shutdownJohan Hovold1-22/+19
2014-05-27USB: cdc-acm: simplify runtime PM lockingJohan Hovold1-11/+6
2014-05-27USB: cdc-acm: fix runtime PM imbalance at shutdownJohan Hovold1-2/+4
2014-05-27USB: cdc-acm: fix I/O after failed openJohan Hovold1-0/+3
2014-05-27USB: cdc-acm: fix failed open not being detectedJohan Hovold1-6/+8
2014-05-27USB: cdc-acm: fix open and suspend raceJohan Hovold1-4/+3
2014-05-27USB: cdc-acm: fix potential urb leak and PM imbalance in writeJohan Hovold1-1/+7
2014-05-27USB: cdc-acm: fix shutdown and suspend raceJohan Hovold1-2/+1
2014-05-27USB: cdc-acm: fix runtime PM for control messagesJohan Hovold1-1/+11
2014-05-27USB: cdc-acm: fix broken runtime suspendJohan Hovold1-10/+22
2014-05-27USB: cdc-acm: fix write and resume raceJohan Hovold1-14/+9
2014-05-27USB: cdc-acm: fix write and suspend raceJohan Hovold1-9/+6
2014-04-16USB: cdc-acm: Remove Motorola/Telit H24 serial interfaces from ACM driverMichael Ulbricht1-7/+21
2014-04-16USB: cdc-acm: fix double usb_autopm_put_interface() in acm_port_activate()Alexey Khoroshilov1-2/+4
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman1-12/+104
2013-12-04USB: cdc-acm: Added support for the Lenovo RD02-D400 USB ModemDavid Cluytens1-0/+2
2013-12-03cdc-acm: fix power management in ioctlOliver Neukum1-0/+6
2013-12-03cdc-acm: add TIOCGICOUNTOliver Neukum1-0/+24
2013-12-03cdc-acm: add TIOCMIWAITOliver Neukum1-12/+74
2013-07-25usb: class: cdc-acm: be careful with bIntervalFelipe Balbi1-1/+1
2013-06-17USB: cdc-acm: remove unneeded spin_lock_irqsave/restore on write pathGreg Kroah-Hartman1-33/+19
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+13
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-8/+0
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-3/+19
2013-03-25Merge 3.9-rc4 into usb-nextGreg Kroah-Hartman1-3/+19
2013-03-21USB: cdc-acm: fix device unregistrationJohan Hovold1-1/+2
2013-03-21usb: cdc-acm: fix error handling in acm_probe()Alexey Khoroshilov1-2/+17
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-18/+6
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-6/+1
2013-03-17Merge tag 'v3.9-rc3' into nextDmitry Torokhov1-10/+44
2013-03-15USB: cdc-acm: Remove obsolete predefined speeds arraySamuel Tardieu1-8/+0
2013-03-12USB: cdc-acm - blacklist IMS PCU deviceDmitry Torokhov1-0/+13
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-0/+3
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-9/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+2
2013-01-11USB: cdc-acm: Add support for "PSC Scanning, Magellan 800i"Denis N Ladin1-0/+3
2012-11-15cdc-acm: implement TIOCSSERIAL to avoid blocking close(2)Dan Williams1-0/+38
2012-10-17usb: acm: fix the computation of the number of data bitsNicolas Boullis1-5/+15
2012-10-17USB: cdc-acm: fix pipe type of write endpointMing Lei1-1/+1
2012-10-11Add CDC-ACM support for the CX93010-2x UCMxx USB ModemJean-Christian de Rivaz1-0/+3
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+0
2012-09-05usb: cdc-acm: remove duplicated include from cdc-acm.cWei Yongjun1-1/+0
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman1-1/+2
2012-08-17USB: CDC ACM: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman1-1/+1
2012-07-16tty: move the termios object into the ttyAlan Cox1-1/+1