summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
Commit message (Expand)AuthorAgeFilesLines
* usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas2019-01-261-0/+7
* cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin2019-01-131-0/+10
* usb: cdc-acm: add entry for Hiro (Conexant) modemMaarten Jacobs2018-11-271-0/+3
* cdc-acm: correct counting of UART states in serial state notificationTobias Herzog2018-11-101-7/+7
* usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel2018-07-281-0/+3
* CDC-ACM: apply quirk for card readerOliver Neukum2018-02-071-0/+3
* USB: cdc-acm: Do not log urb submission errors on disconnectHans de Goede2018-02-071-1/+1
* USB: fix buffer overflows with parsing CDC headersOliver Neukum2017-11-301-1/+1
* usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau2017-10-271-0/+3
* USB: cdc-acm: add device-id for quirky printerJohan Hovold2017-07-271-0/+3
* cdc-acm: fix possible invalid access when processing notificationTobias Herzog2017-05-251-4/+9
* USB: cdc-acm: fix TIOCMIWAITJohan Hovold2017-04-181-2/+0
* USB: cdc-acm: add device id for GW Instek AFG-125Nathaniel Quillin2017-01-151-0/+1
* cdc-acm: fix wrong pipe type on rx interrupt xfersGavin Li2016-08-311-3/+2
* USB: cdc-acm: more sanity checkingOliver Neukum2016-04-181-0/+3
* cdc-acm:exclude Samsung phone 04e8:685dOliver Neukum2016-02-151-0/+5
* usb: cdc-acm: send zero packet for intel 7260 modemLu Baolu2016-02-151-0/+6
* usb: cdc-acm: handle unlinked urb in acm read callbackLu Baolu2016-02-151-1/+2
* USB: cdc_acm: Ignore Infineon Flash Loader utilityJonas Jonsson2016-01-221-0/+5
* cdc-acm: Add support of ATOL FPrint fiscal printersAlexey Sokolov2015-07-031-0/+9
* cdc-acm: prevent infinite loop when parsing CDC headers.Quentin Casasnovas2015-05-171-0/+6
* cdc-acm: add sanity checksOliver Neukum2015-05-171-5/+16
* cdc-acm: memory leak in error caseOliver Neukum2015-01-161-0/+1
* USB: cdc-acm: check for valid interfacesGreg Kroah-Hartman2015-01-161-4/+5
* USB: cdc-acm: add quirk for control-line state requestsJohan Hovold2014-11-061-2/+12
* USB: cdc-acm: only raise DTR on transitions from B0Johan Hovold2014-11-051-2/+3
* cdc-acm: ensure that termios get set when the port is activatedJim Paris2014-11-031-0/+5
* USB: cdc-acm: add device id for GW Instek AFG-2225Johan Hovold2014-11-031-0/+1
* USB: cdc-acm: use tty-port dtr_rtsJohan Hovold2014-05-271-12/+20
* USB: cdc-acm: remove redundant usb_mark_last_busyJohan Hovold2014-05-271-1/+0
* USB: cdc-acm: do not update PM busy on read errorsJohan Hovold2014-05-271-1/+3
* USB: cdc-acm: minimise no-suspend window during shutdownJohan Hovold2014-05-271-6/+11
* USB: cdc-acm: remove redundant disconnected test from shutdownJohan Hovold2014-05-271-22/+19
* USB: cdc-acm: simplify runtime PM lockingJohan Hovold2014-05-271-11/+6
* USB: cdc-acm: fix runtime PM imbalance at shutdownJohan Hovold2014-05-271-2/+4
* USB: cdc-acm: fix I/O after failed openJohan Hovold2014-05-271-0/+3
* USB: cdc-acm: fix failed open not being detectedJohan Hovold2014-05-271-6/+8
* USB: cdc-acm: fix open and suspend raceJohan Hovold2014-05-271-4/+3
* USB: cdc-acm: fix potential urb leak and PM imbalance in writeJohan Hovold2014-05-271-1/+7
* USB: cdc-acm: fix shutdown and suspend raceJohan Hovold2014-05-271-2/+1
* USB: cdc-acm: fix runtime PM for control messagesJohan Hovold2014-05-271-1/+11
* USB: cdc-acm: fix broken runtime suspendJohan Hovold2014-05-271-10/+22
* USB: cdc-acm: fix write and resume raceJohan Hovold2014-05-271-14/+9
* USB: cdc-acm: fix write and suspend raceJohan Hovold2014-05-271-9/+6
* USB: cdc-acm: Remove Motorola/Telit H24 serial interfaces from ACM driverMichael Ulbricht2014-04-161-7/+21
* USB: cdc-acm: fix double usb_autopm_put_interface() in acm_port_activate()Alexey Khoroshilov2014-04-161-2/+4
* Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2013-12-161-12/+104
|\
| * cdc-acm: fix power management in ioctlOliver Neukum2013-12-031-0/+6
| * cdc-acm: add TIOCGICOUNTOliver Neukum2013-12-031-0/+24
| * cdc-acm: add TIOCMIWAITOliver Neukum2013-12-031-12/+74