|
@@ -835,11 +835,7 @@ static int rsi_resume(struct usb_interface *intf)
|
|
|
#endif
|
|
|
|
|
|
static const struct usb_device_id rsi_dev_table[] = {
|
|
|
- { USB_DEVICE(0x0303, 0x0100) },
|
|
|
- { USB_DEVICE(0x041B, 0x0301) },
|
|
|
- { USB_DEVICE(0x041B, 0x0201) },
|
|
|
- { USB_DEVICE(0x041B, 0x9330) },
|
|
|
- { USB_DEVICE(0x1618, 0x9113) },
|
|
|
+ { USB_DEVICE(RSI_USB_VID_9113, RSI_USB_PID_9113) },
|
|
|
{ /* Blank */},
|
|
|
};
|
|
|
|