mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
libertas_tf_usb: declare MODULE_FIRMWARE
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
a974a4bbcb
commit
790e7560c0
@ -23,6 +23,8 @@
|
||||
static char *lbtf_fw_name = "lbtf_usb.bin";
|
||||
module_param_named(fw_name, lbtf_fw_name, charp, 0644);
|
||||
|
||||
MODULE_FIRMWARE("lbtf_usb.bin");
|
||||
|
||||
static struct usb_device_id if_usb_table[] = {
|
||||
/* Enter the device signature inside */
|
||||
{ USB_DEVICE(0x1286, 0x2001) },
|
||||
|
Loading…
Reference in New Issue
Block a user