|
@@ -31,13 +31,13 @@ static const struct usb_device_id id_table[] = {
|
|
|
};
|
|
|
|
|
|
static const struct usb_device_id dbc_id_table[] = {
|
|
|
- { USB_DEVICE(0x1d6b, 0x0004) },
|
|
|
+ { USB_DEVICE(0x1d6b, 0x0011) },
|
|
|
{ },
|
|
|
};
|
|
|
|
|
|
static const struct usb_device_id id_table_combined[] = {
|
|
|
{ USB_DEVICE(0x0525, 0x127a) },
|
|
|
- { USB_DEVICE(0x1d6b, 0x0004) },
|
|
|
+ { USB_DEVICE(0x1d6b, 0x0011) },
|
|
|
{ },
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(usb, id_table_combined);
|