blob: b253e219297e924ab63de51ebbd29ea6759aede3 [file] [log] [blame]
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001/*
2 * Acer WMI Laptop Extras
3 *
Carlos Corbacho4f0175d2009-04-04 09:33:39 +01004 * Copyright (C) 2007-2009 Carlos Corbacho <carlos@strangeworlds.co.uk>
Carlos Corbacho745a5d22008-02-05 02:17:10 +00005 *
6 * Based on acer_acpi:
7 * Copyright (C) 2005-2007 E.M. Smith
8 * Copyright (C) 2007-2008 Carlos Corbacho <cathectic@gmail.com>
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */
24
Lee, Chun-Yicae15702011-03-16 18:52:36 +080025#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
26
Carlos Corbacho745a5d22008-02-05 02:17:10 +000027#include <linux/kernel.h>
28#include <linux/module.h>
29#include <linux/init.h>
30#include <linux/types.h>
31#include <linux/dmi.h>
Carlos Corbachof2b585b2008-06-21 09:09:27 +010032#include <linux/fb.h>
Carlos Corbacho745a5d22008-02-05 02:17:10 +000033#include <linux/backlight.h>
34#include <linux/leds.h>
35#include <linux/platform_device.h>
36#include <linux/acpi.h>
37#include <linux/i8042.h>
Carlos Corbacho0606e1a2008-10-08 21:40:21 +010038#include <linux/rfkill.h>
39#include <linux/workqueue.h>
Carlos Corbacho81143522008-06-21 09:09:53 +010040#include <linux/debugfs.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090041#include <linux/slab.h>
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +080042#include <linux/input.h>
43#include <linux/input/sparse-keymap.h>
Carlos Corbacho745a5d22008-02-05 02:17:10 +000044
45#include <acpi/acpi_drivers.h>
46
47MODULE_AUTHOR("Carlos Corbacho");
48MODULE_DESCRIPTION("Acer Laptop WMI Extras Driver");
49MODULE_LICENSE("GPL");
50
Carlos Corbacho745a5d22008-02-05 02:17:10 +000051/*
Carlos Corbacho745a5d22008-02-05 02:17:10 +000052 * Magic Number
53 * Meaning is unknown - this number is required for writing to ACPI for AMW0
54 * (it's also used in acerhk when directly accessing the BIOS)
55 */
56#define ACER_AMW0_WRITE 0x9610
57
58/*
59 * Bit masks for the AMW0 interface
60 */
61#define ACER_AMW0_WIRELESS_MASK 0x35
62#define ACER_AMW0_BLUETOOTH_MASK 0x34
63#define ACER_AMW0_MAILLED_MASK 0x31
64
65/*
66 * Method IDs for WMID interface
67 */
68#define ACER_WMID_GET_WIRELESS_METHODID 1
69#define ACER_WMID_GET_BLUETOOTH_METHODID 2
70#define ACER_WMID_GET_BRIGHTNESS_METHODID 3
71#define ACER_WMID_SET_WIRELESS_METHODID 4
72#define ACER_WMID_SET_BLUETOOTH_METHODID 5
73#define ACER_WMID_SET_BRIGHTNESS_METHODID 6
74#define ACER_WMID_GET_THREEG_METHODID 10
75#define ACER_WMID_SET_THREEG_METHODID 11
76
77/*
78 * Acer ACPI method GUIDs
79 */
80#define AMW0_GUID1 "67C3371D-95A3-4C37-BB61-DD47B491DAAB"
Carlos Corbacho5753dd52008-06-21 09:09:48 +010081#define AMW0_GUID2 "431F16ED-0C2B-444C-B267-27DEB140CF9C"
Matthew Garrettbbb70602011-02-09 16:39:40 -050082#define WMID_GUID1 "6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3"
Pali Rohár298f19b2011-03-11 12:36:43 -050083#define WMID_GUID2 "95764E09-FB56-4E83-B31A-37761F60994A"
Lee, Chun-Yib3c90922010-12-07 10:29:22 +080084#define WMID_GUID3 "61EF69EA-865C-4BC3-A502-A0DEBA0CB531"
Carlos Corbacho745a5d22008-02-05 02:17:10 +000085
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +080086/*
87 * Acer ACPI event GUIDs
88 */
89#define ACERWMID_EVENT_GUID "676AA15E-6A47-4D9F-A2CC-1E6D18D14026"
90
Carlos Corbacho745a5d22008-02-05 02:17:10 +000091MODULE_ALIAS("wmi:67C3371D-95A3-4C37-BB61-DD47B491DAAB");
Lee, Chun-Yi08a07992011-04-06 17:40:06 +080092MODULE_ALIAS("wmi:6AF4F258-B401-42FD-BE91-3D4AC2D7C0D3");
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +080093MODULE_ALIAS("wmi:676AA15E-6A47-4D9F-A2CC-1E6D18D14026");
94
95enum acer_wmi_event_ids {
96 WMID_HOTKEY_EVENT = 0x1,
97};
98
99static const struct key_entry acer_wmi_keymap[] = {
100 {KE_KEY, 0x01, {KEY_WLAN} }, /* WiFi */
Melchior FRANZ8ae68de2011-05-24 10:35:55 +0200101 {KE_KEY, 0x03, {KEY_WLAN} }, /* WiFi */
Seth Forshee1a04d8f2011-06-21 12:00:32 -0500102 {KE_KEY, 0x04, {KEY_WLAN} }, /* WiFi */
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +0800103 {KE_KEY, 0x12, {KEY_BLUETOOTH} }, /* BT */
104 {KE_KEY, 0x21, {KEY_PROG1} }, /* Backup */
105 {KE_KEY, 0x22, {KEY_PROG2} }, /* Arcade */
106 {KE_KEY, 0x23, {KEY_PROG3} }, /* P_Key */
107 {KE_KEY, 0x24, {KEY_PROG4} }, /* Social networking_Key */
Merlin Schumacher67e1d342012-01-24 04:35:35 +0800108 {KE_KEY, 0x29, {KEY_PROG3} }, /* P_Key for TM8372 */
Melchior FRANZ8ae68de2011-05-24 10:35:55 +0200109 {KE_IGNORE, 0x41, {KEY_MUTE} },
110 {KE_IGNORE, 0x42, {KEY_PREVIOUSSONG} },
Sergey Senozhatskyca1469f2012-03-12 13:07:13 +0300111 {KE_IGNORE, 0x4d, {KEY_PREVIOUSSONG} },
Melchior FRANZ8ae68de2011-05-24 10:35:55 +0200112 {KE_IGNORE, 0x43, {KEY_NEXTSONG} },
Sergey Senozhatskyca1469f2012-03-12 13:07:13 +0300113 {KE_IGNORE, 0x4e, {KEY_NEXTSONG} },
Melchior FRANZ8ae68de2011-05-24 10:35:55 +0200114 {KE_IGNORE, 0x44, {KEY_PLAYPAUSE} },
Sergey Senozhatskyca1469f2012-03-12 13:07:13 +0300115 {KE_IGNORE, 0x4f, {KEY_PLAYPAUSE} },
Melchior FRANZ8ae68de2011-05-24 10:35:55 +0200116 {KE_IGNORE, 0x45, {KEY_STOP} },
Sergey Senozhatskyca1469f2012-03-12 13:07:13 +0300117 {KE_IGNORE, 0x50, {KEY_STOP} },
Melchior FRANZ8ae68de2011-05-24 10:35:55 +0200118 {KE_IGNORE, 0x48, {KEY_VOLUMEUP} },
119 {KE_IGNORE, 0x49, {KEY_VOLUMEDOWN} },
Sergey Senozhatskyca1469f2012-03-12 13:07:13 +0300120 {KE_IGNORE, 0x4a, {KEY_VOLUMEDOWN} },
Melchior FRANZ8ae68de2011-05-24 10:35:55 +0200121 {KE_IGNORE, 0x61, {KEY_SWITCHVIDEOMODE} },
122 {KE_IGNORE, 0x62, {KEY_BRIGHTNESSUP} },
123 {KE_IGNORE, 0x63, {KEY_BRIGHTNESSDOWN} },
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +0800124 {KE_KEY, 0x64, {KEY_SWITCHVIDEOMODE} }, /* Display Switch */
Melchior FRANZ8ae68de2011-05-24 10:35:55 +0200125 {KE_IGNORE, 0x81, {KEY_SLEEP} },
Lee, Chun-Yi89411782011-03-02 01:07:11 +0800126 {KE_KEY, 0x82, {KEY_TOUCHPAD_TOGGLE} }, /* Touch Pad On/Off */
Melchior FRANZ8ae68de2011-05-24 10:35:55 +0200127 {KE_IGNORE, 0x83, {KEY_TOUCHPAD_TOGGLE} },
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +0800128 {KE_END, 0}
129};
130
131static struct input_dev *acer_wmi_input_dev;
132
133struct event_return_value {
134 u8 function;
135 u8 key_num;
136 u16 device_state;
137 u32 reserved;
138} __attribute__((packed));
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000139
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000140/*
Lee, Chun-Yib3c90922010-12-07 10:29:22 +0800141 * GUID3 Get Device Status device flags
142 */
Lee, Chun-Yi6c3df882010-12-07 10:29:23 +0800143#define ACER_WMID3_GDS_WIRELESS (1<<0) /* WiFi */
Lee, Chun-Yib3c90922010-12-07 10:29:22 +0800144#define ACER_WMID3_GDS_THREEG (1<<6) /* 3G */
Lee, Chun-Yi6d88ff02011-05-22 07:33:54 +0800145#define ACER_WMID3_GDS_WIMAX (1<<7) /* WiMAX */
Lee, Chun-Yi6c3df882010-12-07 10:29:23 +0800146#define ACER_WMID3_GDS_BLUETOOTH (1<<11) /* BT */
Lee, Chun-Yib3c90922010-12-07 10:29:22 +0800147
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -0500148struct lm_input_params {
149 u8 function_num; /* Function Number */
150 u16 commun_devices; /* Communication type devices default status */
151 u16 devices; /* Other type devices default status */
152 u8 lm_status; /* Launch Manager Status */
153 u16 reserved;
154} __attribute__((packed));
155
156struct lm_return_value {
157 u8 error_code; /* Error Code */
158 u8 ec_return_value; /* EC Return Value */
159 u16 reserved;
160} __attribute__((packed));
161
Lee, Chun-Yi996d23b2012-03-19 17:37:33 +0800162struct wmid3_gds_set_input_param { /* Set Device Status input parameter */
163 u8 function_num; /* Function Number */
164 u8 hotkey_number; /* Hotkey Number */
165 u16 devices; /* Set Device */
166 u8 volume_value; /* Volume Value */
167} __attribute__((packed));
168
169struct wmid3_gds_get_input_param { /* Get Device Status input parameter */
Lee, Chun-Yib3c90922010-12-07 10:29:22 +0800170 u8 function_num; /* Function Number */
171 u8 hotkey_number; /* Hotkey Number */
172 u16 devices; /* Get Device */
173} __attribute__((packed));
174
175struct wmid3_gds_return_value { /* Get Device Status return value*/
176 u8 error_code; /* Error Code */
177 u8 ec_return_value; /* EC Return Value */
178 u16 devices; /* Current Device Status */
179 u32 reserved;
180} __attribute__((packed));
181
Lee, Chun-Yi6c3df882010-12-07 10:29:23 +0800182struct hotkey_function_type_aa {
183 u8 type;
184 u8 length;
185 u16 handle;
186 u16 commun_func_bitmap;
Lee, Chun-Yi34b6cfa2012-03-19 17:37:32 +0800187 u16 application_func_bitmap;
188 u16 media_func_bitmap;
189 u16 display_func_bitmap;
190 u16 others_func_bitmap;
191 u8 commun_fn_key_number;
Lee, Chun-Yi6c3df882010-12-07 10:29:23 +0800192} __attribute__((packed));
193
Lee, Chun-Yib3c90922010-12-07 10:29:22 +0800194/*
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000195 * Interface capability flags
196 */
197#define ACER_CAP_MAILLED (1<<0)
198#define ACER_CAP_WIRELESS (1<<1)
199#define ACER_CAP_BLUETOOTH (1<<2)
200#define ACER_CAP_BRIGHTNESS (1<<3)
201#define ACER_CAP_THREEG (1<<4)
202#define ACER_CAP_ANY (0xFFFFFFFF)
203
204/*
205 * Interface type flags
206 */
207enum interface_flags {
208 ACER_AMW0,
209 ACER_AMW0_V2,
210 ACER_WMID,
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +0800211 ACER_WMID_v2,
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000212};
213
214#define ACER_DEFAULT_WIRELESS 0
215#define ACER_DEFAULT_BLUETOOTH 0
216#define ACER_DEFAULT_MAILLED 0
217#define ACER_DEFAULT_THREEG 0
218
219static int max_brightness = 0xF;
220
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000221static int mailled = -1;
222static int brightness = -1;
223static int threeg = -1;
224static int force_series;
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -0500225static bool ec_raw_mode;
Lee, Chun-Yi6c3df882010-12-07 10:29:23 +0800226static bool has_type_aa;
Lee, Chun-Yi1d1fc8a2011-10-06 19:06:13 +0800227static u16 commun_func_bitmap;
Lee, Chun-Yi34b6cfa2012-03-19 17:37:32 +0800228static u8 commun_fn_key_number;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000229
230module_param(mailled, int, 0444);
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000231module_param(brightness, int, 0444);
232module_param(threeg, int, 0444);
233module_param(force_series, int, 0444);
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -0500234module_param(ec_raw_mode, bool, 0444);
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000235MODULE_PARM_DESC(mailled, "Set initial state of Mail LED");
236MODULE_PARM_DESC(brightness, "Set initial LCD backlight brightness");
237MODULE_PARM_DESC(threeg, "Set initial state of 3G hardware");
238MODULE_PARM_DESC(force_series, "Force a different laptop series");
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -0500239MODULE_PARM_DESC(ec_raw_mode, "Enable EC raw mode");
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000240
241struct acer_data {
242 int mailled;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000243 int threeg;
244 int brightness;
245};
246
Carlos Corbacho81143522008-06-21 09:09:53 +0100247struct acer_debug {
248 struct dentry *root;
249 struct dentry *devices;
250 u32 wmid_devices;
251};
252
Carlos Corbacho0606e1a2008-10-08 21:40:21 +0100253static struct rfkill *wireless_rfkill;
254static struct rfkill *bluetooth_rfkill;
Lee, Chun-Yib3c90922010-12-07 10:29:22 +0800255static struct rfkill *threeg_rfkill;
Lee, Chun-Yi8215af02011-03-28 16:52:02 +0800256static bool rfkill_inited;
Carlos Corbacho0606e1a2008-10-08 21:40:21 +0100257
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000258/* Each low-level interface must define at least some of the following */
259struct wmi_interface {
260 /* The WMI device type */
261 u32 type;
262
263 /* The capabilities this interface provides */
264 u32 capability;
265
266 /* Private data for the current interface */
267 struct acer_data data;
Carlos Corbacho81143522008-06-21 09:09:53 +0100268
269 /* debugfs entries associated with this interface */
270 struct acer_debug debug;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000271};
272
273/* The static interface pointer, points to the currently detected interface */
274static struct wmi_interface *interface;
275
276/*
277 * Embedded Controller quirks
278 * Some laptops require us to directly access the EC to either enable or query
279 * features that are not available through WMI.
280 */
281
282struct quirk_entry {
283 u8 wireless;
284 u8 mailled;
Carlos Corbacho9991d9f2008-06-21 09:09:22 +0100285 s8 brightness;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000286 u8 bluetooth;
287};
288
289static struct quirk_entry *quirks;
290
291static void set_quirks(void)
292{
Arjan van de Ven83097ac2008-08-23 21:45:21 -0700293 if (!interface)
294 return;
295
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000296 if (quirks->mailled)
297 interface->capability |= ACER_CAP_MAILLED;
298
299 if (quirks->brightness)
300 interface->capability |= ACER_CAP_BRIGHTNESS;
301}
302
303static int dmi_matched(const struct dmi_system_id *dmi)
304{
305 quirks = dmi->driver_data;
Axel Lind53bf0f2010-06-30 13:32:16 +0800306 return 1;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000307}
308
309static struct quirk_entry quirk_unknown = {
310};
311
Carlos Corbacho9991d9f2008-06-21 09:09:22 +0100312static struct quirk_entry quirk_acer_aspire_1520 = {
313 .brightness = -1,
314};
315
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000316static struct quirk_entry quirk_acer_travelmate_2490 = {
317 .mailled = 1,
318};
319
320/* This AMW0 laptop has no bluetooth */
321static struct quirk_entry quirk_medion_md_98300 = {
322 .wireless = 1,
323};
324
Carlos Corbacho6f061ab2008-06-21 09:09:38 +0100325static struct quirk_entry quirk_fujitsu_amilo_li_1718 = {
326 .wireless = 2,
327};
328
Lee, Chun-Yi15b956a2011-07-30 17:00:45 +0800329static struct quirk_entry quirk_lenovo_ideapad_s205 = {
330 .wireless = 3,
331};
332
Carlos Corbachoa74dd5f2009-04-04 09:33:29 +0100333/* The Aspire One has a dummy ACPI-WMI interface - disable it */
334static struct dmi_system_id __devinitdata acer_blacklist[] = {
335 {
336 .ident = "Acer Aspire One (SSD)",
337 .matches = {
338 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
339 DMI_MATCH(DMI_PRODUCT_NAME, "AOA110"),
340 },
341 },
342 {
343 .ident = "Acer Aspire One (HDD)",
344 .matches = {
345 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
346 DMI_MATCH(DMI_PRODUCT_NAME, "AOA150"),
347 },
348 },
349 {}
350};
351
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000352static struct dmi_system_id acer_quirks[] = {
353 {
354 .callback = dmi_matched,
Carlos Corbacho9991d9f2008-06-21 09:09:22 +0100355 .ident = "Acer Aspire 1360",
356 .matches = {
357 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
358 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 1360"),
359 },
360 .driver_data = &quirk_acer_aspire_1520,
361 },
362 {
363 .callback = dmi_matched,
364 .ident = "Acer Aspire 1520",
365 .matches = {
366 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
367 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 1520"),
368 },
369 .driver_data = &quirk_acer_aspire_1520,
370 },
371 {
372 .callback = dmi_matched,
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000373 .ident = "Acer Aspire 3100",
374 .matches = {
375 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
376 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 3100"),
377 },
378 .driver_data = &quirk_acer_travelmate_2490,
379 },
380 {
381 .callback = dmi_matched,
Carlos Corbachoed9cfe92008-03-12 20:13:00 +0000382 .ident = "Acer Aspire 3610",
383 .matches = {
384 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
385 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 3610"),
386 },
387 .driver_data = &quirk_acer_travelmate_2490,
388 },
389 {
390 .callback = dmi_matched,
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000391 .ident = "Acer Aspire 5100",
392 .matches = {
393 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
394 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5100"),
395 },
396 .driver_data = &quirk_acer_travelmate_2490,
397 },
398 {
399 .callback = dmi_matched,
Carlos Corbachoed9cfe92008-03-12 20:13:00 +0000400 .ident = "Acer Aspire 5610",
401 .matches = {
402 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
403 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5610"),
404 },
405 .driver_data = &quirk_acer_travelmate_2490,
406 },
407 {
408 .callback = dmi_matched,
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000409 .ident = "Acer Aspire 5630",
410 .matches = {
411 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
412 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5630"),
413 },
414 .driver_data = &quirk_acer_travelmate_2490,
415 },
416 {
417 .callback = dmi_matched,
418 .ident = "Acer Aspire 5650",
419 .matches = {
420 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
421 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5650"),
422 },
423 .driver_data = &quirk_acer_travelmate_2490,
424 },
425 {
426 .callback = dmi_matched,
427 .ident = "Acer Aspire 5680",
428 .matches = {
429 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
430 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5680"),
431 },
432 .driver_data = &quirk_acer_travelmate_2490,
433 },
434 {
435 .callback = dmi_matched,
436 .ident = "Acer Aspire 9110",
437 .matches = {
438 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
439 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 9110"),
440 },
441 .driver_data = &quirk_acer_travelmate_2490,
442 },
443 {
444 .callback = dmi_matched,
445 .ident = "Acer TravelMate 2490",
446 .matches = {
447 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
448 DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 2490"),
449 },
450 .driver_data = &quirk_acer_travelmate_2490,
451 },
452 {
453 .callback = dmi_matched,
Carlos Corbacho262ee352008-02-16 00:02:56 +0000454 .ident = "Acer TravelMate 4200",
455 .matches = {
456 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
457 DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 4200"),
458 },
459 .driver_data = &quirk_acer_travelmate_2490,
460 },
461 {
462 .callback = dmi_matched,
Carlos Corbacho6f061ab2008-06-21 09:09:38 +0100463 .ident = "Fujitsu Siemens Amilo Li 1718",
464 .matches = {
465 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
466 DMI_MATCH(DMI_PRODUCT_NAME, "AMILO Li 1718"),
467 },
468 .driver_data = &quirk_fujitsu_amilo_li_1718,
469 },
470 {
471 .callback = dmi_matched,
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000472 .ident = "Medion MD 98300",
473 .matches = {
474 DMI_MATCH(DMI_SYS_VENDOR, "MEDION"),
475 DMI_MATCH(DMI_PRODUCT_NAME, "WAM2030"),
476 },
477 .driver_data = &quirk_medion_md_98300,
478 },
Lee, Chun-Yi15b956a2011-07-30 17:00:45 +0800479 {
480 .callback = dmi_matched,
481 .ident = "Lenovo Ideapad S205",
482 .matches = {
483 DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
484 DMI_MATCH(DMI_PRODUCT_NAME, "10382LG"),
485 },
486 .driver_data = &quirk_lenovo_ideapad_s205,
487 },
Seth Forsheebe3128b2011-10-06 15:01:55 -0500488 {
489 .callback = dmi_matched,
Lee, Chun-Yic08f2082012-03-20 11:32:49 +0800490 .ident = "Lenovo Ideapad S205 (Brazos)",
491 .matches = {
492 DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
493 DMI_MATCH(DMI_PRODUCT_NAME, "Brazos"),
494 },
495 .driver_data = &quirk_lenovo_ideapad_s205,
496 },
497 {
498 .callback = dmi_matched,
Seth Forsheebe3128b2011-10-06 15:01:55 -0500499 .ident = "Lenovo 3000 N200",
500 .matches = {
501 DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
502 DMI_MATCH(DMI_PRODUCT_NAME, "0687A31"),
503 },
504 .driver_data = &quirk_fujitsu_amilo_li_1718,
505 },
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000506 {}
507};
508
509/* Find which quirks are needed for a particular vendor/ model pair */
510static void find_quirks(void)
511{
512 if (!force_series) {
513 dmi_check_system(acer_quirks);
514 } else if (force_series == 2490) {
515 quirks = &quirk_acer_travelmate_2490;
516 }
517
518 if (quirks == NULL)
519 quirks = &quirk_unknown;
520
521 set_quirks();
522}
523
524/*
525 * General interface convenience methods
526 */
527
528static bool has_cap(u32 cap)
529{
530 if ((interface->capability & cap) != 0)
531 return 1;
532
533 return 0;
534}
535
536/*
537 * AMW0 (V1) interface
538 */
539struct wmab_args {
540 u32 eax;
541 u32 ebx;
542 u32 ecx;
543 u32 edx;
544};
545
546struct wmab_ret {
547 u32 eax;
548 u32 ebx;
549 u32 ecx;
550 u32 edx;
551 u32 eex;
552};
553
554static acpi_status wmab_execute(struct wmab_args *regbuf,
555struct acpi_buffer *result)
556{
557 struct acpi_buffer input;
558 acpi_status status;
559 input.length = sizeof(struct wmab_args);
560 input.pointer = (u8 *)regbuf;
561
562 status = wmi_evaluate_method(AMW0_GUID1, 1, 1, &input, result);
563
564 return status;
565}
566
Lee, Chun-Yi38db1572012-01-09 14:26:44 +0800567static acpi_status AMW0_get_u32(u32 *value, u32 cap)
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000568{
569 int err;
570 u8 result;
571
572 switch (cap) {
573 case ACER_CAP_MAILLED:
574 switch (quirks->mailled) {
575 default:
576 err = ec_read(0xA, &result);
577 if (err)
578 return AE_ERROR;
579 *value = (result >> 7) & 0x1;
580 return AE_OK;
581 }
582 break;
583 case ACER_CAP_WIRELESS:
584 switch (quirks->wireless) {
585 case 1:
586 err = ec_read(0x7B, &result);
587 if (err)
588 return AE_ERROR;
589 *value = result & 0x1;
590 return AE_OK;
Carlos Corbacho6f061ab2008-06-21 09:09:38 +0100591 case 2:
592 err = ec_read(0x71, &result);
593 if (err)
594 return AE_ERROR;
595 *value = result & 0x1;
596 return AE_OK;
Lee, Chun-Yi15b956a2011-07-30 17:00:45 +0800597 case 3:
598 err = ec_read(0x78, &result);
599 if (err)
600 return AE_ERROR;
601 *value = result & 0x1;
602 return AE_OK;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000603 default:
604 err = ec_read(0xA, &result);
605 if (err)
606 return AE_ERROR;
607 *value = (result >> 2) & 0x1;
608 return AE_OK;
609 }
610 break;
611 case ACER_CAP_BLUETOOTH:
612 switch (quirks->bluetooth) {
613 default:
614 err = ec_read(0xA, &result);
615 if (err)
616 return AE_ERROR;
617 *value = (result >> 4) & 0x1;
618 return AE_OK;
619 }
620 break;
621 case ACER_CAP_BRIGHTNESS:
622 switch (quirks->brightness) {
623 default:
624 err = ec_read(0x83, &result);
625 if (err)
626 return AE_ERROR;
627 *value = result;
628 return AE_OK;
629 }
630 break;
631 default:
Lin Ming08237972008-08-08 11:57:11 +0800632 return AE_ERROR;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000633 }
634 return AE_OK;
635}
636
Lee, Chun-Yi38db1572012-01-09 14:26:44 +0800637static acpi_status AMW0_set_u32(u32 value, u32 cap)
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000638{
639 struct wmab_args args;
640
641 args.eax = ACER_AMW0_WRITE;
642 args.ebx = value ? (1<<8) : 0;
643 args.ecx = args.edx = 0;
644
645 switch (cap) {
646 case ACER_CAP_MAILLED:
647 if (value > 1)
648 return AE_BAD_PARAMETER;
649 args.ebx |= ACER_AMW0_MAILLED_MASK;
650 break;
651 case ACER_CAP_WIRELESS:
652 if (value > 1)
653 return AE_BAD_PARAMETER;
654 args.ebx |= ACER_AMW0_WIRELESS_MASK;
655 break;
656 case ACER_CAP_BLUETOOTH:
657 if (value > 1)
658 return AE_BAD_PARAMETER;
659 args.ebx |= ACER_AMW0_BLUETOOTH_MASK;
660 break;
661 case ACER_CAP_BRIGHTNESS:
662 if (value > max_brightness)
663 return AE_BAD_PARAMETER;
664 switch (quirks->brightness) {
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000665 default:
Carlos Corbacho4609d022008-02-08 23:51:49 +0000666 return ec_write(0x83, value);
667 break;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000668 }
669 default:
Lin Ming08237972008-08-08 11:57:11 +0800670 return AE_ERROR;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000671 }
672
673 /* Actually do the set */
674 return wmab_execute(&args, NULL);
675}
676
677static acpi_status AMW0_find_mailled(void)
678{
679 struct wmab_args args;
680 struct wmab_ret ret;
681 acpi_status status = AE_OK;
682 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL };
683 union acpi_object *obj;
684
685 args.eax = 0x86;
686 args.ebx = args.ecx = args.edx = 0;
687
688 status = wmab_execute(&args, &out);
689 if (ACPI_FAILURE(status))
690 return status;
691
692 obj = (union acpi_object *) out.pointer;
693 if (obj && obj->type == ACPI_TYPE_BUFFER &&
694 obj->buffer.length == sizeof(struct wmab_ret)) {
695 ret = *((struct wmab_ret *) obj->buffer.pointer);
696 } else {
Axel Lin7677fbd2010-07-20 15:19:53 -0700697 kfree(out.pointer);
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000698 return AE_ERROR;
699 }
700
701 if (ret.eex & 0x1)
702 interface->capability |= ACER_CAP_MAILLED;
703
704 kfree(out.pointer);
705
706 return AE_OK;
707}
708
Ike Panhc461e7432012-02-03 16:46:39 +0800709static int AMW0_set_cap_acpi_check_device_found;
710
711static acpi_status AMW0_set_cap_acpi_check_device_cb(acpi_handle handle,
712 u32 level, void *context, void **retval)
713{
714 AMW0_set_cap_acpi_check_device_found = 1;
715 return AE_OK;
716}
717
718static const struct acpi_device_id norfkill_ids[] = {
719 { "VPC2004", 0},
720 { "IBM0068", 0},
721 { "LEN0068", 0},
Lee, Chun-Yi5719b812012-03-23 12:36:44 +0800722 { "SNY5001", 0}, /* sony-laptop in charge */
Ike Panhc461e7432012-02-03 16:46:39 +0800723 { "", 0},
724};
725
726static int AMW0_set_cap_acpi_check_device(void)
727{
728 const struct acpi_device_id *id;
729
730 for (id = norfkill_ids; id->id[0]; id++)
731 acpi_get_devices(id->id, AMW0_set_cap_acpi_check_device_cb,
732 NULL, NULL);
733 return AMW0_set_cap_acpi_check_device_found;
734}
735
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000736static acpi_status AMW0_set_capabilities(void)
737{
738 struct wmab_args args;
739 struct wmab_ret ret;
Axel Lin7677fbd2010-07-20 15:19:53 -0700740 acpi_status status;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000741 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL };
742 union acpi_object *obj;
743
Carlos Corbacho5753dd52008-06-21 09:09:48 +0100744 /*
745 * On laptops with this strange GUID (non Acer), normal probing doesn't
746 * work.
747 */
748 if (wmi_has_guid(AMW0_GUID2)) {
Ike Panhc461e7432012-02-03 16:46:39 +0800749 if ((quirks != &quirk_unknown) ||
750 !AMW0_set_cap_acpi_check_device())
751 interface->capability |= ACER_CAP_WIRELESS;
Carlos Corbacho5753dd52008-06-21 09:09:48 +0100752 return AE_OK;
753 }
754
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000755 args.eax = ACER_AMW0_WRITE;
756 args.ecx = args.edx = 0;
757
758 args.ebx = 0xa2 << 8;
759 args.ebx |= ACER_AMW0_WIRELESS_MASK;
760
761 status = wmab_execute(&args, &out);
762 if (ACPI_FAILURE(status))
763 return status;
764
Axel Lin7677fbd2010-07-20 15:19:53 -0700765 obj = out.pointer;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000766 if (obj && obj->type == ACPI_TYPE_BUFFER &&
767 obj->buffer.length == sizeof(struct wmab_ret)) {
768 ret = *((struct wmab_ret *) obj->buffer.pointer);
769 } else {
Axel Lin7677fbd2010-07-20 15:19:53 -0700770 status = AE_ERROR;
771 goto out;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000772 }
773
774 if (ret.eax & 0x1)
775 interface->capability |= ACER_CAP_WIRELESS;
776
777 args.ebx = 2 << 8;
778 args.ebx |= ACER_AMW0_BLUETOOTH_MASK;
779
Axel Lin7677fbd2010-07-20 15:19:53 -0700780 /*
781 * It's ok to use existing buffer for next wmab_execute call.
782 * But we need to kfree(out.pointer) if next wmab_execute fail.
783 */
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000784 status = wmab_execute(&args, &out);
785 if (ACPI_FAILURE(status))
Axel Lin7677fbd2010-07-20 15:19:53 -0700786 goto out;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000787
788 obj = (union acpi_object *) out.pointer;
789 if (obj && obj->type == ACPI_TYPE_BUFFER
790 && obj->buffer.length == sizeof(struct wmab_ret)) {
791 ret = *((struct wmab_ret *) obj->buffer.pointer);
792 } else {
Axel Lin7677fbd2010-07-20 15:19:53 -0700793 status = AE_ERROR;
794 goto out;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000795 }
796
797 if (ret.eax & 0x1)
798 interface->capability |= ACER_CAP_BLUETOOTH;
799
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000800 /*
801 * This appears to be safe to enable, since all Wistron based laptops
802 * appear to use the same EC register for brightness, even if they
803 * differ for wireless, etc
804 */
Carlos Corbacho9991d9f2008-06-21 09:09:22 +0100805 if (quirks->brightness >= 0)
806 interface->capability |= ACER_CAP_BRIGHTNESS;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000807
Axel Lin7677fbd2010-07-20 15:19:53 -0700808 status = AE_OK;
809out:
810 kfree(out.pointer);
811 return status;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000812}
813
814static struct wmi_interface AMW0_interface = {
815 .type = ACER_AMW0,
816};
817
818static struct wmi_interface AMW0_V2_interface = {
819 .type = ACER_AMW0_V2,
820};
821
822/*
823 * New interface (The WMID interface)
824 */
825static acpi_status
826WMI_execute_u32(u32 method_id, u32 in, u32 *out)
827{
828 struct acpi_buffer input = { (acpi_size) sizeof(u32), (void *)(&in) };
829 struct acpi_buffer result = { ACPI_ALLOCATE_BUFFER, NULL };
830 union acpi_object *obj;
831 u32 tmp;
832 acpi_status status;
833
834 status = wmi_evaluate_method(WMID_GUID1, 1, method_id, &input, &result);
835
836 if (ACPI_FAILURE(status))
837 return status;
838
839 obj = (union acpi_object *) result.pointer;
840 if (obj && obj->type == ACPI_TYPE_BUFFER &&
Lee, Chun-Yiab6a93162011-05-22 07:33:53 +0800841 (obj->buffer.length == sizeof(u32) ||
842 obj->buffer.length == sizeof(u64))) {
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000843 tmp = *((u32 *) obj->buffer.pointer);
Lee, Chun-Yi987dfba2011-05-27 14:52:14 +0800844 } else if (obj->type == ACPI_TYPE_INTEGER) {
845 tmp = (u32) obj->integer.value;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000846 } else {
847 tmp = 0;
848 }
849
850 if (out)
851 *out = tmp;
852
853 kfree(result.pointer);
854
855 return status;
856}
857
Lee, Chun-Yi38db1572012-01-09 14:26:44 +0800858static acpi_status WMID_get_u32(u32 *value, u32 cap)
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000859{
860 acpi_status status;
861 u8 tmp;
862 u32 result, method_id = 0;
863
864 switch (cap) {
865 case ACER_CAP_WIRELESS:
866 method_id = ACER_WMID_GET_WIRELESS_METHODID;
867 break;
868 case ACER_CAP_BLUETOOTH:
869 method_id = ACER_WMID_GET_BLUETOOTH_METHODID;
870 break;
871 case ACER_CAP_BRIGHTNESS:
872 method_id = ACER_WMID_GET_BRIGHTNESS_METHODID;
873 break;
874 case ACER_CAP_THREEG:
875 method_id = ACER_WMID_GET_THREEG_METHODID;
876 break;
877 case ACER_CAP_MAILLED:
878 if (quirks->mailled == 1) {
879 ec_read(0x9f, &tmp);
880 *value = tmp & 0x1;
881 return 0;
882 }
883 default:
Lin Ming08237972008-08-08 11:57:11 +0800884 return AE_ERROR;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000885 }
886 status = WMI_execute_u32(method_id, 0, &result);
887
888 if (ACPI_SUCCESS(status))
889 *value = (u8)result;
890
891 return status;
892}
893
Lee, Chun-Yi38db1572012-01-09 14:26:44 +0800894static acpi_status WMID_set_u32(u32 value, u32 cap)
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000895{
896 u32 method_id = 0;
897 char param;
898
899 switch (cap) {
900 case ACER_CAP_BRIGHTNESS:
901 if (value > max_brightness)
902 return AE_BAD_PARAMETER;
903 method_id = ACER_WMID_SET_BRIGHTNESS_METHODID;
904 break;
905 case ACER_CAP_WIRELESS:
906 if (value > 1)
907 return AE_BAD_PARAMETER;
908 method_id = ACER_WMID_SET_WIRELESS_METHODID;
909 break;
910 case ACER_CAP_BLUETOOTH:
911 if (value > 1)
912 return AE_BAD_PARAMETER;
913 method_id = ACER_WMID_SET_BLUETOOTH_METHODID;
914 break;
915 case ACER_CAP_THREEG:
916 if (value > 1)
917 return AE_BAD_PARAMETER;
918 method_id = ACER_WMID_SET_THREEG_METHODID;
919 break;
920 case ACER_CAP_MAILLED:
921 if (value > 1)
922 return AE_BAD_PARAMETER;
923 if (quirks->mailled == 1) {
924 param = value ? 0x92 : 0x93;
Dmitry Torokhov181d6832009-09-16 01:06:43 -0700925 i8042_lock_chip();
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000926 i8042_command(&param, 0x1059);
Dmitry Torokhov181d6832009-09-16 01:06:43 -0700927 i8042_unlock_chip();
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000928 return 0;
929 }
930 break;
931 default:
Lin Ming08237972008-08-08 11:57:11 +0800932 return AE_ERROR;
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000933 }
934 return WMI_execute_u32(method_id, (u32)value, NULL);
935}
936
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +0800937static acpi_status wmid3_get_device_status(u32 *value, u16 device)
938{
939 struct wmid3_gds_return_value return_value;
940 acpi_status status;
941 union acpi_object *obj;
Lee, Chun-Yi996d23b2012-03-19 17:37:33 +0800942 struct wmid3_gds_get_input_param params = {
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +0800943 .function_num = 0x1,
Lee, Chun-Yi34b6cfa2012-03-19 17:37:32 +0800944 .hotkey_number = commun_fn_key_number,
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +0800945 .devices = device,
946 };
947 struct acpi_buffer input = {
Lee, Chun-Yi996d23b2012-03-19 17:37:33 +0800948 sizeof(struct wmid3_gds_get_input_param),
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +0800949 &params
950 };
951 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };
952
953 status = wmi_evaluate_method(WMID_GUID3, 0, 0x2, &input, &output);
954 if (ACPI_FAILURE(status))
955 return status;
956
957 obj = output.pointer;
958
959 if (!obj)
960 return AE_ERROR;
961 else if (obj->type != ACPI_TYPE_BUFFER) {
962 kfree(obj);
963 return AE_ERROR;
964 }
965 if (obj->buffer.length != 8) {
966 pr_warn("Unknown buffer length %d\n", obj->buffer.length);
967 kfree(obj);
968 return AE_ERROR;
969 }
970
971 return_value = *((struct wmid3_gds_return_value *)obj->buffer.pointer);
972 kfree(obj);
973
974 if (return_value.error_code || return_value.ec_return_value)
975 pr_warn("Get 0x%x Device Status failed: 0x%x - 0x%x\n",
976 device,
977 return_value.error_code,
978 return_value.ec_return_value);
979 else
980 *value = !!(return_value.devices & device);
981
982 return status;
983}
984
985static acpi_status wmid_v2_get_u32(u32 *value, u32 cap)
986{
987 u16 device;
988
989 switch (cap) {
990 case ACER_CAP_WIRELESS:
991 device = ACER_WMID3_GDS_WIRELESS;
992 break;
993 case ACER_CAP_BLUETOOTH:
994 device = ACER_WMID3_GDS_BLUETOOTH;
995 break;
996 case ACER_CAP_THREEG:
997 device = ACER_WMID3_GDS_THREEG;
998 break;
999 default:
1000 return AE_ERROR;
1001 }
1002 return wmid3_get_device_status(value, device);
1003}
1004
1005static acpi_status wmid3_set_device_status(u32 value, u16 device)
1006{
1007 struct wmid3_gds_return_value return_value;
1008 acpi_status status;
1009 union acpi_object *obj;
1010 u16 devices;
Lee, Chun-Yi996d23b2012-03-19 17:37:33 +08001011 struct wmid3_gds_get_input_param get_params = {
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001012 .function_num = 0x1,
Lee, Chun-Yi34b6cfa2012-03-19 17:37:32 +08001013 .hotkey_number = commun_fn_key_number,
Lee, Chun-Yi1d1fc8a2011-10-06 19:06:13 +08001014 .devices = commun_func_bitmap,
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001015 };
Lee, Chun-Yi996d23b2012-03-19 17:37:33 +08001016 struct acpi_buffer get_input = {
1017 sizeof(struct wmid3_gds_get_input_param),
1018 &get_params
1019 };
1020 struct wmid3_gds_set_input_param set_params = {
1021 .function_num = 0x2,
1022 .hotkey_number = commun_fn_key_number,
1023 .devices = commun_func_bitmap,
1024 };
1025 struct acpi_buffer set_input = {
1026 sizeof(struct wmid3_gds_set_input_param),
1027 &set_params
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001028 };
1029 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };
1030 struct acpi_buffer output2 = { ACPI_ALLOCATE_BUFFER, NULL };
1031
Lee, Chun-Yi996d23b2012-03-19 17:37:33 +08001032 status = wmi_evaluate_method(WMID_GUID3, 0, 0x2, &get_input, &output);
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001033 if (ACPI_FAILURE(status))
1034 return status;
1035
1036 obj = output.pointer;
1037
1038 if (!obj)
1039 return AE_ERROR;
1040 else if (obj->type != ACPI_TYPE_BUFFER) {
1041 kfree(obj);
1042 return AE_ERROR;
1043 }
1044 if (obj->buffer.length != 8) {
Joe Perches6e71f382011-11-29 11:04:05 -08001045 pr_warn("Unknown buffer length %d\n", obj->buffer.length);
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001046 kfree(obj);
1047 return AE_ERROR;
1048 }
1049
1050 return_value = *((struct wmid3_gds_return_value *)obj->buffer.pointer);
1051 kfree(obj);
1052
1053 if (return_value.error_code || return_value.ec_return_value) {
Joe Perches6e71f382011-11-29 11:04:05 -08001054 pr_warn("Get Current Device Status failed: 0x%x - 0x%x\n",
1055 return_value.error_code,
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001056 return_value.ec_return_value);
1057 return status;
1058 }
1059
1060 devices = return_value.devices;
Lee, Chun-Yi996d23b2012-03-19 17:37:33 +08001061 set_params.devices = (value) ? (devices | device) : (devices & ~device);
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001062
Lee, Chun-Yi996d23b2012-03-19 17:37:33 +08001063 status = wmi_evaluate_method(WMID_GUID3, 0, 0x1, &set_input, &output2);
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001064 if (ACPI_FAILURE(status))
1065 return status;
1066
1067 obj = output2.pointer;
1068
1069 if (!obj)
1070 return AE_ERROR;
1071 else if (obj->type != ACPI_TYPE_BUFFER) {
1072 kfree(obj);
1073 return AE_ERROR;
1074 }
1075 if (obj->buffer.length != 4) {
Joe Perches6e71f382011-11-29 11:04:05 -08001076 pr_warn("Unknown buffer length %d\n", obj->buffer.length);
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001077 kfree(obj);
1078 return AE_ERROR;
1079 }
1080
1081 return_value = *((struct wmid3_gds_return_value *)obj->buffer.pointer);
1082 kfree(obj);
1083
1084 if (return_value.error_code || return_value.ec_return_value)
Joe Perches6e71f382011-11-29 11:04:05 -08001085 pr_warn("Set Device Status failed: 0x%x - 0x%x\n",
1086 return_value.error_code,
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001087 return_value.ec_return_value);
1088
1089 return status;
1090}
1091
1092static acpi_status wmid_v2_set_u32(u32 value, u32 cap)
1093{
1094 u16 device;
1095
1096 switch (cap) {
1097 case ACER_CAP_WIRELESS:
1098 device = ACER_WMID3_GDS_WIRELESS;
1099 break;
1100 case ACER_CAP_BLUETOOTH:
1101 device = ACER_WMID3_GDS_BLUETOOTH;
1102 break;
1103 case ACER_CAP_THREEG:
1104 device = ACER_WMID3_GDS_THREEG;
1105 break;
1106 default:
1107 return AE_ERROR;
1108 }
1109 return wmid3_set_device_status(value, device);
1110}
1111
Lee, Chun-Yi6c3df882010-12-07 10:29:23 +08001112static void type_aa_dmi_decode(const struct dmi_header *header, void *dummy)
1113{
1114 struct hotkey_function_type_aa *type_aa;
1115
1116 /* We are looking for OEM-specific Type AAh */
1117 if (header->type != 0xAA)
1118 return;
1119
1120 has_type_aa = true;
1121 type_aa = (struct hotkey_function_type_aa *) header;
1122
Lee, Chun-Yicae15702011-03-16 18:52:36 +08001123 pr_info("Function bitmap for Communication Button: 0x%x\n",
Lee, Chun-Yi6c3df882010-12-07 10:29:23 +08001124 type_aa->commun_func_bitmap);
Lee, Chun-Yi1d1fc8a2011-10-06 19:06:13 +08001125 commun_func_bitmap = type_aa->commun_func_bitmap;
Lee, Chun-Yi6c3df882010-12-07 10:29:23 +08001126
1127 if (type_aa->commun_func_bitmap & ACER_WMID3_GDS_WIRELESS)
1128 interface->capability |= ACER_CAP_WIRELESS;
1129 if (type_aa->commun_func_bitmap & ACER_WMID3_GDS_THREEG)
1130 interface->capability |= ACER_CAP_THREEG;
1131 if (type_aa->commun_func_bitmap & ACER_WMID3_GDS_BLUETOOTH)
1132 interface->capability |= ACER_CAP_BLUETOOTH;
Lee, Chun-Yi34b6cfa2012-03-19 17:37:32 +08001133
1134 commun_fn_key_number = type_aa->commun_fn_key_number;
Lee, Chun-Yi6c3df882010-12-07 10:29:23 +08001135}
1136
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001137static acpi_status WMID_set_capabilities(void)
1138{
1139 struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL};
1140 union acpi_object *obj;
1141 acpi_status status;
1142 u32 devices;
1143
1144 status = wmi_query_block(WMID_GUID2, 1, &out);
1145 if (ACPI_FAILURE(status))
1146 return status;
1147
1148 obj = (union acpi_object *) out.pointer;
1149 if (obj && obj->type == ACPI_TYPE_BUFFER &&
Lee, Chun-Yiab6a93162011-05-22 07:33:53 +08001150 (obj->buffer.length == sizeof(u32) ||
1151 obj->buffer.length == sizeof(u64))) {
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001152 devices = *((u32 *) obj->buffer.pointer);
Lee, Chun-Yi987dfba2011-05-27 14:52:14 +08001153 } else if (obj->type == ACPI_TYPE_INTEGER) {
1154 devices = (u32) obj->integer.value;
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001155 } else {
Axel Lin66904862010-07-20 15:19:52 -07001156 kfree(out.pointer);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001157 return AE_ERROR;
1158 }
1159
Lee, Chun-Yi1fbc01a2011-08-18 18:47:34 +08001160 pr_info("Function bitmap for Communication Device: 0x%x\n", devices);
1161 if (devices & 0x07)
1162 interface->capability |= ACER_CAP_WIRELESS;
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001163 if (devices & 0x40)
1164 interface->capability |= ACER_CAP_THREEG;
1165 if (devices & 0x10)
1166 interface->capability |= ACER_CAP_BLUETOOTH;
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001167
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001168 if (!(devices & 0x20))
1169 max_brightness = 0x9;
1170
Axel Lin66904862010-07-20 15:19:52 -07001171 kfree(out.pointer);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001172 return status;
1173}
1174
1175static struct wmi_interface wmid_interface = {
1176 .type = ACER_WMID,
1177};
1178
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001179static struct wmi_interface wmid_v2_interface = {
1180 .type = ACER_WMID_v2,
1181};
1182
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001183/*
1184 * Generic Device (interface-independent)
1185 */
1186
1187static acpi_status get_u32(u32 *value, u32 cap)
1188{
Lin Ming08237972008-08-08 11:57:11 +08001189 acpi_status status = AE_ERROR;
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001190
1191 switch (interface->type) {
1192 case ACER_AMW0:
Lee, Chun-Yi38db1572012-01-09 14:26:44 +08001193 status = AMW0_get_u32(value, cap);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001194 break;
1195 case ACER_AMW0_V2:
1196 if (cap == ACER_CAP_MAILLED) {
Lee, Chun-Yi38db1572012-01-09 14:26:44 +08001197 status = AMW0_get_u32(value, cap);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001198 break;
1199 }
1200 case ACER_WMID:
Lee, Chun-Yi38db1572012-01-09 14:26:44 +08001201 status = WMID_get_u32(value, cap);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001202 break;
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001203 case ACER_WMID_v2:
1204 if (cap & (ACER_CAP_WIRELESS |
1205 ACER_CAP_BLUETOOTH |
1206 ACER_CAP_THREEG))
1207 status = wmid_v2_get_u32(value, cap);
1208 else if (wmi_has_guid(WMID_GUID2))
Lee, Chun-Yi38db1572012-01-09 14:26:44 +08001209 status = WMID_get_u32(value, cap);
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001210 break;
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001211 }
1212
1213 return status;
1214}
1215
1216static acpi_status set_u32(u32 value, u32 cap)
1217{
Carlos Corbacho5c742b42008-08-06 19:13:56 +01001218 acpi_status status;
1219
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001220 if (interface->capability & cap) {
1221 switch (interface->type) {
1222 case ACER_AMW0:
Lee, Chun-Yi38db1572012-01-09 14:26:44 +08001223 return AMW0_set_u32(value, cap);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001224 case ACER_AMW0_V2:
Carlos Corbacho5c742b42008-08-06 19:13:56 +01001225 if (cap == ACER_CAP_MAILLED)
Lee, Chun-Yi38db1572012-01-09 14:26:44 +08001226 return AMW0_set_u32(value, cap);
Carlos Corbacho5c742b42008-08-06 19:13:56 +01001227
1228 /*
1229 * On some models, some WMID methods don't toggle
1230 * properly. For those cases, we want to run the AMW0
1231 * method afterwards to be certain we've really toggled
1232 * the device state.
1233 */
1234 if (cap == ACER_CAP_WIRELESS ||
1235 cap == ACER_CAP_BLUETOOTH) {
Lee, Chun-Yi38db1572012-01-09 14:26:44 +08001236 status = WMID_set_u32(value, cap);
Carlos Corbacho5c742b42008-08-06 19:13:56 +01001237 if (ACPI_FAILURE(status))
1238 return status;
1239
Lee, Chun-Yi38db1572012-01-09 14:26:44 +08001240 return AMW0_set_u32(value, cap);
Carlos Corbacho5c742b42008-08-06 19:13:56 +01001241 }
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001242 case ACER_WMID:
Lee, Chun-Yi38db1572012-01-09 14:26:44 +08001243 return WMID_set_u32(value, cap);
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001244 case ACER_WMID_v2:
1245 if (cap & (ACER_CAP_WIRELESS |
1246 ACER_CAP_BLUETOOTH |
1247 ACER_CAP_THREEG))
1248 return wmid_v2_set_u32(value, cap);
1249 else if (wmi_has_guid(WMID_GUID2))
Lee, Chun-Yi38db1572012-01-09 14:26:44 +08001250 return WMID_set_u32(value, cap);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001251 default:
1252 return AE_BAD_PARAMETER;
1253 }
1254 }
1255 return AE_BAD_PARAMETER;
1256}
1257
1258static void __init acer_commandline_init(void)
1259{
1260 /*
1261 * These will all fail silently if the value given is invalid, or the
1262 * capability isn't available on the given interface
1263 */
Lee, Chun-Yic2647b52011-04-15 18:42:47 +08001264 if (mailled >= 0)
1265 set_u32(mailled, ACER_CAP_MAILLED);
1266 if (!has_type_aa && threeg >= 0)
Lee, Chun-Yi6c3df882010-12-07 10:29:23 +08001267 set_u32(threeg, ACER_CAP_THREEG);
Lee, Chun-Yic2647b52011-04-15 18:42:47 +08001268 if (brightness >= 0)
1269 set_u32(brightness, ACER_CAP_BRIGHTNESS);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001270}
1271
1272/*
1273 * LED device (Mail LED only, no other LEDs known yet)
1274 */
1275static void mail_led_set(struct led_classdev *led_cdev,
1276enum led_brightness value)
1277{
1278 set_u32(value, ACER_CAP_MAILLED);
1279}
1280
1281static struct led_classdev mail_led = {
Carlos Corbacho343c0042008-02-24 13:34:18 +00001282 .name = "acer-wmi::mail",
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001283 .brightness_set = mail_led_set,
1284};
1285
Sam Ravnborg7560e382008-02-17 13:22:54 +01001286static int __devinit acer_led_init(struct device *dev)
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001287{
1288 return led_classdev_register(dev, &mail_led);
1289}
1290
1291static void acer_led_exit(void)
1292{
Pali Rohár9a0b74f2011-02-26 21:18:58 +01001293 set_u32(LED_OFF, ACER_CAP_MAILLED);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001294 led_classdev_unregister(&mail_led);
1295}
1296
1297/*
1298 * Backlight device
1299 */
1300static struct backlight_device *acer_backlight_device;
1301
1302static int read_brightness(struct backlight_device *bd)
1303{
1304 u32 value;
1305 get_u32(&value, ACER_CAP_BRIGHTNESS);
1306 return value;
1307}
1308
1309static int update_bl_status(struct backlight_device *bd)
1310{
Carlos Corbachof2b585b2008-06-21 09:09:27 +01001311 int intensity = bd->props.brightness;
1312
1313 if (bd->props.power != FB_BLANK_UNBLANK)
1314 intensity = 0;
1315 if (bd->props.fb_blank != FB_BLANK_UNBLANK)
1316 intensity = 0;
1317
1318 set_u32(intensity, ACER_CAP_BRIGHTNESS);
1319
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001320 return 0;
1321}
1322
Lionel Debrouxacc24722010-11-16 14:14:02 +01001323static const struct backlight_ops acer_bl_ops = {
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001324 .get_brightness = read_brightness,
1325 .update_status = update_bl_status,
1326};
1327
Sam Ravnborg7560e382008-02-17 13:22:54 +01001328static int __devinit acer_backlight_init(struct device *dev)
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001329{
Matthew Garretta19a6ee2010-02-17 16:39:44 -05001330 struct backlight_properties props;
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001331 struct backlight_device *bd;
1332
Matthew Garretta19a6ee2010-02-17 16:39:44 -05001333 memset(&props, 0, sizeof(struct backlight_properties));
Matthew Garrettbb7ca742011-03-22 16:30:21 -07001334 props.type = BACKLIGHT_PLATFORM;
Matthew Garretta19a6ee2010-02-17 16:39:44 -05001335 props.max_brightness = max_brightness;
1336 bd = backlight_device_register("acer-wmi", dev, NULL, &acer_bl_ops,
1337 &props);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001338 if (IS_ERR(bd)) {
Lee, Chun-Yicae15702011-03-16 18:52:36 +08001339 pr_err("Could not register Acer backlight device\n");
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001340 acer_backlight_device = NULL;
1341 return PTR_ERR(bd);
1342 }
1343
1344 acer_backlight_device = bd;
1345
Carlos Corbachof2b585b2008-06-21 09:09:27 +01001346 bd->props.power = FB_BLANK_UNBLANK;
Carlos Corbacho6f6ef822009-12-26 19:24:31 +00001347 bd->props.brightness = read_brightness(bd);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001348 backlight_update_status(bd);
1349 return 0;
1350}
1351
Sam Ravnborg7560e382008-02-17 13:22:54 +01001352static void acer_backlight_exit(void)
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001353{
1354 backlight_device_unregister(acer_backlight_device);
1355}
1356
1357/*
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001358 * Rfkill devices
1359 */
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001360static void acer_rfkill_update(struct work_struct *ignored);
1361static DECLARE_DELAYED_WORK(acer_rfkill_work, acer_rfkill_update);
1362static void acer_rfkill_update(struct work_struct *ignored)
1363{
1364 u32 state;
1365 acpi_status status;
1366
Lee, Chun-Yi1709ada2011-08-18 18:47:33 +08001367 if (has_cap(ACER_CAP_WIRELESS)) {
1368 status = get_u32(&state, ACER_CAP_WIRELESS);
1369 if (ACPI_SUCCESS(status)) {
1370 if (quirks->wireless == 3)
1371 rfkill_set_hw_state(wireless_rfkill, !state);
1372 else
1373 rfkill_set_sw_state(wireless_rfkill, !state);
Lee, Chun-Yi15b956a2011-07-30 17:00:45 +08001374 }
1375 }
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001376
1377 if (has_cap(ACER_CAP_BLUETOOTH)) {
1378 status = get_u32(&state, ACER_CAP_BLUETOOTH);
1379 if (ACPI_SUCCESS(status))
Troy Mourea8784172009-06-17 11:51:56 +01001380 rfkill_set_sw_state(bluetooth_rfkill, !state);
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001381 }
1382
Lee, Chun-Yib3c90922010-12-07 10:29:22 +08001383 if (has_cap(ACER_CAP_THREEG) && wmi_has_guid(WMID_GUID3)) {
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001384 status = get_u32(&state, ACER_WMID3_GDS_THREEG);
Lee, Chun-Yib3c90922010-12-07 10:29:22 +08001385 if (ACPI_SUCCESS(status))
1386 rfkill_set_sw_state(threeg_rfkill, !state);
1387 }
1388
Carlos Corbachoae3a1b42008-10-10 17:33:35 +01001389 schedule_delayed_work(&acer_rfkill_work, round_jiffies_relative(HZ));
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001390}
1391
Johannes Berg19d337d2009-06-02 13:01:37 +02001392static int acer_rfkill_set(void *data, bool blocked)
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001393{
1394 acpi_status status;
Johannes Berg19d337d2009-06-02 13:01:37 +02001395 u32 cap = (unsigned long)data;
Lee, Chun-Yi8215af02011-03-28 16:52:02 +08001396
1397 if (rfkill_inited) {
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001398 status = set_u32(!blocked, cap);
Lee, Chun-Yi8215af02011-03-28 16:52:02 +08001399 if (ACPI_FAILURE(status))
1400 return -ENODEV;
1401 }
1402
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001403 return 0;
1404}
1405
Johannes Berg19d337d2009-06-02 13:01:37 +02001406static const struct rfkill_ops acer_rfkill_ops = {
1407 .set_block = acer_rfkill_set,
1408};
1409
1410static struct rfkill *acer_rfkill_register(struct device *dev,
1411 enum rfkill_type type,
1412 char *name, u32 cap)
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001413{
1414 int err;
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001415 struct rfkill *rfkill_dev;
Lee, Chun-Yi466449c2010-12-13 10:02:41 +08001416 u32 state;
1417 acpi_status status;
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001418
Johannes Berg19d337d2009-06-02 13:01:37 +02001419 rfkill_dev = rfkill_alloc(name, dev, type,
1420 &acer_rfkill_ops,
1421 (void *)(unsigned long)cap);
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001422 if (!rfkill_dev)
1423 return ERR_PTR(-ENOMEM);
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001424
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001425 status = get_u32(&state, cap);
Lee, Chun-Yi466449c2010-12-13 10:02:41 +08001426
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001427 err = rfkill_register(rfkill_dev);
1428 if (err) {
Johannes Berg19d337d2009-06-02 13:01:37 +02001429 rfkill_destroy(rfkill_dev);
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001430 return ERR_PTR(err);
1431 }
Lee, Chun-Yi8215af02011-03-28 16:52:02 +08001432
1433 if (ACPI_SUCCESS(status))
1434 rfkill_set_sw_state(rfkill_dev, !state);
1435
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001436 return rfkill_dev;
1437}
1438
1439static int acer_rfkill_init(struct device *dev)
1440{
Lee, Chun-Yi1709ada2011-08-18 18:47:33 +08001441 int err;
1442
1443 if (has_cap(ACER_CAP_WIRELESS)) {
1444 wireless_rfkill = acer_rfkill_register(dev, RFKILL_TYPE_WLAN,
1445 "acer-wireless", ACER_CAP_WIRELESS);
1446 if (IS_ERR(wireless_rfkill)) {
1447 err = PTR_ERR(wireless_rfkill);
1448 goto error_wireless;
1449 }
1450 }
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001451
1452 if (has_cap(ACER_CAP_BLUETOOTH)) {
1453 bluetooth_rfkill = acer_rfkill_register(dev,
1454 RFKILL_TYPE_BLUETOOTH, "acer-bluetooth",
1455 ACER_CAP_BLUETOOTH);
1456 if (IS_ERR(bluetooth_rfkill)) {
Lee, Chun-Yi1709ada2011-08-18 18:47:33 +08001457 err = PTR_ERR(bluetooth_rfkill);
1458 goto error_bluetooth;
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001459 }
1460 }
1461
Lee, Chun-Yib3c90922010-12-07 10:29:22 +08001462 if (has_cap(ACER_CAP_THREEG)) {
1463 threeg_rfkill = acer_rfkill_register(dev,
1464 RFKILL_TYPE_WWAN, "acer-threeg",
1465 ACER_CAP_THREEG);
1466 if (IS_ERR(threeg_rfkill)) {
Lee, Chun-Yi1709ada2011-08-18 18:47:33 +08001467 err = PTR_ERR(threeg_rfkill);
1468 goto error_threeg;
Lee, Chun-Yib3c90922010-12-07 10:29:22 +08001469 }
1470 }
1471
Lee, Chun-Yi8215af02011-03-28 16:52:02 +08001472 rfkill_inited = true;
1473
Lee, Chun-Yi1709ada2011-08-18 18:47:33 +08001474 if ((ec_raw_mode || !wmi_has_guid(ACERWMID_EVENT_GUID)) &&
1475 has_cap(ACER_CAP_WIRELESS | ACER_CAP_BLUETOOTH | ACER_CAP_THREEG))
Lee, Chun-Yi70a9b902011-03-28 06:34:13 -04001476 schedule_delayed_work(&acer_rfkill_work,
1477 round_jiffies_relative(HZ));
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001478
1479 return 0;
Lee, Chun-Yi1709ada2011-08-18 18:47:33 +08001480
1481error_threeg:
1482 if (has_cap(ACER_CAP_BLUETOOTH)) {
1483 rfkill_unregister(bluetooth_rfkill);
1484 rfkill_destroy(bluetooth_rfkill);
1485 }
1486error_bluetooth:
1487 if (has_cap(ACER_CAP_WIRELESS)) {
1488 rfkill_unregister(wireless_rfkill);
1489 rfkill_destroy(wireless_rfkill);
1490 }
1491error_wireless:
1492 return err;
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001493}
1494
1495static void acer_rfkill_exit(void)
1496{
Lee, Chun-Yi1709ada2011-08-18 18:47:33 +08001497 if ((ec_raw_mode || !wmi_has_guid(ACERWMID_EVENT_GUID)) &&
1498 has_cap(ACER_CAP_WIRELESS | ACER_CAP_BLUETOOTH | ACER_CAP_THREEG))
Lee, Chun-Yi70a9b902011-03-28 06:34:13 -04001499 cancel_delayed_work_sync(&acer_rfkill_work);
Johannes Berg19d337d2009-06-02 13:01:37 +02001500
Lee, Chun-Yi1709ada2011-08-18 18:47:33 +08001501 if (has_cap(ACER_CAP_WIRELESS)) {
1502 rfkill_unregister(wireless_rfkill);
1503 rfkill_destroy(wireless_rfkill);
1504 }
Johannes Berg19d337d2009-06-02 13:01:37 +02001505
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001506 if (has_cap(ACER_CAP_BLUETOOTH)) {
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001507 rfkill_unregister(bluetooth_rfkill);
Johannes Berg19d337d2009-06-02 13:01:37 +02001508 rfkill_destroy(bluetooth_rfkill);
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001509 }
Lee, Chun-Yib3c90922010-12-07 10:29:22 +08001510
1511 if (has_cap(ACER_CAP_THREEG)) {
1512 rfkill_unregister(threeg_rfkill);
1513 rfkill_destroy(threeg_rfkill);
1514 }
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001515 return;
1516}
1517
1518/*
Carlos Corbacho7d9a06d2008-10-08 21:40:26 +01001519 * sysfs interface
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001520 */
Carlos Corbacho7d9a06d2008-10-08 21:40:26 +01001521static ssize_t show_bool_threeg(struct device *dev,
1522 struct device_attribute *attr, char *buf)
1523{
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001524 u32 result; \
Lee, Chun-Yib3c90922010-12-07 10:29:22 +08001525 acpi_status status;
Lee, Chun-Yi7b8aca62011-05-31 14:52:22 +08001526
Joe Perches6e71f382011-11-29 11:04:05 -08001527 pr_info("This threeg sysfs will be removed in 2012 - used by: %s\n",
1528 current->comm);
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001529 status = get_u32(&result, ACER_CAP_THREEG);
Carlos Corbacho7d9a06d2008-10-08 21:40:26 +01001530 if (ACPI_SUCCESS(status))
1531 return sprintf(buf, "%u\n", result);
1532 return sprintf(buf, "Read error\n");
1533}
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001534
Carlos Corbacho7d9a06d2008-10-08 21:40:26 +01001535static ssize_t set_bool_threeg(struct device *dev,
1536 struct device_attribute *attr, const char *buf, size_t count)
1537{
1538 u32 tmp = simple_strtoul(buf, NULL, 10);
1539 acpi_status status = set_u32(tmp, ACER_CAP_THREEG);
Joe Perches6e71f382011-11-29 11:04:05 -08001540 pr_info("This threeg sysfs will be removed in 2012 - used by: %s\n",
1541 current->comm);
Lee, Chun-Yi7b8aca62011-05-31 14:52:22 +08001542 if (ACPI_FAILURE(status))
1543 return -EINVAL;
Carlos Corbacho7d9a06d2008-10-08 21:40:26 +01001544 return count;
1545}
Vasiliy Kulikovb80b1682011-02-04 15:23:56 +03001546static DEVICE_ATTR(threeg, S_IRUGO | S_IWUSR, show_bool_threeg,
Carlos Corbacho7d9a06d2008-10-08 21:40:26 +01001547 set_bool_threeg);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001548
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001549static ssize_t show_interface(struct device *dev, struct device_attribute *attr,
1550 char *buf)
1551{
Joe Perches6e71f382011-11-29 11:04:05 -08001552 pr_info("This interface sysfs will be removed in 2012 - used by: %s\n",
1553 current->comm);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001554 switch (interface->type) {
1555 case ACER_AMW0:
1556 return sprintf(buf, "AMW0\n");
1557 case ACER_AMW0_V2:
1558 return sprintf(buf, "AMW0 v2\n");
1559 case ACER_WMID:
1560 return sprintf(buf, "WMID\n");
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001561 case ACER_WMID_v2:
1562 return sprintf(buf, "WMID v2\n");
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001563 default:
1564 return sprintf(buf, "Error!\n");
1565 }
1566}
1567
Axel Lin370525d2010-06-30 10:20:23 +08001568static DEVICE_ATTR(interface, S_IRUGO, show_interface, NULL);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001569
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +08001570static void acer_wmi_notify(u32 value, void *context)
1571{
1572 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL };
1573 union acpi_object *obj;
1574 struct event_return_value return_value;
1575 acpi_status status;
Seth Forshee92530662011-06-21 12:00:33 -05001576 u16 device_state;
1577 const struct key_entry *key;
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +08001578
1579 status = wmi_get_event_data(value, &response);
1580 if (status != AE_OK) {
Joe Perches249c7202011-03-29 15:21:34 -07001581 pr_warn("bad event status 0x%x\n", status);
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +08001582 return;
1583 }
1584
1585 obj = (union acpi_object *)response.pointer;
1586
1587 if (!obj)
1588 return;
1589 if (obj->type != ACPI_TYPE_BUFFER) {
Joe Perches249c7202011-03-29 15:21:34 -07001590 pr_warn("Unknown response received %d\n", obj->type);
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +08001591 kfree(obj);
1592 return;
1593 }
1594 if (obj->buffer.length != 8) {
Joe Perches249c7202011-03-29 15:21:34 -07001595 pr_warn("Unknown buffer length %d\n", obj->buffer.length);
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +08001596 kfree(obj);
1597 return;
1598 }
1599
1600 return_value = *((struct event_return_value *)obj->buffer.pointer);
1601 kfree(obj);
1602
1603 switch (return_value.function) {
1604 case WMID_HOTKEY_EVENT:
Seth Forshee92530662011-06-21 12:00:33 -05001605 device_state = return_value.device_state;
1606 pr_debug("device state: 0x%x\n", device_state);
1607
1608 key = sparse_keymap_entry_from_scancode(acer_wmi_input_dev,
1609 return_value.key_num);
1610 if (!key) {
Joe Perches249c7202011-03-29 15:21:34 -07001611 pr_warn("Unknown key number - 0x%x\n",
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +08001612 return_value.key_num);
Seth Forshee92530662011-06-21 12:00:33 -05001613 } else {
1614 switch (key->keycode) {
1615 case KEY_WLAN:
1616 case KEY_BLUETOOTH:
1617 if (has_cap(ACER_CAP_WIRELESS))
1618 rfkill_set_sw_state(wireless_rfkill,
1619 !(device_state & ACER_WMID3_GDS_WIRELESS));
1620 if (has_cap(ACER_CAP_THREEG))
1621 rfkill_set_sw_state(threeg_rfkill,
1622 !(device_state & ACER_WMID3_GDS_THREEG));
1623 if (has_cap(ACER_CAP_BLUETOOTH))
1624 rfkill_set_sw_state(bluetooth_rfkill,
1625 !(device_state & ACER_WMID3_GDS_BLUETOOTH));
1626 break;
1627 }
1628 sparse_keymap_report_entry(acer_wmi_input_dev, key,
1629 1, true);
1630 }
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +08001631 break;
1632 default:
Joe Perches249c7202011-03-29 15:21:34 -07001633 pr_warn("Unknown function number - %d - %d\n",
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +08001634 return_value.function, return_value.key_num);
1635 break;
1636 }
1637}
1638
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -05001639static acpi_status
1640wmid3_set_lm_mode(struct lm_input_params *params,
1641 struct lm_return_value *return_value)
1642{
1643 acpi_status status;
1644 union acpi_object *obj;
1645
1646 struct acpi_buffer input = { sizeof(struct lm_input_params), params };
1647 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };
1648
1649 status = wmi_evaluate_method(WMID_GUID3, 0, 0x1, &input, &output);
1650 if (ACPI_FAILURE(status))
1651 return status;
1652
1653 obj = output.pointer;
1654
1655 if (!obj)
1656 return AE_ERROR;
1657 else if (obj->type != ACPI_TYPE_BUFFER) {
1658 kfree(obj);
1659 return AE_ERROR;
1660 }
1661 if (obj->buffer.length != 4) {
Joe Perches249c7202011-03-29 15:21:34 -07001662 pr_warn("Unknown buffer length %d\n", obj->buffer.length);
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -05001663 kfree(obj);
1664 return AE_ERROR;
1665 }
1666
1667 *return_value = *((struct lm_return_value *)obj->buffer.pointer);
1668 kfree(obj);
1669
1670 return status;
1671}
1672
1673static int acer_wmi_enable_ec_raw(void)
1674{
1675 struct lm_return_value return_value;
1676 acpi_status status;
1677 struct lm_input_params params = {
1678 .function_num = 0x1,
1679 .commun_devices = 0xFFFF,
1680 .devices = 0xFFFF,
1681 .lm_status = 0x00, /* Launch Manager Deactive */
1682 };
1683
1684 status = wmid3_set_lm_mode(&params, &return_value);
1685
1686 if (return_value.error_code || return_value.ec_return_value)
Joe Perches249c7202011-03-29 15:21:34 -07001687 pr_warn("Enabling EC raw mode failed: 0x%x - 0x%x\n",
1688 return_value.error_code,
1689 return_value.ec_return_value);
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -05001690 else
Joe Perches249c7202011-03-29 15:21:34 -07001691 pr_info("Enabled EC raw mode\n");
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -05001692
1693 return status;
1694}
1695
1696static int acer_wmi_enable_lm(void)
1697{
1698 struct lm_return_value return_value;
1699 acpi_status status;
1700 struct lm_input_params params = {
1701 .function_num = 0x1,
1702 .commun_devices = 0xFFFF,
1703 .devices = 0xFFFF,
1704 .lm_status = 0x01, /* Launch Manager Active */
1705 };
1706
1707 status = wmid3_set_lm_mode(&params, &return_value);
1708
1709 if (return_value.error_code || return_value.ec_return_value)
Joe Perches249c7202011-03-29 15:21:34 -07001710 pr_warn("Enabling Launch Manager failed: 0x%x - 0x%x\n",
1711 return_value.error_code,
1712 return_value.ec_return_value);
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -05001713
1714 return status;
1715}
1716
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +08001717static int __init acer_wmi_input_setup(void)
1718{
1719 acpi_status status;
1720 int err;
1721
1722 acer_wmi_input_dev = input_allocate_device();
1723 if (!acer_wmi_input_dev)
1724 return -ENOMEM;
1725
1726 acer_wmi_input_dev->name = "Acer WMI hotkeys";
1727 acer_wmi_input_dev->phys = "wmi/input0";
1728 acer_wmi_input_dev->id.bustype = BUS_HOST;
1729
1730 err = sparse_keymap_setup(acer_wmi_input_dev, acer_wmi_keymap, NULL);
1731 if (err)
1732 goto err_free_dev;
1733
1734 status = wmi_install_notify_handler(ACERWMID_EVENT_GUID,
1735 acer_wmi_notify, NULL);
1736 if (ACPI_FAILURE(status)) {
1737 err = -EIO;
1738 goto err_free_keymap;
1739 }
1740
1741 err = input_register_device(acer_wmi_input_dev);
1742 if (err)
1743 goto err_uninstall_notifier;
1744
1745 return 0;
1746
1747err_uninstall_notifier:
1748 wmi_remove_notify_handler(ACERWMID_EVENT_GUID);
1749err_free_keymap:
1750 sparse_keymap_free(acer_wmi_input_dev);
1751err_free_dev:
1752 input_free_device(acer_wmi_input_dev);
1753 return err;
1754}
1755
1756static void acer_wmi_input_destroy(void)
1757{
1758 wmi_remove_notify_handler(ACERWMID_EVENT_GUID);
1759 sparse_keymap_free(acer_wmi_input_dev);
1760 input_unregister_device(acer_wmi_input_dev);
1761}
1762
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001763/*
Carlos Corbacho81143522008-06-21 09:09:53 +01001764 * debugfs functions
1765 */
1766static u32 get_wmid_devices(void)
1767{
1768 struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL};
1769 union acpi_object *obj;
1770 acpi_status status;
Axel Lin66904862010-07-20 15:19:52 -07001771 u32 devices = 0;
Carlos Corbacho81143522008-06-21 09:09:53 +01001772
1773 status = wmi_query_block(WMID_GUID2, 1, &out);
1774 if (ACPI_FAILURE(status))
1775 return 0;
1776
1777 obj = (union acpi_object *) out.pointer;
1778 if (obj && obj->type == ACPI_TYPE_BUFFER &&
Lee, Chun-Yiab6a93162011-05-22 07:33:53 +08001779 (obj->buffer.length == sizeof(u32) ||
1780 obj->buffer.length == sizeof(u64))) {
Axel Lin66904862010-07-20 15:19:52 -07001781 devices = *((u32 *) obj->buffer.pointer);
Lee, Chun-Yi987dfba2011-05-27 14:52:14 +08001782 } else if (obj->type == ACPI_TYPE_INTEGER) {
1783 devices = (u32) obj->integer.value;
Carlos Corbacho81143522008-06-21 09:09:53 +01001784 }
Axel Lin66904862010-07-20 15:19:52 -07001785
1786 kfree(out.pointer);
1787 return devices;
Carlos Corbacho81143522008-06-21 09:09:53 +01001788}
1789
1790/*
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001791 * Platform device
1792 */
1793static int __devinit acer_platform_probe(struct platform_device *device)
1794{
1795 int err;
1796
1797 if (has_cap(ACER_CAP_MAILLED)) {
1798 err = acer_led_init(&device->dev);
1799 if (err)
1800 goto error_mailled;
1801 }
1802
1803 if (has_cap(ACER_CAP_BRIGHTNESS)) {
1804 err = acer_backlight_init(&device->dev);
1805 if (err)
1806 goto error_brightness;
1807 }
1808
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001809 err = acer_rfkill_init(&device->dev);
Andy Whitcroft350e3292009-04-04 09:33:34 +01001810 if (err)
1811 goto error_rfkill;
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001812
1813 return err;
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001814
Andy Whitcroft350e3292009-04-04 09:33:34 +01001815error_rfkill:
1816 if (has_cap(ACER_CAP_BRIGHTNESS))
1817 acer_backlight_exit();
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001818error_brightness:
Andy Whitcroft350e3292009-04-04 09:33:34 +01001819 if (has_cap(ACER_CAP_MAILLED))
1820 acer_led_exit();
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001821error_mailled:
1822 return err;
1823}
1824
1825static int acer_platform_remove(struct platform_device *device)
1826{
1827 if (has_cap(ACER_CAP_MAILLED))
1828 acer_led_exit();
1829 if (has_cap(ACER_CAP_BRIGHTNESS))
1830 acer_backlight_exit();
Carlos Corbacho0606e1a2008-10-08 21:40:21 +01001831
1832 acer_rfkill_exit();
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001833 return 0;
1834}
1835
1836static int acer_platform_suspend(struct platform_device *dev,
1837pm_message_t state)
1838{
1839 u32 value;
1840 struct acer_data *data = &interface->data;
1841
1842 if (!data)
1843 return -ENOMEM;
1844
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001845 if (has_cap(ACER_CAP_MAILLED)) {
1846 get_u32(&value, ACER_CAP_MAILLED);
Pali Rohár9a0b74f2011-02-26 21:18:58 +01001847 set_u32(LED_OFF, ACER_CAP_MAILLED);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001848 data->mailled = value;
1849 }
1850
1851 if (has_cap(ACER_CAP_BRIGHTNESS)) {
1852 get_u32(&value, ACER_CAP_BRIGHTNESS);
1853 data->brightness = value;
1854 }
1855
1856 return 0;
1857}
1858
1859static int acer_platform_resume(struct platform_device *device)
1860{
1861 struct acer_data *data = &interface->data;
1862
1863 if (!data)
1864 return -ENOMEM;
1865
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001866 if (has_cap(ACER_CAP_MAILLED))
1867 set_u32(data->mailled, ACER_CAP_MAILLED);
1868
1869 if (has_cap(ACER_CAP_BRIGHTNESS))
1870 set_u32(data->brightness, ACER_CAP_BRIGHTNESS);
1871
1872 return 0;
1873}
1874
Pali Rohár9a0b74f2011-02-26 21:18:58 +01001875static void acer_platform_shutdown(struct platform_device *device)
1876{
1877 struct acer_data *data = &interface->data;
1878
1879 if (!data)
1880 return;
1881
1882 if (has_cap(ACER_CAP_MAILLED))
1883 set_u32(LED_OFF, ACER_CAP_MAILLED);
1884}
1885
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001886static struct platform_driver acer_platform_driver = {
1887 .driver = {
1888 .name = "acer-wmi",
1889 .owner = THIS_MODULE,
1890 },
1891 .probe = acer_platform_probe,
1892 .remove = acer_platform_remove,
1893 .suspend = acer_platform_suspend,
1894 .resume = acer_platform_resume,
Pali Rohár9a0b74f2011-02-26 21:18:58 +01001895 .shutdown = acer_platform_shutdown,
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001896};
1897
1898static struct platform_device *acer_platform_device;
1899
1900static int remove_sysfs(struct platform_device *device)
1901{
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001902 if (has_cap(ACER_CAP_THREEG))
1903 device_remove_file(&device->dev, &dev_attr_threeg);
1904
1905 device_remove_file(&device->dev, &dev_attr_interface);
1906
1907 return 0;
1908}
1909
1910static int create_sysfs(void)
1911{
1912 int retval = -ENOMEM;
1913
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001914 if (has_cap(ACER_CAP_THREEG)) {
1915 retval = device_create_file(&acer_platform_device->dev,
1916 &dev_attr_threeg);
1917 if (retval)
1918 goto error_sysfs;
1919 }
1920
1921 retval = device_create_file(&acer_platform_device->dev,
1922 &dev_attr_interface);
1923 if (retval)
1924 goto error_sysfs;
1925
1926 return 0;
1927
1928error_sysfs:
1929 remove_sysfs(acer_platform_device);
1930 return retval;
1931}
1932
Carlos Corbacho81143522008-06-21 09:09:53 +01001933static void remove_debugfs(void)
1934{
1935 debugfs_remove(interface->debug.devices);
1936 debugfs_remove(interface->debug.root);
1937}
1938
1939static int create_debugfs(void)
1940{
1941 interface->debug.root = debugfs_create_dir("acer-wmi", NULL);
1942 if (!interface->debug.root) {
Lee, Chun-Yicae15702011-03-16 18:52:36 +08001943 pr_err("Failed to create debugfs directory");
Carlos Corbacho81143522008-06-21 09:09:53 +01001944 return -ENOMEM;
1945 }
1946
1947 interface->debug.devices = debugfs_create_u32("devices", S_IRUGO,
1948 interface->debug.root,
1949 &interface->debug.wmid_devices);
1950 if (!interface->debug.devices)
1951 goto error_debugfs;
1952
1953 return 0;
1954
1955error_debugfs:
Russ Dill39dbbb42008-09-02 14:35:40 -07001956 remove_debugfs();
Carlos Corbacho81143522008-06-21 09:09:53 +01001957 return -ENOMEM;
1958}
1959
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001960static int __init acer_wmi_init(void)
1961{
1962 int err;
1963
Lee, Chun-Yicae15702011-03-16 18:52:36 +08001964 pr_info("Acer Laptop ACPI-WMI Extras\n");
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001965
Carlos Corbachoa74dd5f2009-04-04 09:33:29 +01001966 if (dmi_check_system(acer_blacklist)) {
Lee, Chun-Yicae15702011-03-16 18:52:36 +08001967 pr_info("Blacklisted hardware detected - not loading\n");
Carlos Corbachoa74dd5f2009-04-04 09:33:29 +01001968 return -ENODEV;
1969 }
1970
Carlos Corbacho9991d9f2008-06-21 09:09:22 +01001971 find_quirks();
1972
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001973 /*
1974 * Detect which ACPI-WMI interface we're using.
1975 */
1976 if (wmi_has_guid(AMW0_GUID1) && wmi_has_guid(WMID_GUID1))
1977 interface = &AMW0_V2_interface;
1978
1979 if (!wmi_has_guid(AMW0_GUID1) && wmi_has_guid(WMID_GUID1))
1980 interface = &wmid_interface;
1981
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001982 if (wmi_has_guid(WMID_GUID3))
1983 interface = &wmid_v2_interface;
1984
1985 if (interface)
1986 dmi_walk(type_aa_dmi_decode, NULL);
1987
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001988 if (wmi_has_guid(WMID_GUID2) && interface) {
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001989 if (!has_type_aa && ACPI_FAILURE(WMID_set_capabilities())) {
Lee, Chun-Yicae15702011-03-16 18:52:36 +08001990 pr_err("Unable to detect available WMID devices\n");
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001991 return -ENODEV;
1992 }
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08001993 /* WMID always provides brightness methods */
1994 interface->capability |= ACER_CAP_BRIGHTNESS;
1995 } else if (!wmi_has_guid(WMID_GUID2) && interface && !has_type_aa) {
Lee, Chun-Yicae15702011-03-16 18:52:36 +08001996 pr_err("No WMID device detection method found\n");
Carlos Corbacho745a5d22008-02-05 02:17:10 +00001997 return -ENODEV;
1998 }
1999
2000 if (wmi_has_guid(AMW0_GUID1) && !wmi_has_guid(WMID_GUID1)) {
2001 interface = &AMW0_interface;
2002
2003 if (ACPI_FAILURE(AMW0_set_capabilities())) {
Lee, Chun-Yicae15702011-03-16 18:52:36 +08002004 pr_err("Unable to detect available AMW0 devices\n");
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002005 return -ENODEV;
2006 }
2007 }
2008
Carlos Corbacho9b963c42008-02-24 13:34:29 +00002009 if (wmi_has_guid(AMW0_GUID1))
2010 AMW0_find_mailled();
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002011
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002012 if (!interface) {
Lee, Chun-Yicae15702011-03-16 18:52:36 +08002013 pr_err("No or unsupported WMI interface, unable to load\n");
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002014 return -ENODEV;
2015 }
2016
Arjan van de Ven83097ac2008-08-23 21:45:21 -07002017 set_quirks();
2018
Lee, Chun-Yi72e71de2011-08-18 18:47:32 +08002019 if (acpi_video_backlight_support()) {
Thomas Renningerfebf2d92008-08-01 17:37:56 +02002020 interface->capability &= ~ACER_CAP_BRIGHTNESS;
Joe Perches6e71f382011-11-29 11:04:05 -08002021 pr_info("Brightness must be controlled by generic video driver\n");
Thomas Renningerfebf2d92008-08-01 17:37:56 +02002022 }
2023
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -05002024 if (wmi_has_guid(WMID_GUID3)) {
2025 if (ec_raw_mode) {
2026 if (ACPI_FAILURE(acer_wmi_enable_ec_raw())) {
Lee, Chun-Yicae15702011-03-16 18:52:36 +08002027 pr_err("Cannot enable EC raw mode\n");
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -05002028 return -ENODEV;
2029 }
2030 } else if (ACPI_FAILURE(acer_wmi_enable_lm())) {
Lee, Chun-Yicae15702011-03-16 18:52:36 +08002031 pr_err("Cannot enable Launch Manager mode\n");
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -05002032 return -ENODEV;
2033 }
2034 } else if (ec_raw_mode) {
Lee, Chun-Yicae15702011-03-16 18:52:36 +08002035 pr_info("No WMID EC raw mode enable method\n");
From: Lee, Chun-Yi59ccf2f2011-01-07 17:25:14 -05002036 }
2037
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +08002038 if (wmi_has_guid(ACERWMID_EVENT_GUID)) {
2039 err = acer_wmi_input_setup();
2040 if (err)
2041 return err;
2042 }
2043
Axel Lin1c796322010-06-22 16:17:38 +08002044 err = platform_driver_register(&acer_platform_driver);
2045 if (err) {
Joe Perches6e71f382011-11-29 11:04:05 -08002046 pr_err("Unable to register platform driver\n");
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002047 goto error_platform_register;
2048 }
Axel Lin1c796322010-06-22 16:17:38 +08002049
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002050 acer_platform_device = platform_device_alloc("acer-wmi", -1);
Axel Lin1c796322010-06-22 16:17:38 +08002051 if (!acer_platform_device) {
2052 err = -ENOMEM;
2053 goto error_device_alloc;
2054 }
2055
2056 err = platform_device_add(acer_platform_device);
2057 if (err)
2058 goto error_device_add;
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002059
2060 err = create_sysfs();
2061 if (err)
Axel Lin1c796322010-06-22 16:17:38 +08002062 goto error_create_sys;
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002063
Carlos Corbacho81143522008-06-21 09:09:53 +01002064 if (wmi_has_guid(WMID_GUID2)) {
2065 interface->debug.wmid_devices = get_wmid_devices();
2066 err = create_debugfs();
2067 if (err)
Axel Lin1c796322010-06-22 16:17:38 +08002068 goto error_create_debugfs;
Carlos Corbacho81143522008-06-21 09:09:53 +01002069 }
2070
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002071 /* Override any initial settings with values from the commandline */
2072 acer_commandline_init();
2073
2074 return 0;
2075
Axel Lin1c796322010-06-22 16:17:38 +08002076error_create_debugfs:
2077 remove_sysfs(acer_platform_device);
2078error_create_sys:
2079 platform_device_del(acer_platform_device);
2080error_device_add:
2081 platform_device_put(acer_platform_device);
2082error_device_alloc:
2083 platform_driver_unregister(&acer_platform_driver);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002084error_platform_register:
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +08002085 if (wmi_has_guid(ACERWMID_EVENT_GUID))
2086 acer_wmi_input_destroy();
2087
Axel Lin1c796322010-06-22 16:17:38 +08002088 return err;
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002089}
2090
2091static void __exit acer_wmi_exit(void)
2092{
Lee, Chun-Yi3fdca872010-12-07 10:29:20 +08002093 if (wmi_has_guid(ACERWMID_EVENT_GUID))
2094 acer_wmi_input_destroy();
2095
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002096 remove_sysfs(acer_platform_device);
Russ Dill39dbbb42008-09-02 14:35:40 -07002097 remove_debugfs();
Axel Lin97ba0af2010-06-03 15:18:03 +08002098 platform_device_unregister(acer_platform_device);
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002099 platform_driver_unregister(&acer_platform_driver);
2100
Lee, Chun-Yicae15702011-03-16 18:52:36 +08002101 pr_info("Acer Laptop WMI Extras unloaded\n");
Carlos Corbacho745a5d22008-02-05 02:17:10 +00002102 return;
2103}
2104
2105module_init(acer_wmi_init);
2106module_exit(acer_wmi_exit);