projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bee9e58
)
mISDN: Add X-Tensions USB ISDN TA XC-525
author
Karsten Keil
<keil@b1-systems.de>
Mon, 21 May 2012 21:14:14 +0000
(21:14 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/isdn/hardware/mISDN/hfcsusb.h
b/drivers/isdn/hardware/mISDN/hfcsusb.h
index
cb1231b
..
4157311
100644
(file)
--- 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"}),
+ },
{ }
};