From davej@redhat.com Mon Nov 28 10:50:35 2005 Date: Mon, 28 Nov 2005 13:44:52 -0500 From: Dave Jones Cc: gregkh@suse.de, petr.tuma@mff.cuni.cz Subject: Additional device ID for Conexant AccessRunner USB driver Message-ID: <20051128184452.GA25570@redhat.com> Content-Disposition: inline Reported as working in Fedora bugzilla by Petr. From: Petr Tuma Signed-off-by: Dave Jones Signed-off-by: Greg Kroah-Hartman --- drivers/usb/atm/cxacru.c | 3 +++ 1 file changed, 3 insertions(+) --- gregkh-2.6.orig/drivers/usb/atm/cxacru.c +++ gregkh-2.6/drivers/usb/atm/cxacru.c @@ -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 },