From: Jerome Meinke Date: Mon, 19 Aug 2013 15:15:45 +0000 (+0200) Subject: amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0be18a8e1133fc2cf668c90360fcd1a767f64faa;p=linux-beck.git 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: Jerome Meinke Signed-off-by: Matthew Garrett --- diff --git a/drivers/platform/x86/amilo-rfkill.c b/drivers/platform/x86/amilo-rfkill.c index 6296f078b7bc..da36b5e824d4 100644 --- a/drivers/platform/x86/amilo-rfkill.c +++ b/drivers/platform/x86/amilo-rfkill.c @@ -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"),