netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 27/28] mISDN: Add X-Tensions USB ISDN TA XC-525
@ 2012-04-21 16:19 Karsten Keil
  0 siblings, 0 replies; only message in thread
From: Karsten Keil @ 2012-04-21 16:19 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, isdn4linux

>From  http://www.ip-phone-forum.de/showthread.php?t=225313
Thanks to Lars Immisch for pointing to this.

Signed-off-by: Karsten Keil <keil@b1-systems.de>
---
 drivers/isdn/hardware/mISDN/hfcsusb.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/drivers/isdn/hardware/mISDN/hfcsusb.h b/drivers/isdn/hardware/mISDN/hfcsusb.h
index 7d48b86..56e9755 100644
--- a/drivers/isdn/hardware/mISDN/hfcsusb.h
+++ b/drivers/isdn/hardware/mISDN/hfcsusb.h
@@ -341,6 +341,12 @@ static const char *HFC_NT_LAYER1_STATES[HFC_MAX_NT_LAYER1_STATE + 1] = {
 /* supported devices */
 static struct usb_device_id hfcsusb_idtab[] = {
 	{
+		USB_DEVICE(0x1ae7, 0x0525),
+		.driver_info = (unsigned long) &((struct hfcsusb_vdata)
+			       {LED_SCHEME1, {0x88, -64, -32, -16},
+			       "X-Tensions USB ISDN TA XC-525"}),
+	},
+	{
 		USB_DEVICE(0x0959, 0x2bd0),
 		.driver_info = (unsigned long) &((struct hfcsusb_vdata)
 			{LED_OFF, {4, 0, 2, 1},
-- 
1.7.3.4

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

only message in thread, other threads:[~2012-04-23 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-21 16:19 [PATCH 27/28] mISDN: Add X-Tensions USB ISDN TA XC-525 Karsten Keil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).