summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
Commit message (Expand)AuthorAgeFilesLines
* USB: cdc_acm: Ignore Infineon Flash Loader utilityJonas Jonsson2015-11-231-0/+5
* cdc-acm: Destroy acm_minors IDR on module exitJohannes Thumshirn2015-07-221-0/+1
* cdc-acm: Add support of ATOL FPrint fiscal printersAlexey Sokolov2015-06-081-0/+9
* cdc-acm: use swap() in acm_probe()Fabian Frederick2015-05-241-8/+2Star
* USB: cdc-acm: use idr to manage minor numbersJohan Hovold2015-05-241-21/+17Star
* cdc-acm: prevent infinite loop when parsing CDC headers.Quentin Casasnovas2015-04-281-1/+6
* cdc-acm: convert to not directly using urb->statusOliver Neukum2015-03-261-3/+4
* cdc-acm: surpress misleading messageOliver Neukum2015-03-261-1/+1
* cdc-acm: fix race between callback and unthrottleOliver Neukum2015-03-261-2/+10
* cdc-acm: Add support for Denso cradle CU-321Björn Gerhart2015-02-241-0/+2
* cdc-acm: kill unnecessary messagesOliver Neukum2015-01-311-24/+9Star
* cdc-acm: add sanity checksOliver Neukum2015-01-311-5/+16
* USB: cdc-acm: check for valid interfacesGreg Kroah-Hartman2014-11-251-4/+5
* cdc-acm: memory leak in error caseOliver Neukum2014-11-251-0/+1
* Merge 3.18-rc4 into usb-next.Greg Kroah-Hartman2014-11-101-4/+21
|\
| * 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-041-0/+5
| * USB: cdc-acm: add device id for GW Instek AFG-2225Johan Hovold2014-11-041-0/+1
* | cdc-acm: Drop the warning for unusual capabilitiesOliver Neukum2014-11-041-7/+0Star
|/
* USB: cdc-acm: use tty-port dtr_rtsJohan Hovold2014-05-281-12/+20
* USB: cdc-acm: remove redundant usb_mark_last_busyJohan Hovold2014-05-281-1/+0Star
* USB: cdc-acm: do not update PM busy on read errorsJohan Hovold2014-05-281-1/+3
* USB: cdc-acm: minimise no-suspend window during shutdownJohan Hovold2014-05-281-6/+11
* USB: cdc-acm: remove redundant disconnected test from shutdownJohan Hovold2014-05-281-22/+19Star
* USB: cdc-acm: simplify runtime PM lockingJohan Hovold2014-05-281-11/+6Star
* USB: cdc-acm: fix runtime PM imbalance at shutdownJohan Hovold2014-05-281-2/+4
* USB: cdc-acm: fix I/O after failed openJohan Hovold2014-05-281-0/+3
* USB: cdc-acm: fix failed open not being detectedJohan Hovold2014-05-281-6/+8
* USB: cdc-acm: fix open and suspend raceJohan Hovold2014-05-281-4/+3Star
* USB: cdc-acm: fix potential urb leak and PM imbalance in writeJohan Hovold2014-05-281-1/+7
* USB: cdc-acm: fix shutdown and suspend raceJohan Hovold2014-05-281-2/+1Star
* USB: cdc-acm: fix runtime PM for control messagesJohan Hovold2014-05-281-1/+11
* USB: cdc-acm: fix broken runtime suspendJohan Hovold2014-05-281-10/+22
* USB: cdc-acm: fix write and resume raceJohan Hovold2014-05-281-14/+9Star
* USB: cdc-acm: fix write and suspend raceJohan Hovold2014-05-281-9/+6Star
* 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
* | USB: cdc-acm: Added support for the Lenovo RD02-D400 USB ModemDavid Cluytens2013-12-051-0/+2
|/
* usb: class: cdc-acm: be careful with bIntervalFelipe Balbi2013-07-251-1/+1
* USB: cdc-acm: remove unneeded spin_lock_irqsave/restore on write pathGreg Kroah-Hartman2013-06-171-33/+19Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-05-011-0/+13
|\
| * Merge tag 'v3.9-rc3' into nextDmitry Torokhov2013-03-181-10/+44
| |\
| * | USB: cdc-acm - blacklist IMS PCU deviceDmitry Torokhov2013-03-121-0/+13
* | | Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-8/+0Star
|\ \ \
| * \ \ Merge 3.9-rc4 into usb-nextGreg Kroah-Hartman2013-03-251-3/+19
| |\ \ \