aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
AgeCommit message (Expand)Author
2022-09-15USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)Thierry GUIBERT
2021-10-13USB: cdc-acm: fix break reportingJohan Hovold
2021-10-13USB: cdc-acm: fix racy tty buffer accessesJohan Hovold
2021-09-30USB: cdc-acm: fix minor-number releaseJohan Hovold
2021-07-14USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen
2021-05-14USB: cdc-acm: fix TIOCGSERIAL implementationJohan Hovold
2021-05-14USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold
2021-05-14Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"Johan Hovold
2021-04-28USB: CDC-ACM: fix poison/unpoison imbalanceOliver Neukum
2021-04-07USB: cdc-acm: fix use-after-free after probe failureJohan Hovold
2021-04-07USB: cdc-acm: fix double free on probe failureJohan Hovold
2021-04-07USB: cdc-acm: downgrade message to debugOliver Neukum
2021-04-07USB: cdc-acm: untangle a circular dependency between callback and softintOliver Neukum
2021-04-07cdc-acm: fix BREAK rx code path adding necessary callsOliver Neukum
2021-03-17Goodix Fingerprint device is not a modemYorick de Wid
2021-01-12USB: cdc-acm: blacklist another IR Droid deviceSean Young
2020-11-18usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt
2020-11-05usb: cdc-acm: fix cooldown mechanismJerome Brunet
2020-10-29usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol
2020-10-29USB: cdc-acm: handle broken union descriptorsJohan Hovold
2020-09-03USB: cdc-acm: rework notification_buffer resizingTom Rix
2020-06-30cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund
2020-06-10CDC-ACM: heed quirk also in error handlingOliver Neukum
2020-04-29cdc-acm: introduce a cool downOliver Neukum
2020-04-29cdc-acm: close race betrween suspend() and acm_softintOliver Neukum
2020-04-01USB: cdc-acm: restore capability check orderMatthias Reichl
2020-03-25USB: cdc-acm: fix rounding error in TIOCSSERIALAnthony Mallet
2020-03-25USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIALAnthony Mallet
2019-08-15usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum
2019-04-29USB: cdc-acm: clean up throttle handlingJohan Hovold
2019-04-29USB: cdc-acm: fix unthrottle racesJohan Hovold
2019-03-28usb: cdc-acm: fix race during wakeup blocking TX trafficRomain Izard
2019-01-07usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas
2018-12-20cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin
2018-11-20usb: cdc-acm: add entry for Hiro (Conexant) modemMaarten Jacobs
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-13cdc-acm: switch to ->[sg]et_serial()Al Viro
2018-10-09cdc-acm: correct counting of UART states in serial state notificationTobias Herzog
2018-10-09cdc-acm: do not reset notification buffer index upon urb unlinkingTobias Herzog
2018-10-09cdc-acm: fix race between reset and control messagingOliver Neukum
2018-10-01usb: cdc_acm: Do not leak URB buffersRomain Izard
2018-09-10Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman
2018-07-16usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman
2018-06-28usb: cdc-acm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-06-25usb: cdc-acm: Decrement tty port's refcount if probe() failJaejoong Kim
2018-06-25usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff
2018-02-16usb: cdc_acm: prevent race at write to acm while system resumesDominik Bozek
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman