summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
AgeCommit message (Expand)AuthorFilesLines
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