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

Commit 0be18a8e authored by Jerome Meinke's avatar Jerome Meinke Committed by Matthew Garrett
Browse files

amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310.



This change extends the amilo_rfkill_id_table[] with the DMI_BOARD_NAME information of the Amilo L1310, so that the wifi device can be switched on.

Signed-off-by: default avatarJerome Meinke <meinkej@informatik.uni-freiburg.de>
Signed-off-by: default avatarMatthew Garrett <matthew.garrett@nebula.com>
parent 0a018a68
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -82,6 +82,13 @@ static const struct dmi_system_id amilo_rfkill_id_table[] = {
		},
		.driver_data = (void *)&amilo_a1655_rfkill_ops
	},
	{
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
			DMI_MATCH(DMI_BOARD_NAME, "AMILO L1310"),
		},
		.driver_data = (void *)&amilo_a1655_rfkill_ops
	},
	{
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),