Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44960af1 authored by Duncan Sands's avatar Duncan Sands Committed by Greg Kroah-Hartman
Browse files

cxacru: add the ZTE ZXDSL 852

parent 6a4f1b41
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -793,6 +793,9 @@ static const struct usb_device_id cxacru_usb_ids[] = {
	{ /* V = Conexant			P = ADSL modem				*/
	{ /* V = Conexant			P = ADSL modem				*/
		USB_DEVICE(0x0572, 0xcb06),	.driver_info = (unsigned long) &cxacru_cb00
		USB_DEVICE(0x0572, 0xcb06),	.driver_info = (unsigned long) &cxacru_cb00
	},
	},
	{ /* V = Conexant			P = ADSL modem (ZTE ZXDSL 852)		*/
		USB_DEVICE(0x0572, 0xcb07),	.driver_info = (unsigned long) &cxacru_cb00
	},
	{ /* V = Olitec				P = ADSL modem version 2		*/
	{ /* V = Olitec				P = ADSL modem version 2		*/
		USB_DEVICE(0x08e3, 0x0100),	.driver_info = (unsigned long) &cxacru_cafe
		USB_DEVICE(0x08e3, 0x0100),	.driver_info = (unsigned long) &cxacru_cafe
	},
	},