Skip to content

Commit

Permalink
amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310.
Browse files Browse the repository at this point in the history
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 <meinkej@informatik.uni-freiburg.de>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
  • Loading branch information
Jerome Meinke authored and Matthew Garrett committed Sep 5, 2013
1 parent 0a018a6 commit 0be18a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/platform/x86/amilo-rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 0be18a8

Please sign in to comment.