diff options
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/amilo-rfkill.c | 7 |
1 files changed, 7 insertions, 0 deletions
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 | |||
@@ -85,6 +85,13 @@ static const struct dmi_system_id amilo_rfkill_id_table[] = { | |||
85 | { | 85 | { |
86 | .matches = { | 86 | .matches = { |
87 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), | 87 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), |
88 | DMI_MATCH(DMI_BOARD_NAME, "AMILO L1310"), | ||
89 | }, | ||
90 | .driver_data = (void *)&amilo_a1655_rfkill_ops | ||
91 | }, | ||
92 | { | ||
93 | .matches = { | ||
94 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), | ||
88 | DMI_MATCH(DMI_BOARD_NAME, "AMILO M7440"), | 95 | DMI_MATCH(DMI_BOARD_NAME, "AMILO M7440"), |
89 | }, | 96 | }, |
90 | .driver_data = (void *)&amilo_m7440_rfkill_ops | 97 | .driver_data = (void *)&amilo_m7440_rfkill_ops |