]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: cdc-acm: Adding second ACM channel support for various Nokia and one Samsung...
authorToby Gray <toby.gray@realvnc.com>
Wed, 1 Sep 2010 15:01:19 +0000 (16:01 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Sep 2010 20:36:22 +0000 (13:36 -0700)
commit7b4275fe849cd3f0fd9843e6bdfdd51dfc804d39
treef8d14cc386b47dc52311ffa2cdad4421321b7c52
parentaef30a0bfdf6c10565285fff1ae8400b34ee0d81
USB: cdc-acm: Adding second ACM channel support for various Nokia and one Samsung phones

commit 4035e45632c2a8bb4edae83c20447051bd9a9604 upstream.

S60 phones from Nokia and Samsung expose two ACM channels. The first is a modem
with a standard AT-command interface, which is picked up correctly by CDC-ACM.

The second ACM port is marked as having a vendor-specific protocol. This means
that the ACM driver will not claim the second channel by default.

This adds support for the second ACM channel for the following devices:
    Nokia E63
    Nokia E75
    Nokia 6760 Slide
    Nokia E52
    Nokia E55
    Nokia E72
    Nokia X6
    Nokia N97 Mini
    Nokia 5800 Xpressmusic
    Nokia E90
    Samsung GTi8510 (INNOV8)

Signed-off-by: Toby Gray <toby.gray@realvnc.com>
Cc: Oliver Neukum <oliver@neukum.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/cdc-acm.c