cdc_ether: add usb id for Ericsson F3507g
authorBjørn Mork <bjorn@mork.no>
Wed, 25 Feb 2009 04:33:58 +0000 (04:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Mar 2009 04:44:21 +0000 (20:44 -0800)
commitcac477e8f1038c41b6f29d3161ce351462ef3df7
tree48d406b610f6bccc024c3fab9a4b505f912e8b43
parent6709fe9a27e43a4931938fe0d7f2cc5edef31386
cdc_ether: add usb id for Ericsson F3507g

The Ericsson F3507g wireless broadband module provides a CDC Ethernet
compliant interface, but identifies it as a "Mobile Direct Line" CDC
subclass, thereby preventing the CDC Ethernet class driver from picking
it up.  This patch adds the device id to cdc_ether.c as a workaround.

Ericsson has provided a "class" driver for this device:
http://kerneltrap.org/mailarchive/linux-net/2008/10/28/3832094
But closer inspection of that driver reveals that it adds little more
than duplication of code from cdc_ether.c.  See also
http://marc.info/?l=linux-usb&m=123334979706403&w=2

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/cdc_ether.c