aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
AgeCommit message (Expand)Author
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-17USB: cdc-acm: fix rounding error in TIOCSSERIALAnthony Mallet
2020-03-17USB: 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
2018-01-22CDC-ACM: apply quirk for card readerOliver Neukum
2018-01-16USB: cdc-acm: Do not log urb submission errors on disconnectHans de Goede
2017-11-04USB: class: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-17usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau
2017-07-17USB: cdc-acm: add device-id for quirky printerJohan Hovold
2017-04-01cdc-acm: log message for serial state notificationTobias Herzog
2017-04-01cdc-acm: reassemble fragmented notificationsTobias Herzog
2017-04-01cdc-acm: fix possible invalid access when processing notificationTobias Herzog
2017-03-23USB: cdc-acm: refactor endpoint retrievalJohan Hovold
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-26USB: cdc-acm: fix TIOCGSERIAL flagsJohan Hovold
2016-12-05USB: cdc-acm: add device id for GW Instek AFG-125Nathaniel Quillin
2016-11-21cdc-acm: handle read pipe errorsLadislav Michl
2016-11-21cdc-acm: remove is_int_ep from acm structureLadislav Michl
2016-11-21cdc-acm: store in and out pipes in acm structureLadislav Michl
2016-11-21cdc-acm: refactor killing urbsLadislav Michl
2016-11-21cdc-acm: avoid interface_to_usbdev callLadislav Michl
2016-11-21cdc-acm: reindent log messagesLadislav Michl
2016-11-14Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman
2016-11-10USB: cdc-acm: use get_icount tty operationJohan Hovold
2016-11-10USB: cdc-acm: fix invalid user-pointer checkJohan Hovold