Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d929a71 authored by Ben Hutchings's avatar Ben Hutchings Committed by Greg Kroah-Hartman
Browse files

staging: declare MODULE_FIRMWARE in various drivers

parent 32dbb671
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -954,6 +954,8 @@ static int jr3_pci_attach(struct comedi_device *dev,
	return result;
}

MODULE_FIRMWARE("comedi/jr3pci.idm");

static int jr3_pci_detach(struct comedi_device *dev)
{
	int i;
+2 −0
Original line number Diff line number Diff line
@@ -128,6 +128,8 @@ static int go7007_load_encoder(struct go7007 *go)
	return rv;
}

MODULE_FIRMWARE("go7007fw.bin");

/*
 * Boot the encoder and register the I2C adapter if requested.  Do the
 * minimum initialization necessary, since the board-specific code may
+2 −0
Original line number Diff line number Diff line
@@ -444,6 +444,8 @@ static struct go7007_usb_board board_sensoray_2250 = {
	},
};

MODULE_FIRMWARE("go7007tv.bin");

static const struct usb_device_id go7007_usb_id_table[] = {
	{
		.match_flags	= USB_DEVICE_ID_MATCH_DEVICE_AND_VERSION |
+1 −0
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ static struct go7007_board_info board_voyager = {
		},
	},
};
MODULE_FIRMWARE("go7007tv.bin");

/********************* Driver for GPIO HPI interface *********************/

+4 −0
Original line number Diff line number Diff line
@@ -365,3 +365,7 @@ bool init_firmware(struct net_device *dev)
	rt_status = false;
	return rt_status;
}

MODULE_FIRMWARE("RTL8192E/boot.img");
MODULE_FIRMWARE("RTL8192E/main.img");
MODULE_FIRMWARE("RTL8192E/data.img");
Loading