Additional device ID for Conexant AccessRunner USB driver

From: Dave Jones
Date: Mon Nov 28 2005 - 13:44:35 EST


Reported as working in Fedora bugzilla by Petr.

From: Petr Tuma <petr.tuma@xxxxxxxxxxx>
Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

--- linux-2.6.14/drivers/usb/atm/cxacru.c~ 2005-11-28 13:41:15.000000000 -0500
+++ linux-2.6.14/drivers/usb/atm/cxacru.c 2005-11-28 13:41:49.000000000 -0500
@@ -787,6 +787,9 @@ static const struct usb_device_id cxacru
{ /* V = Conexant P = ADSL modem (Hasbani project) */
USB_DEVICE(0x0572, 0xcb00), .driver_info = (unsigned long) &cxacru_cb00
},
+ { /* V = Conexant P = ADSL modem (Well PTI-800 */
+ USB_DEVICE(0x0572, 0xcb02), .driver_info = (unsigned long) &cxacru_cb00
+ },
{ /* V = Conexant P = ADSL modem */
USB_DEVICE(0x0572, 0xcb01), .driver_info = (unsigned long) &cxacru_cb00
},
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/