aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/platform/x86/acer-wmi.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index b06678660956..2badee2fdeed 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -50,17 +50,6 @@ MODULE_LICENSE("GPL");
50#define ACER_INFO KERN_INFO ACER_LOGPREFIX 50#define ACER_INFO KERN_INFO ACER_LOGPREFIX
51 51
52/* 52/*
53 * The following defines quirks to get some specific functions to work
54 * which are known to not be supported over ACPI-WMI (such as the mail LED
55 * on WMID based Acer's)
56 */
57struct acer_quirks {
58 const char *vendor;
59 const char *model;
60 u16 quirks;
61};
62
63/*
64 * Magic Number 53 * Magic Number
65 * Meaning is unknown - this number is required for writing to ACPI for AMW0 54 * Meaning is unknown - this number is required for writing to ACPI for AMW0
66 * (it's also used in acerhk when directly accessing the BIOS) 55 * (it's also used in acerhk when directly accessing the BIOS)