the attached patch adds another USB device ID to the list. Seems the
device is known under multiple IDs.
Signed-off-by: Thomas Winischhofer <thomas@winischhofer.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
static struct usb_device_id sisusb_table [] = {
{ USB_DEVICE(0x0711, 0x0900) },
+ { USB_DEVICE(0x182d, 0x021c) },
{ }
};
.name = "sisusb",
.probe = sisusb_probe,
.disconnect = sisusb_disconnect,
- .id_table = sisusb_table
+ .id_table = sisusb_table,
};
static int __init usb_sisusb_init(void)