summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/qcaux.c
Commit message (Collapse)AuthorAgeFilesLines
* USB: qcaux: add Samsung U520 device IDDan Williams2010-05-201-0/+5
| | | | | | | | | Another CDC-ACM + vendor specific interface layout. Signed-off-by: Dan Williams <dcbw@redhat.com> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* USB: qcaux: add LG Rumor and Sanyo Katana LX device IDsDan Williams2010-04-221-0/+10
| | | | | | | | | These phones also have the familiar ttyACM0/ttyUSB0 schizophrenia when placed into "Dial-up Networking" mode after connecting a USB cable. Signed-off-by: Dan Williams <dcbw@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* USB: qcaux: driver for auxiliary serial ports on Qualcomm devicesDan Williams2010-03-021-0/+96
qcaux: add driver for QCDM-capable ports on various devices Many Qualcomm-based devices provide a CDC-ACM port which accepts normal AT commands and PPP connections. But they only provide one which makes status or signal strength requests impossible while PPP is active. They also provide secondary USB interfaces that talk the Qualcomm Diagnostic Monitor (QCDM) protocol which can be used for status and strength. Make those QCDM ports accessible. Signed-off-by: Dan Williams <dcbw@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud