USB: cdc-acm: add usb id for motomagx phones
authorDmitriy Taychenachev <dimichxp@gmail.com>
Wed, 25 Feb 2009 04:36:51 +0000 (12:36 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Mar 2009 00:52:47 +0000 (17:52 -0700)
commitb61e99b179056c29db2c29c353b8243e4943b296
treec7c71e60bf2e235296cba5f62816c1d3326c404b
parent067d0083685ed743f17049fa74b80b7fd20e290c
USB: cdc-acm: add usb id for motomagx phones

commit 155df65ae11dfc322214c6f887185929c809df1b upstream.

The Motorola MOTOMAGX phones (Z6, E8, Zn5 so far) are providing
combined ACM/BLAN USB configuration. Since it has Vendor Specific
class, the corresponding drivers (cdc-acm, zaurus) can't find it just
by interface info. This patch adds usb id so the cdc-acm driver can
properly handle this combined device.

Signed-off-by: Dmitriy Taychenachev <dimichxp@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/cdc-acm.c