[PATCH] acer-wmi: support Acer Aspire One D257 / Bluetooth and Fn+WiFi key

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hallo, I have netbook Acer Aspire One D257.
With included patch is working correctly.

Miloš Šifalda


--- linux-3.2-rc4-orig/drivers/platform/x86/acer-wmi.c 2011-12-05 08:36:54.785008655 +0100 +++ linux-3.2-rc4/drivers/platform/x86/acer-wmi.c 2011-12-05 09:37:20.993377824 +0100
@@ -333,6 +333,15 @@
 static struct dmi_system_id acer_quirks[] = {
     {
         .callback = dmi_matched,
+        .ident = "Acer Aspire D257",
+        .matches = {
+            DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+            DMI_MATCH(DMI_PRODUCT_NAME, "Aspire D257"),
+        },
+        .driver_data = &quirk_acer_aspire_1520,
+    },
+    {
+        .callback = dmi_matched,
         .ident = "Acer Aspire 1360",
         .matches = {
             DMI_MATCH(DMI_SYS_VENDOR, "Acer"),

--- linux-3.2-rc4-orig/drivers/platform/x86/acer-wmi.c	2011-12-05 08:36:54.785008655 +0100
+++ linux-3.2-rc4/drivers/platform/x86/acer-wmi.c	2011-12-05 09:37:20.993377824 +0100
@@ -333,6 +333,15 @@
 static struct dmi_system_id acer_quirks[] = {
 	{
 		.callback = dmi_matched,
+		.ident = "Acer Aspire D257",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire D257"),
+		},
+		.driver_data = &quirk_acer_aspire_1520,
+	},
+	{
+		.callback = dmi_matched,
 		.ident = "Acer Aspire 1360",
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),

[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux