]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mISDN: Add X-Tensions USB ISDN TA XC-525
authorKarsten Keil <keil@b1-systems.de>
Mon, 21 May 2012 21:14:14 +0000 (21:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 May 2012 19:19:01 +0000 (15:19 -0400)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hardware/mISDN/hfcsusb.h

index cb1231b08f78b52e416a6cd189c356a8759001a5..4157311d569d01e0509898db2b0f02165b76c892 100644 (file)
@@ -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"}),
+       },
        { }
 };