Commit 790e7560 authored by Ben Hutchings's avatar Ben Hutchings Committed by John W. Linville

libertas_tf_usb: declare MODULE_FIRMWARE

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent a974a4bb
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
static char *lbtf_fw_name = "lbtf_usb.bin"; static char *lbtf_fw_name = "lbtf_usb.bin";
module_param_named(fw_name, lbtf_fw_name, charp, 0644); module_param_named(fw_name, lbtf_fw_name, charp, 0644);
MODULE_FIRMWARE("lbtf_usb.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) },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment