summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
Commit message (Expand)AuthorAgeFilesLines
* usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum2019-08-251-5/+7
* USB: cdc-acm: clean up throttle handlingJohan Hovold2019-04-291-25/+8
* USB: cdc-acm: fix unthrottle racesJohan Hovold2019-04-291-7/+25
* usb: cdc-acm: fix race during wakeup blocking TX trafficRomain Izard2019-03-281-3/+1
* usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas2019-01-071-0/+7
* cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin2018-12-201-0/+10
* usb: cdc-acm: add entry for Hiro (Conexant) modemMaarten Jacobs2018-11-201-0/+3
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-27/+14
|\
| * cdc-acm: switch to ->[sg]et_serial()Al Viro2018-10-131-27/+14
* | cdc-acm: correct counting of UART states in serial state notificationTobias Herzog2018-10-091-7/+7
* | cdc-acm: do not reset notification buffer index upon urb unlinkingTobias Herzog2018-10-091-1/+0
* | cdc-acm: fix race between reset and control messagingOliver Neukum2018-10-091-0/+1
* | usb: cdc_acm: Do not leak URB buffersRomain Izard2018-10-011-0/+6
* | Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2018-09-101-73/+0
|/
* Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman2018-07-301-0/+3
|\
| * usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel2018-07-161-0/+3
* | Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman2018-07-021-0/+3
|\|
| * usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff2018-06-251-0/+3
* | usb: cdc-acm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-281-2/+3
* | usb: cdc-acm: Decrement tty port's refcount if probe() failJaejoong Kim2018-06-251-18/+17
|/
* usb: cdc_acm: prevent race at write to acm while system resumesDominik Bozek2018-02-161-3/+6
* USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman2018-01-241-6/+6
* CDC-ACM: apply quirk for card readerOliver Neukum2018-01-221-0/+3
* USB: cdc-acm: Do not log urb submission errors on disconnectHans de Goede2018-01-161-1/+1
* USB: class: Remove redundant license textGreg Kroah-Hartman2017-11-041-14/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau2017-10-171-0/+3
* USB: cdc-acm: add device-id for quirky printerJohan Hovold2017-07-171-0/+3
* cdc-acm: log message for serial state notificationTobias Herzog2017-04-011-0/+2
* cdc-acm: reassemble fragmented notificationsTobias Herzog2017-04-011-29/+83
* cdc-acm: fix possible invalid access when processing notificationTobias Herzog2017-04-011-4/+9
* USB: cdc-acm: refactor endpoint retrievalJohan Hovold2017-03-231-17/+7
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* USB: cdc-acm: fix TIOCGSERIAL flagsJohan Hovold2017-01-261-1/+0
* USB: cdc-acm: add device id for GW Instek AFG-125Nathaniel Quillin2016-12-051-0/+1
* cdc-acm: handle read pipe errorsLadislav Michl2016-11-211-10/+50
* cdc-acm: remove is_int_ep from acm structureLadislav Michl2016-11-211-3/+2
* cdc-acm: store in and out pipes in acm structureLadislav Michl2016-11-211-16/+17
* cdc-acm: refactor killing urbsLadislav Michl2016-11-211-27/+16
* cdc-acm: avoid interface_to_usbdev callLadislav Michl2016-11-211-6/+3
* cdc-acm: reindent log messagesLadislav Michl2016-11-211-18/+17
* Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman2016-11-141-2/+2
|\
| * USB: cdc-acm: fix TIOCMIWAITJohan Hovold2016-11-101-2/+0
| * cdc-acm: fix uninitialized variableOliver Neukum2016-11-071-0/+2
* | USB: cdc-acm: use get_icount tty operationJohan Hovold2016-11-101-19/+12
* | USB: cdc-acm: fix invalid user-pointer checkJohan Hovold2016-11-101-3/+0
|/
* cdc-acm: hardening against malicious devicesOliver Neukum2016-09-211-0/+5
* cdc-acm: cleaning up debug in data submission pathOliver Neukum2016-09-131-10/+6
* cdc-acm: cleanup debugging in submission pathOliver Neukum2016-09-131-4/+4
* cdc-acm: delete obsolete debug messagesOliver Neukum2016-09-091-17/+3