diff --git a/drivers/isdn/hardware/mISDN/hfcsusb.h b/drivers/isdn/hardware/mISDN/hfcsusb.h index 4157311d569d..a2623a9abd8d 100644 --- a/drivers/isdn/hardware/mISDN/hfcsusb.h +++ b/drivers/isdn/hardware/mISDN/hfcsusb.h @@ -411,6 +411,12 @@ static struct usb_device_id hfcsusb_idtab[] = { "ZyXEL OMNI.NET USB II"}), }, { + USB_DEVICE(0x0df6, 0x3068), + .driver_info = (unsigned long) &((struct hfcsusb_vdata) + {LED_SCHEME1, {0x88, -64, -32, -16}, + "Sitecom Europe B.V. DC-104v2 ISDN Adapter"}), + }, + { USB_DEVICE(0x1ae7, 0x0525), .driver_info = (unsigned long) &((struct hfcsusb_vdata) {LED_SCHEME1, {0x88, -64, -32, -16}, diff --git a/drivers/isdn/hisax/hfc_usb.c b/drivers/isdn/hisax/hfc_usb.c index 6dbd1f1da14f..e22bf51f50e8 100644 --- a/drivers/isdn/hisax/hfc_usb.c +++ b/drivers/isdn/hisax/hfc_usb.c @@ -132,6 +132,12 @@ static struct usb_device_id hfcusb_idtab[] = { {LED_SCHEME1, {0x02, 0, 0x01, 0x04}, "Eicon DIVA USB 4.0"}), }, + { + USB_DEVICE(0x0df6, 0x3068), + .driver_info = (unsigned long) &((hfcsusb_vdata) + {LED_SCHEME1, {0x80, -64, -32, -16}, + "Sitecom Europe B.V. DC-104v2 ISDN Adapter"}), + }, { } };