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>
Fri, 27 Feb 2009 22:40:50 +0000 (14:40 -0800)
commit155df65ae11dfc322214c6f887185929c809df1b
treee37887c1c78f815ac514b4e6bbededfa5ef630ca
parent28fb66821f884870987a0b5ab064ef651d9f7c16
USB: cdc-acm: add usb id for motomagx phones

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>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/cdc-acm.c