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

Commit 2cfb311f authored by Karsten Keil's avatar Karsten Keil Committed by David S. Miller
Browse files

mISDN: Add X-Tensions USB ISDN TA XC-525

According to http://www.ip-phone-forum.de/showthread.php?t=225313

 this
HW works. Thanks to Lars Immisch for pointing to this thread.

Signed-off-by: default avatarKarsten Keil <keil@b1-systems.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bee9e58c
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -410,6 +410,12 @@ static struct usb_device_id hfcsusb_idtab[] = {
			{LED_SCHEME1, {0x88, -64, -32, -16},
			{LED_SCHEME1, {0x88, -64, -32, -16},
					"ZyXEL OMNI.NET USB II"}),
					"ZyXEL OMNI.NET USB II"}),
	},
	},
	{
		USB_DEVICE(0x1ae7, 0x0525),
		.driver_info = (unsigned long) &((struct hfcsusb_vdata)
			{LED_SCHEME1, {0x88, -64, -32, -16},
					"X-Tensions USB ISDN TA XC-525"}),
	},
	{ }
	{ }
};
};