diff options
author | Karsten Keil <keil@b1-systems.de> | 2012-05-22 01:14:14 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-22 23:19:01 +0400 |
commit | 2cfb311f9943551915c13a71ec480b33028d33c1 (patch) | |
tree | 1ab4c6ccf6b99ec03c33512924041b49fc207854 /drivers/isdn/hardware | |
parent | bee9e58c9e98972ac48e9748e7b89bb25dc98051 (diff) | |
download | linux-2cfb311f9943551915c13a71ec480b33028d33c1.tar.xz |
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: Karsten Keil <keil@b1-systems.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/hardware')
-rw-r--r-- | 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 cb1231b08f78..4157311d569d 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"}), + }, { } }; |