summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
AgeCommit message (Expand)AuthorLines
2015-02-24cdc-acm: Add support for Denso cradle CU-321Björn Gerhart-0/+2
2015-01-31cdc-acm: kill unnecessary messagesOliver Neukum-24/+9
2015-01-31cdc-acm: add sanity checksOliver Neukum-5/+16
2014-11-24USB: cdc-acm: check for valid interfacesGreg Kroah-Hartman-4/+5
2014-11-24cdc-acm: memory leak in error caseOliver Neukum-0/+1
2014-11-10Merge 3.18-rc4 into usb-next.Greg Kroah-Hartman-4/+21
2014-11-06USB: cdc-acm: add quirk for control-line state requestsJohan Hovold-2/+12
2014-11-05USB: cdc-acm: only raise DTR on transitions from B0Johan Hovold-2/+3
2014-11-03cdc-acm: Drop the warning for unusual capabilitiesOliver Neukum-7/+0
2014-11-03cdc-acm: ensure that termios get set when the port is activatedJim Paris-0/+5
2014-11-03USB: cdc-acm: add device id for GW Instek AFG-2225Johan Hovold-0/+1
2014-05-27USB: cdc-acm: use tty-port dtr_rtsJohan Hovold-12/+20
2014-05-27USB: cdc-acm: remove redundant usb_mark_last_busyJohan Hovold-1/+0
2014-05-27USB: cdc-acm: do not update PM busy on read errorsJohan Hovold-1/+3
2014-05-27USB: cdc-acm: minimise no-suspend window during shutdownJohan Hovold-6/+11
2014-05-27USB: cdc-acm: remove redundant disconnected test from shutdownJohan Hovold-22/+19
2014-05-27USB: cdc-acm: simplify runtime PM lockingJohan Hovold-11/+6
2014-05-27USB: cdc-acm: fix runtime PM imbalance at shutdownJohan Hovold-2/+4
2014-05-27USB: cdc-acm: fix I/O after failed openJohan Hovold-0/+3
2014-05-27USB: cdc-acm: fix failed open not being detectedJohan Hovold-6/+8
2014-05-27USB: cdc-acm: fix open and suspend raceJohan Hovold-4/+3
2014-05-27USB: cdc-acm: fix potential urb leak and PM imbalance in writeJohan Hovold-1/+7
2014-05-27USB: cdc-acm: fix shutdown and suspend raceJohan Hovold-2/+1
2014-05-27USB: cdc-acm: fix runtime PM for control messagesJohan Hovold-1/+11
2014-05-27USB: cdc-acm: fix broken runtime suspendJohan Hovold-10/+22
2014-05-27USB: cdc-acm: fix write and resume raceJohan Hovold-14/+9
2014-05-27USB: cdc-acm: fix write and suspend raceJohan Hovold-9/+6
2014-04-16USB: cdc-acm: Remove Motorola/Telit H24 serial interfaces from ACM driverMichael Ulbricht-7/+21
2014-04-16USB: cdc-acm: fix double usb_autopm_put_interface() in acm_port_activate()Alexey Khoroshilov-2/+4
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman-12/+104
2013-12-04USB: cdc-acm: Added support for the Lenovo RD02-D400 USB ModemDavid Cluytens-0/+2
2013-12-03cdc-acm: fix power management in ioctlOliver Neukum-0/+6
2013-12-03cdc-acm: add TIOCGICOUNTOliver Neukum-0/+24
2013-12-03cdc-acm: add TIOCMIWAITOliver Neukum-12/+74
2013-07-25usb: class: cdc-acm: be careful with bIntervalFelipe Balbi-1/+1
2013-06-17USB: cdc-acm: remove unneeded spin_lock_irqsave/restore on write pathGreg Kroah-Hartman-33/+19
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+13
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-8/+0
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman-3/+19
2013-03-25Merge 3.9-rc4 into usb-nextGreg Kroah-Hartman-3/+19
2013-03-21USB: cdc-acm: fix device unregistrationJohan Hovold-1/+2
2013-03-21usb: cdc-acm: fix error handling in acm_probe()Alexey Khoroshilov-2/+17
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby-18/+6
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby-6/+1
2013-03-17Merge tag 'v3.9-rc3' into nextDmitry Torokhov-10/+44
2013-03-15USB: cdc-acm: Remove obsolete predefined speeds arraySamuel Tardieu-8/+0
2013-03-12USB: cdc-acm - blacklist IMS PCU deviceDmitry Torokhov-0/+13
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman-0/+3
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-9/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby-1/+2