X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH 1/1] amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310.
@ 2013-08-19 15:15 Jerome Meinke
  2013-09-03 12:08 ` Matthew Garrett
  0 siblings, 1 reply; 2+ messages in thread
From: Jerome Meinke @ 2013-08-19 15:15 UTC (permalink / raw)
  To: Matthew Garrett, platform-driver-x86; +Cc: linux-kernel, Jerome Meinke

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>
---
 drivers/platform/x86/amilo-rfkill.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/platform/x86/amilo-rfkill.c b/drivers/platform/x86/amilo-rfkill.c
index 6296f07..da36b5e 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[] = {
 	{
 		.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"),
 			DMI_MATCH(DMI_BOARD_NAME, "AMILO M7440"),
 		},
 		.driver_data = (void *)&amilo_m7440_rfkill_ops
-- 
1.8.3.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310.
  2013-08-19 15:15 [PATCH 1/1] amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310 Jerome Meinke
@ 2013-09-03 12:08 ` Matthew Garrett
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Garrett @ 2013-09-03 12:08 UTC (permalink / raw)
  To: Jerome Meinke
  Cc: platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jerome Meinke

On Mon, 2013-08-19 at 17:15 +0200, Jerome Meinke wrote:
> 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.

Applied, thanks.

-- 
Matthew Garrett <matthew.garrett@nebula.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-03 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 15:15 [PATCH 1/1] amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310 Jerome Meinke
2013-09-03 12:08 ` Matthew Garrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox