All of lore.kernel.org
 help / color / mirror / Atom feed
* Additional device ID for Conexant AccessRunner USB driver
@ 2005-11-28 18:44 Dave Jones
  0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2005-11-28 18:44 UTC (permalink / raw)
  To: linux-kernel; +Cc: gregkh, petr.tuma

Reported as working in Fedora bugzilla by Petr.

From: Petr Tuma <petr.tuma@mff.cuni.cz>
Signed-off-by: Dave Jones <davej@redhat.com>

--- 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
 	},

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-28 18:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-28 18:44 Additional device ID for Conexant AccessRunner USB driver Dave Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.