aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/viro/vfsLinus 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
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-01-26USB: cdc-acm: fix TIOCGSERIAL flagsJohan Hovold1-1/+0
2016-12-05USB: cdc-acm: add device id for GW Instek AFG-125Nathaniel Quillin1-0/+1
2016-11-21cdc-acm: handle read pipe errorsLadislav Michl1-10/+50
2016-11-21cdc-acm: remove is_int_ep from acm structureLadislav Michl1-3/+2
2016-11-21cdc-acm: store in and out pipes in acm structureLadislav Michl1-16/+17
2016-11-21cdc-acm: refactor killing urbsLadislav Michl1-27/+16
2016-11-21cdc-acm: avoid interface_to_usbdev callLadislav Michl1-6/+3
2016-11-21cdc-acm: reindent log messagesLadislav Michl1-18/+17
2016-11-14Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman1-2/+2
2016-11-10USB: cdc-acm: use get_icount tty operationJohan Hovold1-19/+12
2016-11-10USB: cdc-acm: fix invalid user-pointer checkJohan Hovold1-3/+0
2016-11-10USB: cdc-acm: fix TIOCMIWAITJohan Hovold1-2/+0
2016-11-07cdc-acm: fix uninitialized variableOliver Neukum1-0/+2
2016-09-21cdc-acm: hardening against malicious devicesOliver Neukum1-0/+5
2016-09-13cdc-acm: cleaning up debug in data submission pathOliver Neukum1-10/+6
2016-09-13cdc-acm: cleanup debugging in submission pathOliver Neukum1-4/+4
2016-09-09cdc-acm: delete obsolete debug messagesOliver Neukum1-17/+3
2016-08-15cdc-acm: fix wrong pipe type on rx interrupt xfersGavin Li1-3/+2
2016-07-18cdc-acm: beautify probe()Oliver Neukum1-20/+24
2016-07-18cdc-acm: cleanup error handlingOliver Neukum1-5/+3
2016-07-18cdc-acm: use the common parserOliver Neukum1-59/+10
2016-06-07usb: cdc-acm: Space prohibited before close parenthesis ')'.Sandhya Bankar1-1/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-2/+2