diff options
Diffstat (limited to 'drivers/isdn')
-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[] = { | |||
410 | {LED_SCHEME1, {0x88, -64, -32, -16}, | 410 | {LED_SCHEME1, {0x88, -64, -32, -16}, |
411 | "ZyXEL OMNI.NET USB II"}), | 411 | "ZyXEL OMNI.NET USB II"}), |
412 | }, | 412 | }, |
413 | { | ||
414 | USB_DEVICE(0x1ae7, 0x0525), | ||
415 | .driver_info = (unsigned long) &((struct hfcsusb_vdata) | ||
416 | {LED_SCHEME1, {0x88, -64, -32, -16}, | ||
417 | "X-Tensions USB ISDN TA XC-525"}), | ||
418 | }, | ||
413 | { } | 419 | { } |
414 | }; | 420 | }; |
415 | 421 | ||