* [PATCH] mISDN: Add X-Tensions USB ISDN TA XC-525
@ 2012-05-22 7:14 Karsten Keil
2012-05-22 19:19 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Karsten Keil @ 2012-05-22 7:14 UTC (permalink / raw)
To: David Miller; +Cc: netdev
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: 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 cb1231b..4157311 100644
--- a/drivers/isdn/hardware/mISDN/hfcsusb.h
+++ b/drivers/isdn/hardware/mISDN/hfcsusb.h
@@ -410,6 +410,12 @@ static struct usb_device_id hfcsusb_idtab[] = {
{LED_SCHEME1, {0x88, -64, -32, -16},
"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"}),
+ },
{ }
};
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mISDN: Add X-Tensions USB ISDN TA XC-525
2012-05-22 7:14 [PATCH] mISDN: Add X-Tensions USB ISDN TA XC-525 Karsten Keil
@ 2012-05-22 19:19 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-05-22 19:19 UTC (permalink / raw)
To: keil; +Cc: netdev
From: Karsten Keil <keil@b1-systems.de>
Date: Tue, 22 May 2012 09:14:14 +0200
> 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: Karsten Keil <keil@b1-systems.de>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-22 19:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 7:14 [PATCH] mISDN: Add X-Tensions USB ISDN TA XC-525 Karsten Keil
2012-05-22 19:19 ` David Miller
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).