|
@@ -28,6 +28,8 @@
|
|
static char *lbs_fw_name = "usb8388.bin";
|
|
static char *lbs_fw_name = "usb8388.bin";
|
|
module_param_named(fw_name, lbs_fw_name, charp, 0644);
|
|
module_param_named(fw_name, lbs_fw_name, charp, 0644);
|
|
|
|
|
|
|
|
+MODULE_FIRMWARE("usb8388.bin");
|
|
|
|
+
|
|
static struct usb_device_id if_usb_table[] = {
|
|
static struct usb_device_id if_usb_table[] = {
|
|
/* Enter the device signature inside */
|
|
/* Enter the device signature inside */
|
|
{ USB_DEVICE(0x1286, 0x2001) },
|
|
{ USB_DEVICE(0x1286, 0x2001) },
|