blob: 5f0eb767e8a606a3790a64e400789d99b9e23c70 [file] [log] [blame]
Eric Coopere59f8792008-03-13 12:55:46 +01001/*
Alan Jenkinsa7624b62009-12-03 07:45:08 +00002 * eeepc-laptop.c - Asus Eee PC extras
Eric Coopere59f8792008-03-13 12:55:46 +01003 *
4 * Based on asus_acpi.c as patched for the Eee PC by Asus:
5 * ftp://ftp.asus.com/pub/ASUS/EeePC/701/ASUS_ACPI_071126.rar
6 * Based on eee.c from eeepc-linux
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 */
18
Joe Perches19b53282009-06-25 13:25:37 +020019#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
20
Eric Coopere59f8792008-03-13 12:55:46 +010021#include <linux/kernel.h>
22#include <linux/module.h>
23#include <linux/init.h>
24#include <linux/types.h>
25#include <linux/platform_device.h>
Corentin Charya5fa4292008-03-13 12:56:37 +010026#include <linux/backlight.h>
27#include <linux/fb.h>
Corentin Charye1faa9d2008-03-13 12:57:18 +010028#include <linux/hwmon.h>
29#include <linux/hwmon-sysfs.h>
Eric Coopere59f8792008-03-13 12:55:46 +010030#include <acpi/acpi_drivers.h>
31#include <acpi/acpi_bus.h>
32#include <linux/uaccess.h>
Matthew Garretta195dcd2008-08-19 12:13:20 +010033#include <linux/input.h>
34#include <linux/rfkill.h>
Matthew Garrett57402942009-01-20 16:17:48 +010035#include <linux/pci.h>
Corentin Chary2b121bc2009-06-25 13:25:36 +020036#include <linux/pci_hotplug.h>
Corentin Chary3c0eb512009-12-03 07:44:52 +000037#include <linux/leds.h>
Eric Coopere59f8792008-03-13 12:55:46 +010038
39#define EEEPC_LAPTOP_VERSION "0.1"
Alan Jenkinsa7624b62009-12-03 07:45:08 +000040#define EEEPC_LAPTOP_NAME "Eee PC Hotkey Driver"
41#define EEEPC_LAPTOP_FILE "eeepc"
Eric Coopere59f8792008-03-13 12:55:46 +010042
Alan Jenkinsa7624b62009-12-03 07:45:08 +000043#define EEEPC_ACPI_CLASS "hotkey"
44#define EEEPC_ACPI_DEVICE_NAME "Hotkey"
45#define EEEPC_ACPI_HID "ASUS010"
Eric Coopere59f8792008-03-13 12:55:46 +010046
Alan Jenkins52bbe3c2009-12-03 07:45:07 +000047MODULE_AUTHOR("Corentin Chary, Eric Cooper");
Alan Jenkinsa7624b62009-12-03 07:45:08 +000048MODULE_DESCRIPTION(EEEPC_LAPTOP_NAME);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +000049MODULE_LICENSE("GPL");
Eric Coopere59f8792008-03-13 12:55:46 +010050
51/*
52 * Definitions for Asus EeePC
53 */
Corentin Charya5fa4292008-03-13 12:56:37 +010054#define NOTIFY_BRN_MIN 0x20
55#define NOTIFY_BRN_MAX 0x2f
Eric Coopere59f8792008-03-13 12:55:46 +010056
57enum {
58 DISABLE_ASL_WLAN = 0x0001,
59 DISABLE_ASL_BLUETOOTH = 0x0002,
60 DISABLE_ASL_IRDA = 0x0004,
61 DISABLE_ASL_CAMERA = 0x0008,
62 DISABLE_ASL_TV = 0x0010,
63 DISABLE_ASL_GPS = 0x0020,
64 DISABLE_ASL_DISPLAYSWITCH = 0x0040,
65 DISABLE_ASL_MODEM = 0x0080,
Corentin Charyb7b700d2009-06-16 19:28:52 +000066 DISABLE_ASL_CARDREADER = 0x0100,
67 DISABLE_ASL_3G = 0x0200,
68 DISABLE_ASL_WIMAX = 0x0400,
69 DISABLE_ASL_HWCF = 0x0800
Eric Coopere59f8792008-03-13 12:55:46 +010070};
71
72enum {
73 CM_ASL_WLAN = 0,
74 CM_ASL_BLUETOOTH,
75 CM_ASL_IRDA,
76 CM_ASL_1394,
77 CM_ASL_CAMERA,
78 CM_ASL_TV,
79 CM_ASL_GPS,
80 CM_ASL_DVDROM,
81 CM_ASL_DISPLAYSWITCH,
82 CM_ASL_PANELBRIGHT,
83 CM_ASL_BIOSFLASH,
84 CM_ASL_ACPIFLASH,
85 CM_ASL_CPUFV,
86 CM_ASL_CPUTEMPERATURE,
87 CM_ASL_FANCPU,
88 CM_ASL_FANCHASSIS,
89 CM_ASL_USBPORT1,
90 CM_ASL_USBPORT2,
91 CM_ASL_USBPORT3,
92 CM_ASL_MODEM,
93 CM_ASL_CARDREADER,
Corentin Charyb7b700d2009-06-16 19:28:52 +000094 CM_ASL_3G,
95 CM_ASL_WIMAX,
96 CM_ASL_HWCF,
97 CM_ASL_LID,
98 CM_ASL_TYPE,
99 CM_ASL_PANELPOWER, /*P901*/
100 CM_ASL_TPD
Eric Coopere59f8792008-03-13 12:55:46 +0100101};
102
Adrian Bunk14109462008-06-25 19:25:47 +0300103static const char *cm_getv[] = {
Jonathan McDowell3af9bfc2008-12-03 20:31:11 +0000104 "WLDG", "BTHG", NULL, NULL,
Eric Coopere59f8792008-03-13 12:55:46 +0100105 "CAMG", NULL, NULL, NULL,
106 NULL, "PBLG", NULL, NULL,
107 "CFVG", NULL, NULL, NULL,
108 "USBG", NULL, NULL, "MODG",
Corentin Charyb7b700d2009-06-16 19:28:52 +0000109 "CRDG", "M3GG", "WIMG", "HWCF",
110 "LIDG", "TYPE", "PBPG", "TPDG"
Eric Coopere59f8792008-03-13 12:55:46 +0100111};
112
Adrian Bunk14109462008-06-25 19:25:47 +0300113static const char *cm_setv[] = {
Jonathan McDowell3af9bfc2008-12-03 20:31:11 +0000114 "WLDS", "BTHS", NULL, NULL,
Eric Coopere59f8792008-03-13 12:55:46 +0100115 "CAMS", NULL, NULL, NULL,
116 "SDSP", "PBLS", "HDPS", NULL,
117 "CFVS", NULL, NULL, NULL,
118 "USBG", NULL, NULL, "MODS",
Corentin Charyb7b700d2009-06-16 19:28:52 +0000119 "CRDS", "M3GS", "WIMS", NULL,
120 NULL, NULL, "PBPS", "TPDS"
Eric Coopere59f8792008-03-13 12:55:46 +0100121};
122
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000123struct key_entry {
124 char type;
125 u8 code;
126 u16 keycode;
127};
Corentin Charye1faa9d2008-03-13 12:57:18 +0100128
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000129enum { KE_KEY, KE_END };
130
Alan Jenkins854c7832009-12-03 07:45:09 +0000131static const struct key_entry eeepc_keymap[] = {
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000132 /* Sleep already handled via generic ACPI code */
133 {KE_KEY, 0x10, KEY_WLAN },
134 {KE_KEY, 0x11, KEY_WLAN },
135 {KE_KEY, 0x12, KEY_PROG1 },
136 {KE_KEY, 0x13, KEY_MUTE },
137 {KE_KEY, 0x14, KEY_VOLUMEDOWN },
138 {KE_KEY, 0x15, KEY_VOLUMEUP },
Corentin Charyb39b85e742009-12-03 07:45:13 +0000139 {KE_KEY, 0x16, KEY_DISPLAY_OFF },
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000140 {KE_KEY, 0x1a, KEY_COFFEE },
141 {KE_KEY, 0x1b, KEY_ZOOM },
142 {KE_KEY, 0x1c, KEY_PROG2 },
143 {KE_KEY, 0x1d, KEY_PROG3 },
144 {KE_KEY, NOTIFY_BRN_MIN, KEY_BRIGHTNESSDOWN },
145 {KE_KEY, NOTIFY_BRN_MAX, KEY_BRIGHTNESSUP },
146 {KE_KEY, 0x30, KEY_SWITCHVIDEOMODE },
147 {KE_KEY, 0x31, KEY_SWITCHVIDEOMODE },
148 {KE_KEY, 0x32, KEY_SWITCHVIDEOMODE },
Corentin Charyb39b85e742009-12-03 07:45:13 +0000149 {KE_KEY, 0x37, KEY_F13 }, /* Disable Touchpad */
150 {KE_KEY, 0x38, KEY_F14 },
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000151 {KE_END, 0},
152};
Alan Jenkins463b4e42009-12-03 07:45:03 +0000153
Corentin Charye1faa9d2008-03-13 12:57:18 +0100154
Eric Coopere59f8792008-03-13 12:55:46 +0100155/*
156 * This is the main structure, we can use it to store useful information
Eric Coopere59f8792008-03-13 12:55:46 +0100157 */
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000158struct eeepc_laptop {
Alan Jenkins854c7832009-12-03 07:45:09 +0000159 acpi_handle handle; /* the handle of the acpi device */
Eric Coopere59f8792008-03-13 12:55:46 +0100160 u32 cm_supported; /* the control methods supported
161 by this BIOS */
Eric Coopere59f8792008-03-13 12:55:46 +0100162 u16 event_count[128]; /* count for each event */
Alan Jenkins854c7832009-12-03 07:45:09 +0000163
164 struct platform_device *platform_device;
165 struct device *hwmon_device;
166 struct backlight_device *backlight_device;
167
Matthew Garretta195dcd2008-08-19 12:13:20 +0100168 struct input_dev *inputdev;
Alan Jenkins854c7832009-12-03 07:45:09 +0000169 struct key_entry *keymap;
170
Corentin Chary7de39382009-06-25 13:25:38 +0200171 struct rfkill *wlan_rfkill;
172 struct rfkill *bluetooth_rfkill;
Corentin Chary3cd530b2009-06-25 13:25:42 +0200173 struct rfkill *wwan3g_rfkill;
Corentin Charyd1ec9c32009-08-28 12:56:41 +0000174 struct rfkill *wimax_rfkill;
Alan Jenkins854c7832009-12-03 07:45:09 +0000175
Corentin Chary2b121bc2009-06-25 13:25:36 +0200176 struct hotplug_slot *hotplug_slot;
Alan Jenkinsdcf443b2009-08-28 12:56:33 +0000177 struct mutex hotplug_lock;
Alan Jenkins854c7832009-12-03 07:45:09 +0000178
179 struct led_classdev tpd_led;
180 int tpd_led_wk;
181 struct workqueue_struct *led_workqueue;
182 struct work_struct tpd_led_work;
Eric Coopere59f8792008-03-13 12:55:46 +0100183};
184
Eric Coopere59f8792008-03-13 12:55:46 +0100185/*
186 * ACPI Helpers
187 */
Alan Jenkins6b188a72009-12-03 07:45:02 +0000188static int write_acpi_int(acpi_handle handle, const char *method, int val)
Eric Coopere59f8792008-03-13 12:55:46 +0100189{
190 struct acpi_object_list params;
191 union acpi_object in_obj;
192 acpi_status status;
193
194 params.count = 1;
195 params.pointer = &in_obj;
196 in_obj.type = ACPI_TYPE_INTEGER;
197 in_obj.integer.value = val;
198
Alan Jenkins6b188a72009-12-03 07:45:02 +0000199 status = acpi_evaluate_object(handle, (char *)method, &params, NULL);
Eric Coopere59f8792008-03-13 12:55:46 +0100200 return (status == AE_OK ? 0 : -1);
201}
202
203static int read_acpi_int(acpi_handle handle, const char *method, int *val)
204{
205 acpi_status status;
Matthew Wilcox27663c52008-10-10 02:22:59 -0400206 unsigned long long result;
Eric Coopere59f8792008-03-13 12:55:46 +0100207
208 status = acpi_evaluate_integer(handle, (char *)method, NULL, &result);
209 if (ACPI_FAILURE(status)) {
210 *val = -1;
211 return -1;
212 } else {
213 *val = result;
214 return 0;
215 }
216}
217
Alan Jenkins854c7832009-12-03 07:45:09 +0000218static int set_acpi(struct eeepc_laptop *eeepc, int cm, int value)
Eric Coopere59f8792008-03-13 12:55:46 +0100219{
Alan Jenkins13f70022009-12-03 07:44:59 +0000220 const char *method = cm_setv[cm];
221
222 if (method == NULL)
223 return -ENODEV;
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000224 if ((eeepc->cm_supported & (0x1 << cm)) == 0)
Alan Jenkins13f70022009-12-03 07:44:59 +0000225 return -ENODEV;
226
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000227 if (write_acpi_int(eeepc->handle, method, value))
Alan Jenkins13f70022009-12-03 07:44:59 +0000228 pr_warning("Error writing %s\n", method);
Eric Coopere59f8792008-03-13 12:55:46 +0100229 return 0;
230}
231
Alan Jenkins854c7832009-12-03 07:45:09 +0000232static int get_acpi(struct eeepc_laptop *eeepc, int cm)
Eric Coopere59f8792008-03-13 12:55:46 +0100233{
Alan Jenkins13f70022009-12-03 07:44:59 +0000234 const char *method = cm_getv[cm];
235 int value;
236
237 if (method == NULL)
238 return -ENODEV;
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000239 if ((eeepc->cm_supported & (0x1 << cm)) == 0)
Alan Jenkins13f70022009-12-03 07:44:59 +0000240 return -ENODEV;
241
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000242 if (read_acpi_int(eeepc->handle, method, &value))
Alan Jenkins13f70022009-12-03 07:44:59 +0000243 pr_warning("Error reading %s\n", method);
Eric Coopere59f8792008-03-13 12:55:46 +0100244 return value;
245}
246
Corentin Charyf90be872009-12-03 07:45:14 +0000247static int acpi_setter_handle(struct eeepc_laptop *eeepc, int cm,
248 acpi_handle *handle)
Alan Jenkins854c7832009-12-03 07:45:09 +0000249{
250 const char *method = cm_setv[cm];
251 acpi_status status;
252
253 if (method == NULL)
254 return -ENODEV;
255 if ((eeepc->cm_supported & (0x1 << cm)) == 0)
256 return -ENODEV;
257
258 status = acpi_get_handle(eeepc->handle, (char *)method,
Corentin Charyf90be872009-12-03 07:45:14 +0000259 handle);
Alan Jenkins854c7832009-12-03 07:45:09 +0000260 if (status != AE_OK) {
261 pr_warning("Error finding %s\n", method);
262 return -ENODEV;
263 }
264 return 0;
265}
266
267
Eric Coopere59f8792008-03-13 12:55:46 +0100268/*
269 * Sys helpers
270 */
271static int parse_arg(const char *buf, unsigned long count, int *val)
272{
273 if (!count)
274 return 0;
275 if (sscanf(buf, "%i", val) != 1)
276 return -EINVAL;
277 return count;
278}
279
Alan Jenkins854c7832009-12-03 07:45:09 +0000280static ssize_t store_sys_acpi(struct device *dev, int cm,
281 const char *buf, size_t count)
Eric Coopere59f8792008-03-13 12:55:46 +0100282{
Alan Jenkins854c7832009-12-03 07:45:09 +0000283 struct eeepc_laptop *eeepc = dev_get_drvdata(dev);
Eric Coopere59f8792008-03-13 12:55:46 +0100284 int rv, value;
285
286 rv = parse_arg(buf, count, &value);
287 if (rv > 0)
Alan Jenkins854c7832009-12-03 07:45:09 +0000288 value = set_acpi(eeepc, cm, value);
Corentin Charyf36509e2009-06-25 13:25:40 +0200289 if (value < 0)
Alan Jenkins6dff29b2009-12-03 07:44:45 +0000290 return -EIO;
Eric Coopere59f8792008-03-13 12:55:46 +0100291 return rv;
292}
293
Alan Jenkins854c7832009-12-03 07:45:09 +0000294static ssize_t show_sys_acpi(struct device *dev, int cm, char *buf)
Eric Coopere59f8792008-03-13 12:55:46 +0100295{
Alan Jenkins854c7832009-12-03 07:45:09 +0000296 struct eeepc_laptop *eeepc = dev_get_drvdata(dev);
297 int value = get_acpi(eeepc, cm);
Corentin Charyf36509e2009-06-25 13:25:40 +0200298
299 if (value < 0)
Alan Jenkins6dff29b2009-12-03 07:44:45 +0000300 return -EIO;
Corentin Charyf36509e2009-06-25 13:25:40 +0200301 return sprintf(buf, "%d\n", value);
Eric Coopere59f8792008-03-13 12:55:46 +0100302}
303
Alan Jenkins6dff29b2009-12-03 07:44:45 +0000304#define EEEPC_CREATE_DEVICE_ATTR(_name, _mode, _cm) \
Eric Coopere59f8792008-03-13 12:55:46 +0100305 static ssize_t show_##_name(struct device *dev, \
306 struct device_attribute *attr, \
307 char *buf) \
308 { \
Alan Jenkins854c7832009-12-03 07:45:09 +0000309 return show_sys_acpi(dev, _cm, buf); \
Eric Coopere59f8792008-03-13 12:55:46 +0100310 } \
311 static ssize_t store_##_name(struct device *dev, \
312 struct device_attribute *attr, \
313 const char *buf, size_t count) \
314 { \
Alan Jenkins854c7832009-12-03 07:45:09 +0000315 return store_sys_acpi(dev, _cm, buf, count); \
Eric Coopere59f8792008-03-13 12:55:46 +0100316 } \
317 static struct device_attribute dev_attr_##_name = { \
318 .attr = { \
319 .name = __stringify(_name), \
Alan Jenkins6dff29b2009-12-03 07:44:45 +0000320 .mode = _mode }, \
Eric Coopere59f8792008-03-13 12:55:46 +0100321 .show = show_##_name, \
322 .store = store_##_name, \
323 }
324
Alan Jenkins6dff29b2009-12-03 07:44:45 +0000325EEEPC_CREATE_DEVICE_ATTR(camera, 0644, CM_ASL_CAMERA);
326EEEPC_CREATE_DEVICE_ATTR(cardr, 0644, CM_ASL_CARDREADER);
327EEEPC_CREATE_DEVICE_ATTR(disp, 0200, CM_ASL_DISPLAYSWITCH);
Corentin Charyb31d0fd2009-06-16 19:28:56 +0000328
329struct eeepc_cpufv {
330 int num;
331 int cur;
332};
333
Alan Jenkins854c7832009-12-03 07:45:09 +0000334static int get_cpufv(struct eeepc_laptop *eeepc, struct eeepc_cpufv *c)
Corentin Charyb31d0fd2009-06-16 19:28:56 +0000335{
Alan Jenkins854c7832009-12-03 07:45:09 +0000336 c->cur = get_acpi(eeepc, CM_ASL_CPUFV);
Corentin Charyb31d0fd2009-06-16 19:28:56 +0000337 c->num = (c->cur >> 8) & 0xff;
338 c->cur &= 0xff;
339 if (c->cur < 0 || c->num <= 0 || c->num > 12)
340 return -ENODEV;
341 return 0;
342}
343
344static ssize_t show_available_cpufv(struct device *dev,
345 struct device_attribute *attr,
346 char *buf)
347{
Alan Jenkins854c7832009-12-03 07:45:09 +0000348 struct eeepc_laptop *eeepc = dev_get_drvdata(dev);
Corentin Charyb31d0fd2009-06-16 19:28:56 +0000349 struct eeepc_cpufv c;
350 int i;
351 ssize_t len = 0;
352
Alan Jenkins854c7832009-12-03 07:45:09 +0000353 if (get_cpufv(eeepc, &c))
Corentin Charyb31d0fd2009-06-16 19:28:56 +0000354 return -ENODEV;
355 for (i = 0; i < c.num; i++)
356 len += sprintf(buf + len, "%d ", i);
357 len += sprintf(buf + len, "\n");
358 return len;
359}
360
361static ssize_t show_cpufv(struct device *dev,
362 struct device_attribute *attr,
363 char *buf)
364{
Alan Jenkins854c7832009-12-03 07:45:09 +0000365 struct eeepc_laptop *eeepc = dev_get_drvdata(dev);
Corentin Charyb31d0fd2009-06-16 19:28:56 +0000366 struct eeepc_cpufv c;
367
Alan Jenkins854c7832009-12-03 07:45:09 +0000368 if (get_cpufv(eeepc, &c))
Corentin Charyb31d0fd2009-06-16 19:28:56 +0000369 return -ENODEV;
370 return sprintf(buf, "%#x\n", (c.num << 8) | c.cur);
371}
372
373static ssize_t store_cpufv(struct device *dev,
374 struct device_attribute *attr,
375 const char *buf, size_t count)
376{
Alan Jenkins854c7832009-12-03 07:45:09 +0000377 struct eeepc_laptop *eeepc = dev_get_drvdata(dev);
Corentin Charyb31d0fd2009-06-16 19:28:56 +0000378 struct eeepc_cpufv c;
379 int rv, value;
380
Alan Jenkins854c7832009-12-03 07:45:09 +0000381 if (get_cpufv(eeepc, &c))
Corentin Charyb31d0fd2009-06-16 19:28:56 +0000382 return -ENODEV;
383 rv = parse_arg(buf, count, &value);
384 if (rv < 0)
385 return rv;
386 if (!rv || value < 0 || value >= c.num)
387 return -EINVAL;
Alan Jenkins854c7832009-12-03 07:45:09 +0000388 set_acpi(eeepc, CM_ASL_CPUFV, value);
Corentin Charyb31d0fd2009-06-16 19:28:56 +0000389 return rv;
390}
391
392static struct device_attribute dev_attr_cpufv = {
393 .attr = {
394 .name = "cpufv",
395 .mode = 0644 },
396 .show = show_cpufv,
397 .store = store_cpufv
398};
399
400static struct device_attribute dev_attr_available_cpufv = {
401 .attr = {
402 .name = "available_cpufv",
403 .mode = 0444 },
404 .show = show_available_cpufv
405};
Eric Coopere59f8792008-03-13 12:55:46 +0100406
407static struct attribute *platform_attributes[] = {
408 &dev_attr_camera.attr,
409 &dev_attr_cardr.attr,
410 &dev_attr_disp.attr,
Grigori Goronzy158ca1d2009-04-27 09:23:40 +0200411 &dev_attr_cpufv.attr,
Corentin Charyb31d0fd2009-06-16 19:28:56 +0000412 &dev_attr_available_cpufv.attr,
Eric Coopere59f8792008-03-13 12:55:46 +0100413 NULL
414};
415
416static struct attribute_group platform_attribute_group = {
417 .attrs = platform_attributes
418};
419
Alan Jenkins854c7832009-12-03 07:45:09 +0000420static int eeepc_platform_init(struct eeepc_laptop *eeepc)
Alan Jenkins9db106b2009-12-03 07:45:06 +0000421{
422 int result;
423
Alan Jenkins854c7832009-12-03 07:45:09 +0000424 eeepc->platform_device = platform_device_alloc(EEEPC_LAPTOP_FILE, -1);
425 if (!eeepc->platform_device)
Alan Jenkins9db106b2009-12-03 07:45:06 +0000426 return -ENOMEM;
Alan Jenkins854c7832009-12-03 07:45:09 +0000427 platform_set_drvdata(eeepc->platform_device, eeepc);
Alan Jenkins9db106b2009-12-03 07:45:06 +0000428
Alan Jenkins854c7832009-12-03 07:45:09 +0000429 result = platform_device_add(eeepc->platform_device);
Alan Jenkins9db106b2009-12-03 07:45:06 +0000430 if (result)
431 goto fail_platform_device;
432
Alan Jenkins854c7832009-12-03 07:45:09 +0000433 result = sysfs_create_group(&eeepc->platform_device->dev.kobj,
Alan Jenkins9db106b2009-12-03 07:45:06 +0000434 &platform_attribute_group);
435 if (result)
436 goto fail_sysfs;
437 return 0;
438
439fail_sysfs:
Alan Jenkins854c7832009-12-03 07:45:09 +0000440 platform_device_del(eeepc->platform_device);
Alan Jenkins9db106b2009-12-03 07:45:06 +0000441fail_platform_device:
Alan Jenkins854c7832009-12-03 07:45:09 +0000442 platform_device_put(eeepc->platform_device);
Alan Jenkins9db106b2009-12-03 07:45:06 +0000443 return result;
444}
445
Alan Jenkins854c7832009-12-03 07:45:09 +0000446static void eeepc_platform_exit(struct eeepc_laptop *eeepc)
Alan Jenkins9db106b2009-12-03 07:45:06 +0000447{
Alan Jenkins854c7832009-12-03 07:45:09 +0000448 sysfs_remove_group(&eeepc->platform_device->dev.kobj,
Alan Jenkins9db106b2009-12-03 07:45:06 +0000449 &platform_attribute_group);
Alan Jenkins854c7832009-12-03 07:45:09 +0000450 platform_device_unregister(eeepc->platform_device);
Alan Jenkins9db106b2009-12-03 07:45:06 +0000451}
452
Eric Coopere59f8792008-03-13 12:55:46 +0100453/*
Corentin Chary3c0eb512009-12-03 07:44:52 +0000454 * LEDs
455 */
456/*
457 * These functions actually update the LED's, and are called from a
458 * workqueue. By doing this as separate work rather than when the LED
459 * subsystem asks, we avoid messing with the Asus ACPI stuff during a
460 * potentially bad time, such as a timer interrupt.
461 */
Alan Jenkins854c7832009-12-03 07:45:09 +0000462static void tpd_led_update(struct work_struct *work)
463 {
464 struct eeepc_laptop *eeepc;
Corentin Chary3c0eb512009-12-03 07:44:52 +0000465
Alan Jenkins854c7832009-12-03 07:45:09 +0000466 eeepc = container_of(work, struct eeepc_laptop, tpd_led_work);
467
468 set_acpi(eeepc, CM_ASL_TPD, eeepc->tpd_led_wk);
Corentin Chary3c0eb512009-12-03 07:44:52 +0000469}
470
Corentin Chary3c0eb512009-12-03 07:44:52 +0000471static void tpd_led_set(struct led_classdev *led_cdev,
472 enum led_brightness value)
473{
Alan Jenkins854c7832009-12-03 07:45:09 +0000474 struct eeepc_laptop *eeepc;
475
476 eeepc = container_of(led_cdev, struct eeepc_laptop, tpd_led);
477
478 eeepc->tpd_led_wk = (value > 0) ? 1 : 0;
479 queue_work(eeepc->led_workqueue, &eeepc->tpd_led_work);
Corentin Chary3c0eb512009-12-03 07:44:52 +0000480}
481
Alan Jenkins854c7832009-12-03 07:45:09 +0000482static int eeepc_led_init(struct eeepc_laptop *eeepc)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000483{
484 int rv;
485
Alan Jenkins854c7832009-12-03 07:45:09 +0000486 if (get_acpi(eeepc, CM_ASL_TPD) == -ENODEV)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000487 return 0;
488
Alan Jenkins854c7832009-12-03 07:45:09 +0000489 eeepc->led_workqueue = create_singlethread_workqueue("led_workqueue");
490 if (!eeepc->led_workqueue)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000491 return -ENOMEM;
Alan Jenkins854c7832009-12-03 07:45:09 +0000492 INIT_WORK(&eeepc->tpd_led_work, tpd_led_update);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000493
Alan Jenkins854c7832009-12-03 07:45:09 +0000494 eeepc->tpd_led.name = "eeepc::touchpad";
495 eeepc->tpd_led.brightness_set = tpd_led_set;
496 eeepc->tpd_led.max_brightness = 1;
497
498 rv = led_classdev_register(&eeepc->platform_device->dev,
499 &eeepc->tpd_led);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000500 if (rv) {
Alan Jenkins854c7832009-12-03 07:45:09 +0000501 destroy_workqueue(eeepc->led_workqueue);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000502 return rv;
503 }
504
505 return 0;
506}
507
Alan Jenkins854c7832009-12-03 07:45:09 +0000508static void eeepc_led_exit(struct eeepc_laptop *eeepc)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000509{
Alan Jenkins854c7832009-12-03 07:45:09 +0000510 if (eeepc->tpd_led.dev)
511 led_classdev_unregister(&eeepc->tpd_led);
512 if (eeepc->led_workqueue)
513 destroy_workqueue(eeepc->led_workqueue);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000514}
515
516
Corentin Chary3c0eb512009-12-03 07:44:52 +0000517/*
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000518 * PCI hotplug (for wlan rfkill)
Eric Coopere59f8792008-03-13 12:55:46 +0100519 */
Alan Jenkins854c7832009-12-03 07:45:09 +0000520static bool eeepc_wlan_rfkill_blocked(struct eeepc_laptop *eeepc)
Matthew Garretta195dcd2008-08-19 12:13:20 +0100521{
Alan Jenkins854c7832009-12-03 07:45:09 +0000522 if (get_acpi(eeepc, CM_ASL_WLAN) == 1)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000523 return false;
524 return true;
Corentin Chary2b121bc2009-06-25 13:25:36 +0200525}
526
Alan Jenkins854c7832009-12-03 07:45:09 +0000527static void eeepc_rfkill_hotplug(struct eeepc_laptop *eeepc)
Matthew Garrett57402942009-01-20 16:17:48 +0100528{
529 struct pci_dev *dev;
Alan Jenkins6d418392009-08-28 12:56:32 +0000530 struct pci_bus *bus;
Alan Jenkins854c7832009-12-03 07:45:09 +0000531 bool blocked = eeepc_wlan_rfkill_blocked(eeepc);
Matthew Garrett57402942009-01-20 16:17:48 +0100532
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000533 if (eeepc->wlan_rfkill)
534 rfkill_set_sw_state(eeepc->wlan_rfkill, blocked);
Alan Jenkins6d418392009-08-28 12:56:32 +0000535
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000536 mutex_lock(&eeepc->hotplug_lock);
Alan Jenkinsdcf443b2009-08-28 12:56:33 +0000537
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000538 if (eeepc->hotplug_slot) {
Alan Jenkins07e84aa2009-08-28 12:56:34 +0000539 bus = pci_find_bus(0, 1);
540 if (!bus) {
541 pr_warning("Unable to find PCI bus 1?\n");
Alan Jenkinsdcf443b2009-08-28 12:56:33 +0000542 goto out_unlock;
Matthew Garrett57402942009-01-20 16:17:48 +0100543 }
Alan Jenkins07e84aa2009-08-28 12:56:34 +0000544
545 if (!blocked) {
546 dev = pci_get_slot(bus, 0);
547 if (dev) {
548 /* Device already present */
549 pci_dev_put(dev);
550 goto out_unlock;
551 }
552 dev = pci_scan_single_device(bus, 0);
553 if (dev) {
554 pci_bus_assign_resources(bus);
555 if (pci_bus_add_device(dev))
556 pr_err("Unable to hotplug wifi\n");
557 }
558 } else {
559 dev = pci_get_slot(bus, 0);
560 if (dev) {
561 pci_remove_bus_device(dev);
562 pci_dev_put(dev);
563 }
Matthew Garrett57402942009-01-20 16:17:48 +0100564 }
565 }
Alan Jenkinsdcf443b2009-08-28 12:56:33 +0000566
567out_unlock:
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000568 mutex_unlock(&eeepc->hotplug_lock);
Matthew Garrett57402942009-01-20 16:17:48 +0100569}
570
Alan Jenkins96e9cfe2009-06-16 14:53:52 +0100571static void eeepc_rfkill_notify(acpi_handle handle, u32 event, void *data)
572{
Alan Jenkins854c7832009-12-03 07:45:09 +0000573 struct eeepc_laptop *eeepc = data;
574
Alan Jenkins96e9cfe2009-06-16 14:53:52 +0100575 if (event != ACPI_NOTIFY_BUS_CHECK)
576 return;
577
Alan Jenkins854c7832009-12-03 07:45:09 +0000578 eeepc_rfkill_hotplug(eeepc);
Alan Jenkins96e9cfe2009-06-16 14:53:52 +0100579}
580
Alan Jenkins854c7832009-12-03 07:45:09 +0000581static int eeepc_register_rfkill_notifier(struct eeepc_laptop *eeepc,
582 char *node)
Matthew Garrett57402942009-01-20 16:17:48 +0100583{
Alan Jenkins854c7832009-12-03 07:45:09 +0000584 acpi_status status;
Matthew Garrett57402942009-01-20 16:17:48 +0100585 acpi_handle handle;
586
587 status = acpi_get_handle(NULL, node, &handle);
588
589 if (ACPI_SUCCESS(status)) {
590 status = acpi_install_notify_handler(handle,
591 ACPI_SYSTEM_NOTIFY,
592 eeepc_rfkill_notify,
Alan Jenkins854c7832009-12-03 07:45:09 +0000593 eeepc);
Matthew Garrett57402942009-01-20 16:17:48 +0100594 if (ACPI_FAILURE(status))
Joe Perches19b53282009-06-25 13:25:37 +0200595 pr_warning("Failed to register notify on %s\n", node);
Matthew Garrett57402942009-01-20 16:17:48 +0100596 } else
597 return -ENODEV;
598
599 return 0;
600}
601
Alan Jenkins854c7832009-12-03 07:45:09 +0000602static void eeepc_unregister_rfkill_notifier(struct eeepc_laptop *eeepc,
603 char *node)
Matthew Garrett57402942009-01-20 16:17:48 +0100604{
605 acpi_status status = AE_OK;
606 acpi_handle handle;
607
608 status = acpi_get_handle(NULL, node, &handle);
609
610 if (ACPI_SUCCESS(status)) {
611 status = acpi_remove_notify_handler(handle,
612 ACPI_SYSTEM_NOTIFY,
613 eeepc_rfkill_notify);
614 if (ACPI_FAILURE(status))
Joe Perches19b53282009-06-25 13:25:37 +0200615 pr_err("Error removing rfkill notify handler %s\n",
Matthew Garrett57402942009-01-20 16:17:48 +0100616 node);
617 }
618}
619
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000620static int eeepc_get_adapter_status(struct hotplug_slot *hotplug_slot,
621 u8 *value)
622{
Alan Jenkins854c7832009-12-03 07:45:09 +0000623 struct eeepc_laptop *eeepc = hotplug_slot->private;
624 int val = get_acpi(eeepc, CM_ASL_WLAN);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000625
626 if (val == 1 || val == 0)
627 *value = val;
628 else
629 return -EINVAL;
630
631 return 0;
632}
633
Corentin Chary2b121bc2009-06-25 13:25:36 +0200634static void eeepc_cleanup_pci_hotplug(struct hotplug_slot *hotplug_slot)
635{
636 kfree(hotplug_slot->info);
637 kfree(hotplug_slot);
638}
639
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000640static struct hotplug_slot_ops eeepc_hotplug_slot_ops = {
641 .owner = THIS_MODULE,
642 .get_adapter_status = eeepc_get_adapter_status,
643 .get_power_status = eeepc_get_adapter_status,
644};
645
Alan Jenkins854c7832009-12-03 07:45:09 +0000646static int eeepc_setup_pci_hotplug(struct eeepc_laptop *eeepc)
Corentin Chary2b121bc2009-06-25 13:25:36 +0200647{
648 int ret = -ENOMEM;
649 struct pci_bus *bus = pci_find_bus(0, 1);
650
651 if (!bus) {
Joe Perches19b53282009-06-25 13:25:37 +0200652 pr_err("Unable to find wifi PCI bus\n");
Corentin Chary2b121bc2009-06-25 13:25:36 +0200653 return -ENODEV;
654 }
655
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000656 eeepc->hotplug_slot = kzalloc(sizeof(struct hotplug_slot), GFP_KERNEL);
657 if (!eeepc->hotplug_slot)
Corentin Chary2b121bc2009-06-25 13:25:36 +0200658 goto error_slot;
659
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000660 eeepc->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info),
Corentin Chary2b121bc2009-06-25 13:25:36 +0200661 GFP_KERNEL);
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000662 if (!eeepc->hotplug_slot->info)
Corentin Chary2b121bc2009-06-25 13:25:36 +0200663 goto error_info;
664
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000665 eeepc->hotplug_slot->private = eeepc;
666 eeepc->hotplug_slot->release = &eeepc_cleanup_pci_hotplug;
667 eeepc->hotplug_slot->ops = &eeepc_hotplug_slot_ops;
668 eeepc_get_adapter_status(eeepc->hotplug_slot,
669 &eeepc->hotplug_slot->info->adapter_status);
Corentin Chary2b121bc2009-06-25 13:25:36 +0200670
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000671 ret = pci_hp_register(eeepc->hotplug_slot, bus, 0, "eeepc-wifi");
Corentin Chary2b121bc2009-06-25 13:25:36 +0200672 if (ret) {
Joe Perches19b53282009-06-25 13:25:37 +0200673 pr_err("Unable to register hotplug slot - %d\n", ret);
Corentin Chary2b121bc2009-06-25 13:25:36 +0200674 goto error_register;
675 }
676
677 return 0;
678
679error_register:
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000680 kfree(eeepc->hotplug_slot->info);
Corentin Chary2b121bc2009-06-25 13:25:36 +0200681error_info:
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000682 kfree(eeepc->hotplug_slot);
683 eeepc->hotplug_slot = NULL;
Corentin Chary2b121bc2009-06-25 13:25:36 +0200684error_slot:
685 return ret;
686}
687
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000688/*
689 * Rfkill devices
690 */
691static int eeepc_rfkill_set(void *data, bool blocked)
692{
Alan Jenkins854c7832009-12-03 07:45:09 +0000693 acpi_handle handle = data;
694
695 return write_acpi_int(handle, NULL, !blocked);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000696}
697
698static const struct rfkill_ops eeepc_rfkill_ops = {
699 .set_block = eeepc_rfkill_set,
700};
701
Alan Jenkins854c7832009-12-03 07:45:09 +0000702static int eeepc_new_rfkill(struct eeepc_laptop *eeepc,
703 struct rfkill **rfkill,
704 const char *name,
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000705 enum rfkill_type type, int cm)
706{
Alan Jenkins854c7832009-12-03 07:45:09 +0000707 acpi_handle handle;
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000708 int result;
709
Alan Jenkins854c7832009-12-03 07:45:09 +0000710 result = acpi_setter_handle(eeepc, cm, &handle);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000711 if (result < 0)
712 return result;
713
Alan Jenkins854c7832009-12-03 07:45:09 +0000714 *rfkill = rfkill_alloc(name, &eeepc->platform_device->dev, type,
715 &eeepc_rfkill_ops, handle);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000716
717 if (!*rfkill)
718 return -EINVAL;
719
Alan Jenkins854c7832009-12-03 07:45:09 +0000720 rfkill_init_sw_state(*rfkill, get_acpi(eeepc, cm) != 1);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000721 result = rfkill_register(*rfkill);
722 if (result) {
723 rfkill_destroy(*rfkill);
724 *rfkill = NULL;
725 return result;
726 }
727 return 0;
728}
729
Alan Jenkins854c7832009-12-03 07:45:09 +0000730static void eeepc_rfkill_exit(struct eeepc_laptop *eeepc)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000731{
Alan Jenkins854c7832009-12-03 07:45:09 +0000732 eeepc_unregister_rfkill_notifier(eeepc, "\\_SB.PCI0.P0P5");
733 eeepc_unregister_rfkill_notifier(eeepc, "\\_SB.PCI0.P0P6");
734 eeepc_unregister_rfkill_notifier(eeepc, "\\_SB.PCI0.P0P7");
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000735 if (eeepc->wlan_rfkill) {
736 rfkill_unregister(eeepc->wlan_rfkill);
737 rfkill_destroy(eeepc->wlan_rfkill);
738 eeepc->wlan_rfkill = NULL;
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000739 }
740 /*
741 * Refresh pci hotplug in case the rfkill state was changed after
742 * eeepc_unregister_rfkill_notifier()
743 */
Alan Jenkins854c7832009-12-03 07:45:09 +0000744 eeepc_rfkill_hotplug(eeepc);
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000745 if (eeepc->hotplug_slot)
746 pci_hp_deregister(eeepc->hotplug_slot);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000747
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000748 if (eeepc->bluetooth_rfkill) {
749 rfkill_unregister(eeepc->bluetooth_rfkill);
750 rfkill_destroy(eeepc->bluetooth_rfkill);
751 eeepc->bluetooth_rfkill = NULL;
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000752 }
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000753 if (eeepc->wwan3g_rfkill) {
754 rfkill_unregister(eeepc->wwan3g_rfkill);
755 rfkill_destroy(eeepc->wwan3g_rfkill);
756 eeepc->wwan3g_rfkill = NULL;
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000757 }
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000758 if (eeepc->wimax_rfkill) {
759 rfkill_unregister(eeepc->wimax_rfkill);
760 rfkill_destroy(eeepc->wimax_rfkill);
761 eeepc->wimax_rfkill = NULL;
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000762 }
763}
764
Alan Jenkins854c7832009-12-03 07:45:09 +0000765static int eeepc_rfkill_init(struct eeepc_laptop *eeepc)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000766{
767 int result = 0;
768
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000769 mutex_init(&eeepc->hotplug_lock);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000770
Alan Jenkins854c7832009-12-03 07:45:09 +0000771 result = eeepc_new_rfkill(eeepc, &eeepc->wlan_rfkill,
772 "eeepc-wlan", RFKILL_TYPE_WLAN,
773 CM_ASL_WLAN);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000774
775 if (result && result != -ENODEV)
776 goto exit;
777
Alan Jenkins854c7832009-12-03 07:45:09 +0000778 result = eeepc_new_rfkill(eeepc, &eeepc->bluetooth_rfkill,
779 "eeepc-bluetooth", RFKILL_TYPE_BLUETOOTH,
780 CM_ASL_BLUETOOTH);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000781
782 if (result && result != -ENODEV)
783 goto exit;
784
Alan Jenkins854c7832009-12-03 07:45:09 +0000785 result = eeepc_new_rfkill(eeepc, &eeepc->wwan3g_rfkill,
786 "eeepc-wwan3g", RFKILL_TYPE_WWAN,
787 CM_ASL_3G);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000788
789 if (result && result != -ENODEV)
790 goto exit;
791
Alan Jenkins854c7832009-12-03 07:45:09 +0000792 result = eeepc_new_rfkill(eeepc, &eeepc->wimax_rfkill,
793 "eeepc-wimax", RFKILL_TYPE_WIMAX,
794 CM_ASL_WIMAX);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000795
796 if (result && result != -ENODEV)
797 goto exit;
798
Alan Jenkins854c7832009-12-03 07:45:09 +0000799 result = eeepc_setup_pci_hotplug(eeepc);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000800 /*
801 * If we get -EBUSY then something else is handling the PCI hotplug -
802 * don't fail in this case
803 */
804 if (result == -EBUSY)
805 result = 0;
806
Alan Jenkins854c7832009-12-03 07:45:09 +0000807 eeepc_register_rfkill_notifier(eeepc, "\\_SB.PCI0.P0P5");
808 eeepc_register_rfkill_notifier(eeepc, "\\_SB.PCI0.P0P6");
809 eeepc_register_rfkill_notifier(eeepc, "\\_SB.PCI0.P0P7");
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000810 /*
811 * Refresh pci hotplug in case the rfkill state was changed during
812 * setup.
813 */
Alan Jenkins854c7832009-12-03 07:45:09 +0000814 eeepc_rfkill_hotplug(eeepc);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000815
816exit:
817 if (result && result != -ENODEV)
Alan Jenkins854c7832009-12-03 07:45:09 +0000818 eeepc_rfkill_exit(eeepc);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000819 return result;
820}
821
822/*
823 * Platform driver - hibernate/resume callbacks
824 */
Alan Jenkins854c7832009-12-03 07:45:09 +0000825static int eeepc_hotk_thaw(struct device *device)
Alan Jenkins96e9cfe2009-06-16 14:53:52 +0100826{
Alan Jenkins854c7832009-12-03 07:45:09 +0000827 struct eeepc_laptop *eeepc = dev_get_drvdata(device);
828
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000829 if (eeepc->wlan_rfkill) {
Alan Jenkins96e9cfe2009-06-16 14:53:52 +0100830 bool wlan;
831
Alan Jenkinsc1edd992009-08-28 12:56:39 +0000832 /*
833 * Work around bios bug - acpi _PTS turns off the wireless led
834 * during suspend. Normally it restores it on resume, but
Alan Jenkinsc200da52009-08-28 12:56:40 +0000835 * we should kick it ourselves in case hibernation is aborted.
Alan Jenkins96e9cfe2009-06-16 14:53:52 +0100836 */
Alan Jenkins854c7832009-12-03 07:45:09 +0000837 wlan = get_acpi(eeepc, CM_ASL_WLAN);
838 set_acpi(eeepc, CM_ASL_WLAN, wlan);
Alan Jenkins96e9cfe2009-06-16 14:53:52 +0100839 }
840
Alan Jenkinsc200da52009-08-28 12:56:40 +0000841 return 0;
842}
843
Alan Jenkins854c7832009-12-03 07:45:09 +0000844static int eeepc_hotk_restore(struct device *device)
Alan Jenkinsc200da52009-08-28 12:56:40 +0000845{
Alan Jenkins854c7832009-12-03 07:45:09 +0000846 struct eeepc_laptop *eeepc = dev_get_drvdata(device);
847
Alan Jenkinsc200da52009-08-28 12:56:40 +0000848 /* Refresh both wlan rfkill state and pci hotplug */
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000849 if (eeepc->wlan_rfkill)
Alan Jenkins854c7832009-12-03 07:45:09 +0000850 eeepc_rfkill_hotplug(eeepc);
Alan Jenkinsc200da52009-08-28 12:56:40 +0000851
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000852 if (eeepc->bluetooth_rfkill)
853 rfkill_set_sw_state(eeepc->bluetooth_rfkill,
Alan Jenkins854c7832009-12-03 07:45:09 +0000854 get_acpi(eeepc, CM_ASL_BLUETOOTH) != 1);
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000855 if (eeepc->wwan3g_rfkill)
856 rfkill_set_sw_state(eeepc->wwan3g_rfkill,
Alan Jenkins854c7832009-12-03 07:45:09 +0000857 get_acpi(eeepc, CM_ASL_3G) != 1);
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000858 if (eeepc->wimax_rfkill)
859 rfkill_set_sw_state(eeepc->wimax_rfkill,
Alan Jenkins854c7832009-12-03 07:45:09 +0000860 get_acpi(eeepc, CM_ASL_WIMAX) != 1);
Alan Jenkins96e9cfe2009-06-16 14:53:52 +0100861
862 return 0;
863}
864
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000865static struct dev_pm_ops eeepc_pm_ops = {
Alan Jenkins854c7832009-12-03 07:45:09 +0000866 .thaw = eeepc_hotk_thaw,
867 .restore = eeepc_hotk_restore,
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000868};
869
870static struct platform_driver platform_driver = {
871 .driver = {
Alan Jenkinsa7624b62009-12-03 07:45:08 +0000872 .name = EEEPC_LAPTOP_FILE,
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000873 .owner = THIS_MODULE,
874 .pm = &eeepc_pm_ops,
875 }
876};
877
Eric Coopere59f8792008-03-13 12:55:46 +0100878/*
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000879 * Hwmon device
Corentin Charye1faa9d2008-03-13 12:57:18 +0100880 */
Alan Jenkins52bbe3c2009-12-03 07:45:07 +0000881
882#define EEEPC_EC_SC00 0x61
883#define EEEPC_EC_FAN_PWM (EEEPC_EC_SC00 + 2) /* Fan PWM duty cycle (%) */
884#define EEEPC_EC_FAN_HRPM (EEEPC_EC_SC00 + 5) /* High byte, fan speed (RPM) */
885#define EEEPC_EC_FAN_LRPM (EEEPC_EC_SC00 + 6) /* Low byte, fan speed (RPM) */
886
887#define EEEPC_EC_SFB0 0xD0
888#define EEEPC_EC_FAN_CTRL (EEEPC_EC_SFB0 + 3) /* Byte containing SF25 */
889
Corentin Charye1faa9d2008-03-13 12:57:18 +0100890static int eeepc_get_fan_pwm(void)
891{
Alan Jenkins463b4e42009-12-03 07:45:03 +0000892 u8 value = 0;
Corentin Charye1faa9d2008-03-13 12:57:18 +0100893
Alan Jenkins463b4e42009-12-03 07:45:03 +0000894 ec_read(EEEPC_EC_FAN_PWM, &value);
895 return value * 255 / 100;
Corentin Charye1faa9d2008-03-13 12:57:18 +0100896}
897
898static void eeepc_set_fan_pwm(int value)
899{
Corentin Chary04dcd842008-10-09 15:33:57 +0200900 value = SENSORS_LIMIT(value, 0, 255);
901 value = value * 100 / 255;
Alan Jenkins463b4e42009-12-03 07:45:03 +0000902 ec_write(EEEPC_EC_FAN_PWM, value);
Corentin Charye1faa9d2008-03-13 12:57:18 +0100903}
904
905static int eeepc_get_fan_rpm(void)
906{
Alan Jenkins463b4e42009-12-03 07:45:03 +0000907 u8 high = 0;
908 u8 low = 0;
Corentin Charye1faa9d2008-03-13 12:57:18 +0100909
Alan Jenkins463b4e42009-12-03 07:45:03 +0000910 ec_read(EEEPC_EC_FAN_HRPM, &high);
911 ec_read(EEEPC_EC_FAN_LRPM, &low);
912 return high << 8 | low;
Corentin Charye1faa9d2008-03-13 12:57:18 +0100913}
914
915static int eeepc_get_fan_ctrl(void)
916{
Alan Jenkins463b4e42009-12-03 07:45:03 +0000917 u8 value = 0;
Corentin Charye1faa9d2008-03-13 12:57:18 +0100918
Alan Jenkins463b4e42009-12-03 07:45:03 +0000919 ec_read(EEEPC_EC_FAN_CTRL, &value);
Alan Jenkins48718682009-12-03 07:44:56 +0000920 if (value & 0x02)
921 return 1; /* manual */
922 else
923 return 2; /* automatic */
Corentin Charye1faa9d2008-03-13 12:57:18 +0100924}
925
926static void eeepc_set_fan_ctrl(int manual)
927{
Alan Jenkins463b4e42009-12-03 07:45:03 +0000928 u8 value = 0;
Corentin Charye1faa9d2008-03-13 12:57:18 +0100929
Alan Jenkins463b4e42009-12-03 07:45:03 +0000930 ec_read(EEEPC_EC_FAN_CTRL, &value);
Alan Jenkins48718682009-12-03 07:44:56 +0000931 if (manual == 1)
Corentin Charye1faa9d2008-03-13 12:57:18 +0100932 value |= 0x02;
933 else
934 value &= ~0x02;
Alan Jenkins463b4e42009-12-03 07:45:03 +0000935 ec_write(EEEPC_EC_FAN_CTRL, value);
Corentin Charye1faa9d2008-03-13 12:57:18 +0100936}
937
938static ssize_t store_sys_hwmon(void (*set)(int), const char *buf, size_t count)
939{
940 int rv, value;
941
942 rv = parse_arg(buf, count, &value);
943 if (rv > 0)
944 set(value);
945 return rv;
946}
947
948static ssize_t show_sys_hwmon(int (*get)(void), char *buf)
949{
950 return sprintf(buf, "%d\n", get());
951}
952
953#define EEEPC_CREATE_SENSOR_ATTR(_name, _mode, _set, _get) \
954 static ssize_t show_##_name(struct device *dev, \
955 struct device_attribute *attr, \
956 char *buf) \
957 { \
958 return show_sys_hwmon(_set, buf); \
959 } \
960 static ssize_t store_##_name(struct device *dev, \
961 struct device_attribute *attr, \
962 const char *buf, size_t count) \
963 { \
964 return store_sys_hwmon(_get, buf, count); \
965 } \
966 static SENSOR_DEVICE_ATTR(_name, _mode, show_##_name, store_##_name, 0);
967
968EEEPC_CREATE_SENSOR_ATTR(fan1_input, S_IRUGO, eeepc_get_fan_rpm, NULL);
Corentin Chary04dcd842008-10-09 15:33:57 +0200969EEEPC_CREATE_SENSOR_ATTR(pwm1, S_IRUGO | S_IWUSR,
Corentin Charye1faa9d2008-03-13 12:57:18 +0100970 eeepc_get_fan_pwm, eeepc_set_fan_pwm);
971EEEPC_CREATE_SENSOR_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
972 eeepc_get_fan_ctrl, eeepc_set_fan_ctrl);
973
Corentin Chary04dcd842008-10-09 15:33:57 +0200974static ssize_t
975show_name(struct device *dev, struct device_attribute *attr, char *buf)
976{
977 return sprintf(buf, "eeepc\n");
978}
979static SENSOR_DEVICE_ATTR(name, S_IRUGO, show_name, NULL, 0);
980
Corentin Charye1faa9d2008-03-13 12:57:18 +0100981static struct attribute *hwmon_attributes[] = {
Corentin Chary04dcd842008-10-09 15:33:57 +0200982 &sensor_dev_attr_pwm1.dev_attr.attr,
Corentin Charye1faa9d2008-03-13 12:57:18 +0100983 &sensor_dev_attr_fan1_input.dev_attr.attr,
984 &sensor_dev_attr_pwm1_enable.dev_attr.attr,
Corentin Chary04dcd842008-10-09 15:33:57 +0200985 &sensor_dev_attr_name.dev_attr.attr,
Corentin Charye1faa9d2008-03-13 12:57:18 +0100986 NULL
987};
988
989static struct attribute_group hwmon_attribute_group = {
990 .attrs = hwmon_attributes
991};
992
Alan Jenkins854c7832009-12-03 07:45:09 +0000993static void eeepc_hwmon_exit(struct eeepc_laptop *eeepc)
Corentin Charye1faa9d2008-03-13 12:57:18 +0100994{
995 struct device *hwmon;
996
Alan Jenkins854c7832009-12-03 07:45:09 +0000997 hwmon = eeepc->hwmon_device;
Corentin Charye1faa9d2008-03-13 12:57:18 +0100998 if (!hwmon)
Alan Jenkins854c7832009-12-03 07:45:09 +0000999 return;
Corentin Charye1faa9d2008-03-13 12:57:18 +01001000 sysfs_remove_group(&hwmon->kobj,
1001 &hwmon_attribute_group);
Matthew Garrettf1441312008-08-20 14:08:57 -07001002 hwmon_device_unregister(hwmon);
Alan Jenkins854c7832009-12-03 07:45:09 +00001003 eeepc->hwmon_device = NULL;
Corentin Charye1faa9d2008-03-13 12:57:18 +01001004}
1005
Alan Jenkins854c7832009-12-03 07:45:09 +00001006static int eeepc_hwmon_init(struct eeepc_laptop *eeepc)
Corentin Chary3c0eb512009-12-03 07:44:52 +00001007{
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001008 struct device *hwmon;
Corentin Chary7de39382009-06-25 13:25:38 +02001009 int result;
1010
Alan Jenkins854c7832009-12-03 07:45:09 +00001011 hwmon = hwmon_device_register(&eeepc->platform_device->dev);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001012 if (IS_ERR(hwmon)) {
1013 pr_err("Could not register eeepc hwmon device\n");
Alan Jenkins854c7832009-12-03 07:45:09 +00001014 eeepc->hwmon_device = NULL;
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001015 return PTR_ERR(hwmon);
Corentin Chary7de39382009-06-25 13:25:38 +02001016 }
Alan Jenkins854c7832009-12-03 07:45:09 +00001017 eeepc->hwmon_device = hwmon;
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001018 result = sysfs_create_group(&hwmon->kobj,
1019 &hwmon_attribute_group);
1020 if (result)
Alan Jenkins854c7832009-12-03 07:45:09 +00001021 eeepc_hwmon_exit(eeepc);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001022 return result;
Corentin Chary7de39382009-06-25 13:25:38 +02001023}
1024
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001025/*
1026 * Backlight device
1027 */
1028static int read_brightness(struct backlight_device *bd)
Corentin Chary7de39382009-06-25 13:25:38 +02001029{
Alan Jenkins854c7832009-12-03 07:45:09 +00001030 struct eeepc_laptop *eeepc = bl_get_data(bd);
1031
1032 return get_acpi(eeepc, CM_ASL_PANELBRIGHT);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001033}
Corentin Chary7de39382009-06-25 13:25:38 +02001034
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001035static int set_brightness(struct backlight_device *bd, int value)
1036{
Alan Jenkins854c7832009-12-03 07:45:09 +00001037 struct eeepc_laptop *eeepc = bl_get_data(bd);
1038
1039 return set_acpi(eeepc, CM_ASL_PANELBRIGHT, value);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001040}
Alan Jenkins73345462009-06-29 09:40:07 +01001041
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001042static int update_bl_status(struct backlight_device *bd)
1043{
1044 return set_brightness(bd, bd->props.brightness);
1045}
Corentin Chary7de39382009-06-25 13:25:38 +02001046
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001047static struct backlight_ops eeepcbl_ops = {
1048 .get_brightness = read_brightness,
1049 .update_status = update_bl_status,
1050};
Corentin Chary7de39382009-06-25 13:25:38 +02001051
Alan Jenkins854c7832009-12-03 07:45:09 +00001052static int eeepc_backlight_notify(struct eeepc_laptop *eeepc)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001053{
Alan Jenkins854c7832009-12-03 07:45:09 +00001054 struct backlight_device *bd = eeepc->backlight_device;
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001055 int old = bd->props.brightness;
Corentin Chary7de39382009-06-25 13:25:38 +02001056
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001057 backlight_force_update(bd, BACKLIGHT_UPDATE_HOTKEY);
Corentin Chary7de39382009-06-25 13:25:38 +02001058
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001059 return old;
Corentin Chary7de39382009-06-25 13:25:38 +02001060}
1061
Alan Jenkins854c7832009-12-03 07:45:09 +00001062static int eeepc_backlight_init(struct eeepc_laptop *eeepc)
Corentin Charya5fa4292008-03-13 12:56:37 +01001063{
1064 struct backlight_device *bd;
1065
Alan Jenkins854c7832009-12-03 07:45:09 +00001066 bd = backlight_device_register(EEEPC_LAPTOP_FILE,
1067 &eeepc->platform_device->dev,
1068 eeepc, &eeepcbl_ops);
Corentin Charya5fa4292008-03-13 12:56:37 +01001069 if (IS_ERR(bd)) {
Joe Perches19b53282009-06-25 13:25:37 +02001070 pr_err("Could not register eeepc backlight device\n");
Alan Jenkins854c7832009-12-03 07:45:09 +00001071 eeepc->backlight_device = NULL;
Corentin Charya5fa4292008-03-13 12:56:37 +01001072 return PTR_ERR(bd);
1073 }
Alan Jenkins854c7832009-12-03 07:45:09 +00001074 eeepc->backlight_device = bd;
Corentin Charya5fa4292008-03-13 12:56:37 +01001075 bd->props.max_brightness = 15;
Alan Jenkins854c7832009-12-03 07:45:09 +00001076 bd->props.brightness = read_brightness(bd);
Corentin Charya5fa4292008-03-13 12:56:37 +01001077 bd->props.power = FB_BLANK_UNBLANK;
1078 backlight_update_status(bd);
1079 return 0;
1080}
1081
Alan Jenkins854c7832009-12-03 07:45:09 +00001082static void eeepc_backlight_exit(struct eeepc_laptop *eeepc)
Corentin Charye1faa9d2008-03-13 12:57:18 +01001083{
Alan Jenkins854c7832009-12-03 07:45:09 +00001084 if (eeepc->backlight_device)
1085 backlight_device_unregister(eeepc->backlight_device);
1086 eeepc->backlight_device = NULL;
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001087}
Corentin Charye1faa9d2008-03-13 12:57:18 +01001088
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001089
1090/*
1091 * Input device (i.e. hotkeys)
1092 */
Alan Jenkins854c7832009-12-03 07:45:09 +00001093static struct key_entry *eeepc_get_entry_by_scancode(
1094 struct eeepc_laptop *eeepc,
1095 int code)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001096{
1097 struct key_entry *key;
1098
Alan Jenkins854c7832009-12-03 07:45:09 +00001099 for (key = eeepc->keymap; key->type != KE_END; key++)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001100 if (code == key->code)
1101 return key;
1102
1103 return NULL;
1104}
1105
Alan Jenkins854c7832009-12-03 07:45:09 +00001106static void eeepc_input_notify(struct eeepc_laptop *eeepc, int event)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001107{
1108 static struct key_entry *key;
1109
Alan Jenkins854c7832009-12-03 07:45:09 +00001110 key = eeepc_get_entry_by_scancode(eeepc, event);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001111 if (key) {
1112 switch (key->type) {
1113 case KE_KEY:
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001114 input_report_key(eeepc->inputdev, key->keycode,
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001115 1);
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001116 input_sync(eeepc->inputdev);
1117 input_report_key(eeepc->inputdev, key->keycode,
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001118 0);
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001119 input_sync(eeepc->inputdev);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001120 break;
1121 }
Corentin Charye1faa9d2008-03-13 12:57:18 +01001122 }
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001123}
1124
Alan Jenkins854c7832009-12-03 07:45:09 +00001125static struct key_entry *eeepc_get_entry_by_keycode(
1126 struct eeepc_laptop *eeepc, int code)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001127{
1128 struct key_entry *key;
1129
Alan Jenkins854c7832009-12-03 07:45:09 +00001130 for (key = eeepc->keymap; key->type != KE_END; key++)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001131 if (code == key->keycode && key->type == KE_KEY)
1132 return key;
1133
1134 return NULL;
1135}
1136
1137static int eeepc_getkeycode(struct input_dev *dev, int scancode, int *keycode)
1138{
Alan Jenkins854c7832009-12-03 07:45:09 +00001139 struct eeepc_laptop *eeepc = input_get_drvdata(dev);
1140 struct key_entry *key = eeepc_get_entry_by_scancode(eeepc, scancode);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001141
1142 if (key && key->type == KE_KEY) {
1143 *keycode = key->keycode;
1144 return 0;
1145 }
1146
1147 return -EINVAL;
1148}
1149
1150static int eeepc_setkeycode(struct input_dev *dev, int scancode, int keycode)
1151{
Alan Jenkins854c7832009-12-03 07:45:09 +00001152 struct eeepc_laptop *eeepc = input_get_drvdata(dev);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001153 struct key_entry *key;
1154 int old_keycode;
1155
1156 if (keycode < 0 || keycode > KEY_MAX)
1157 return -EINVAL;
1158
Alan Jenkins854c7832009-12-03 07:45:09 +00001159 key = eeepc_get_entry_by_scancode(eeepc, scancode);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001160 if (key && key->type == KE_KEY) {
1161 old_keycode = key->keycode;
1162 key->keycode = keycode;
1163 set_bit(keycode, dev->keybit);
Alan Jenkins854c7832009-12-03 07:45:09 +00001164 if (!eeepc_get_entry_by_keycode(eeepc, old_keycode))
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001165 clear_bit(old_keycode, dev->keybit);
1166 return 0;
1167 }
1168
1169 return -EINVAL;
Corentin Charye1faa9d2008-03-13 12:57:18 +01001170}
1171
Alan Jenkins854c7832009-12-03 07:45:09 +00001172static int eeepc_input_init(struct eeepc_laptop *eeepc)
Alan Jenkinsf2a9d5e2009-08-28 12:56:36 +00001173{
1174 const struct key_entry *key;
1175 int result;
1176
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001177 eeepc->inputdev = input_allocate_device();
1178 if (!eeepc->inputdev) {
Alan Jenkinsf2a9d5e2009-08-28 12:56:36 +00001179 pr_info("Unable to allocate input device\n");
1180 return -ENOMEM;
1181 }
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001182 eeepc->inputdev->name = "Asus EeePC extra buttons";
Alan Jenkins854c7832009-12-03 07:45:09 +00001183 eeepc->inputdev->dev.parent = &eeepc->platform_device->dev;
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001184 eeepc->inputdev->phys = EEEPC_LAPTOP_FILE "/input0";
1185 eeepc->inputdev->id.bustype = BUS_HOST;
1186 eeepc->inputdev->getkeycode = eeepc_getkeycode;
1187 eeepc->inputdev->setkeycode = eeepc_setkeycode;
Alan Jenkins854c7832009-12-03 07:45:09 +00001188 input_set_drvdata(eeepc->inputdev, eeepc);
Alan Jenkinsf2a9d5e2009-08-28 12:56:36 +00001189
Alan Jenkins854c7832009-12-03 07:45:09 +00001190 eeepc->keymap = kmemdup(eeepc_keymap, sizeof(eeepc_keymap),
1191 GFP_KERNEL);
Alan Jenkinsf2a9d5e2009-08-28 12:56:36 +00001192 for (key = eeepc_keymap; key->type != KE_END; key++) {
1193 switch (key->type) {
1194 case KE_KEY:
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001195 set_bit(EV_KEY, eeepc->inputdev->evbit);
1196 set_bit(key->keycode, eeepc->inputdev->keybit);
Alan Jenkinsf2a9d5e2009-08-28 12:56:36 +00001197 break;
1198 }
1199 }
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001200 result = input_register_device(eeepc->inputdev);
Alan Jenkinsf2a9d5e2009-08-28 12:56:36 +00001201 if (result) {
1202 pr_info("Unable to register input device\n");
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001203 input_free_device(eeepc->inputdev);
Alan Jenkinsf2a9d5e2009-08-28 12:56:36 +00001204 return result;
1205 }
1206 return 0;
1207}
1208
Alan Jenkins854c7832009-12-03 07:45:09 +00001209static void eeepc_input_exit(struct eeepc_laptop *eeepc)
Corentin Chary3c0eb512009-12-03 07:44:52 +00001210{
Alan Jenkins854c7832009-12-03 07:45:09 +00001211 if (eeepc->inputdev) {
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001212 input_unregister_device(eeepc->inputdev);
Alan Jenkins854c7832009-12-03 07:45:09 +00001213 kfree(eeepc->keymap);
1214 }
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001215}
Corentin Chary3c0eb512009-12-03 07:44:52 +00001216
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001217/*
1218 * ACPI driver
1219 */
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001220static void eeepc_acpi_notify(struct acpi_device *device, u32 event)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001221{
Alan Jenkins854c7832009-12-03 07:45:09 +00001222 struct eeepc_laptop *eeepc = acpi_driver_data(device);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001223 u16 count;
Corentin Chary3c0eb512009-12-03 07:44:52 +00001224
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001225 if (event > ACPI_MAX_SYS_NOTIFY)
1226 return;
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001227 count = eeepc->event_count[event % 128]++;
Alan Jenkins854c7832009-12-03 07:45:09 +00001228 acpi_bus_generate_proc_event(device, event, count);
1229 acpi_bus_generate_netlink_event(device->pnp.device_class,
1230 dev_name(&device->dev), event,
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001231 count);
Corentin Chary3c0eb512009-12-03 07:44:52 +00001232
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001233 if (event >= NOTIFY_BRN_MIN && event <= NOTIFY_BRN_MAX) {
1234 int old_brightness, new_brightness;
1235
1236 /* Update backlight device. */
Alan Jenkins854c7832009-12-03 07:45:09 +00001237 old_brightness = eeepc_backlight_notify(eeepc);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001238
1239 /* Convert brightness event to keypress (obsolescent hack). */
1240 new_brightness = event - NOTIFY_BRN_MIN;
1241
1242 if (new_brightness < old_brightness) {
1243 event = NOTIFY_BRN_MIN; /* brightness down */
1244 } else if (new_brightness > old_brightness) {
1245 event = NOTIFY_BRN_MAX; /* brightness up */
1246 } else {
1247 /*
1248 * no change in brightness - already at min/max,
1249 * event will be desired value (or else ignored).
1250 */
1251 }
1252 }
Alan Jenkins854c7832009-12-03 07:45:09 +00001253 eeepc_input_notify(eeepc, event);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001254}
1255
Alan Jenkins854c7832009-12-03 07:45:09 +00001256static void cmsg_quirk(struct eeepc_laptop *eeepc, int cm, const char *name)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001257{
1258 int dummy;
1259
1260 /* Some BIOSes do not report cm although it is avaliable.
1261 Check if cm_getv[cm] works and, if yes, assume cm should be set. */
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001262 if (!(eeepc->cm_supported & (1 << cm))
1263 && !read_acpi_int(eeepc->handle, cm_getv[cm], &dummy)) {
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001264 pr_info("%s (%x) not reported by BIOS,"
1265 " enabling anyway\n", name, 1 << cm);
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001266 eeepc->cm_supported |= 1 << cm;
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001267 }
1268}
1269
Alan Jenkins854c7832009-12-03 07:45:09 +00001270static void cmsg_quirks(struct eeepc_laptop *eeepc)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001271{
Alan Jenkins854c7832009-12-03 07:45:09 +00001272 cmsg_quirk(eeepc, CM_ASL_LID, "LID");
1273 cmsg_quirk(eeepc, CM_ASL_TYPE, "TYPE");
1274 cmsg_quirk(eeepc, CM_ASL_PANELPOWER, "PANELPOWER");
1275 cmsg_quirk(eeepc, CM_ASL_TPD, "TPD");
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001276}
1277
Corentin Charyf90be872009-12-03 07:45:14 +00001278static int eeepc_acpi_init(struct eeepc_laptop *eeepc,
1279 struct acpi_device *device)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001280{
1281 unsigned int init_flags;
1282 int result;
1283
Alan Jenkins854c7832009-12-03 07:45:09 +00001284 result = acpi_bus_get_status(device);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001285 if (result)
1286 return result;
Alan Jenkins854c7832009-12-03 07:45:09 +00001287 if (!device->status.present) {
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001288 pr_err("Hotkey device not present, aborting\n");
1289 return -ENODEV;
Alan Jenkinsdc56ad92009-12-03 07:44:58 +00001290 }
Alan Jenkins2b56f1c2009-12-03 07:44:57 +00001291
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001292 init_flags = DISABLE_ASL_WLAN | DISABLE_ASL_DISPLAYSWITCH;
1293 pr_notice("Hotkey init flags 0x%x\n", init_flags);
1294
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001295 if (write_acpi_int(eeepc->handle, "INIT", init_flags)) {
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001296 pr_err("Hotkey initialization failed\n");
1297 return -ENODEV;
1298 }
1299
1300 /* get control methods supported */
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001301 if (read_acpi_int(eeepc->handle, "CMSG", &eeepc->cm_supported)) {
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001302 pr_err("Get control methods supported failed\n");
1303 return -ENODEV;
1304 }
Alan Jenkins854c7832009-12-03 07:45:09 +00001305 cmsg_quirks(eeepc);
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001306 pr_info("Get control methods supported: 0x%x\n", eeepc->cm_supported);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001307
Corentin Chary3c0eb512009-12-03 07:44:52 +00001308 return 0;
1309}
1310
Alan Jenkins854c7832009-12-03 07:45:09 +00001311static void __devinit eeepc_enable_camera(struct eeepc_laptop *eeepc)
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001312{
1313 /*
1314 * If the following call to set_acpi() fails, it's because there's no
1315 * camera so we can ignore the error.
1316 */
Alan Jenkins854c7832009-12-03 07:45:09 +00001317 if (get_acpi(eeepc, CM_ASL_CAMERA) == 0)
1318 set_acpi(eeepc, CM_ASL_CAMERA, 1);
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001319}
1320
Alan Jenkins854c7832009-12-03 07:45:09 +00001321static bool eeepc_device_present;
1322
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001323static int __devinit eeepc_acpi_add(struct acpi_device *device)
Eric Coopere59f8792008-03-13 12:55:46 +01001324{
Alan Jenkins854c7832009-12-03 07:45:09 +00001325 struct eeepc_laptop *eeepc;
Eric Coopere59f8792008-03-13 12:55:46 +01001326 int result;
1327
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001328 pr_notice(EEEPC_LAPTOP_NAME "\n");
1329 eeepc = kzalloc(sizeof(struct eeepc_laptop), GFP_KERNEL);
1330 if (!eeepc)
Alan Jenkins1e779852009-08-28 12:56:35 +00001331 return -ENOMEM;
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001332 eeepc->handle = device->handle;
1333 strcpy(acpi_device_name(device), EEEPC_ACPI_DEVICE_NAME);
1334 strcpy(acpi_device_class(device), EEEPC_ACPI_CLASS);
1335 device->driver_data = eeepc;
Pekka Enbergcede2cb2009-06-16 19:28:45 +00001336
Alan Jenkins854c7832009-12-03 07:45:09 +00001337 result = eeepc_acpi_init(eeepc, device);
Alan Jenkins1e779852009-08-28 12:56:35 +00001338 if (result)
Alan Jenkins9db106b2009-12-03 07:45:06 +00001339 goto fail_platform;
Alan Jenkins854c7832009-12-03 07:45:09 +00001340 eeepc_enable_camera(eeepc);
Pekka Enbergcede2cb2009-06-16 19:28:45 +00001341
Alan Jenkins854c7832009-12-03 07:45:09 +00001342 /*
1343 * Register the platform device first. It is used as a parent for the
1344 * sub-devices below.
1345 *
1346 * Note that if there are multiple instances of this ACPI device it
1347 * will bail out, because the platform device is registered with a
1348 * fixed name. Of course it doesn't make sense to have more than one,
1349 * and machine-specific scripts find the fixed name convenient. But
1350 * It's also good for us to exclude multiple instances because both
1351 * our hwmon and our wlan rfkill subdevice use global ACPI objects
1352 * (the EC and the wlan PCI slot respectively).
1353 */
1354 result = eeepc_platform_init(eeepc);
Eric Coopere59f8792008-03-13 12:55:46 +01001355 if (result)
Alan Jenkins9db106b2009-12-03 07:45:06 +00001356 goto fail_platform;
Corentin Chary1ddec2f2009-06-25 13:25:39 +02001357
1358 if (!acpi_video_backlight_support()) {
Alan Jenkins854c7832009-12-03 07:45:09 +00001359 result = eeepc_backlight_init(eeepc);
Corentin Chary1ddec2f2009-06-25 13:25:39 +02001360 if (result)
1361 goto fail_backlight;
1362 } else
Alan Jenkins9db106b2009-12-03 07:45:06 +00001363 pr_info("Backlight controlled by ACPI video driver\n");
Corentin Chary1ddec2f2009-06-25 13:25:39 +02001364
Alan Jenkins854c7832009-12-03 07:45:09 +00001365 result = eeepc_input_init(eeepc);
Alan Jenkinsf2a9d5e2009-08-28 12:56:36 +00001366 if (result)
1367 goto fail_input;
1368
Alan Jenkins854c7832009-12-03 07:45:09 +00001369 result = eeepc_hwmon_init(eeepc);
Corentin Chary1ddec2f2009-06-25 13:25:39 +02001370 if (result)
1371 goto fail_hwmon;
1372
Alan Jenkins854c7832009-12-03 07:45:09 +00001373 result = eeepc_led_init(eeepc);
Corentin Chary3c0eb512009-12-03 07:44:52 +00001374 if (result)
1375 goto fail_led;
1376
Alan Jenkins854c7832009-12-03 07:45:09 +00001377 result = eeepc_rfkill_init(eeepc);
Corentin Chary7de39382009-06-25 13:25:38 +02001378 if (result)
1379 goto fail_rfkill;
1380
Alan Jenkins854c7832009-12-03 07:45:09 +00001381 eeepc_device_present = true;
Eric Coopere59f8792008-03-13 12:55:46 +01001382 return 0;
Alan Jenkins1e779852009-08-28 12:56:35 +00001383
Corentin Chary7de39382009-06-25 13:25:38 +02001384fail_rfkill:
Alan Jenkins854c7832009-12-03 07:45:09 +00001385 eeepc_led_exit(eeepc);
Corentin Chary3c0eb512009-12-03 07:44:52 +00001386fail_led:
Alan Jenkins854c7832009-12-03 07:45:09 +00001387 eeepc_hwmon_exit(eeepc);
Corentin Chary1ddec2f2009-06-25 13:25:39 +02001388fail_hwmon:
Alan Jenkins854c7832009-12-03 07:45:09 +00001389 eeepc_input_exit(eeepc);
Alan Jenkinsf2a9d5e2009-08-28 12:56:36 +00001390fail_input:
Alan Jenkins854c7832009-12-03 07:45:09 +00001391 eeepc_backlight_exit(eeepc);
Corentin Chary1ddec2f2009-06-25 13:25:39 +02001392fail_backlight:
Alan Jenkins854c7832009-12-03 07:45:09 +00001393 eeepc_platform_exit(eeepc);
Alan Jenkins9db106b2009-12-03 07:45:06 +00001394fail_platform:
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001395 kfree(eeepc);
Alan Jenkins1e779852009-08-28 12:56:35 +00001396
Eric Coopere59f8792008-03-13 12:55:46 +01001397 return result;
1398}
1399
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001400static int eeepc_acpi_remove(struct acpi_device *device, int type)
Alan Jenkins1e779852009-08-28 12:56:35 +00001401{
Alan Jenkins854c7832009-12-03 07:45:09 +00001402 struct eeepc_laptop *eeepc = acpi_driver_data(device);
1403
1404 eeepc_backlight_exit(eeepc);
1405 eeepc_rfkill_exit(eeepc);
1406 eeepc_input_exit(eeepc);
1407 eeepc_hwmon_exit(eeepc);
1408 eeepc_led_exit(eeepc);
1409 eeepc_platform_exit(eeepc);
Alan Jenkins1e779852009-08-28 12:56:35 +00001410
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001411 kfree(eeepc);
Alan Jenkins1e779852009-08-28 12:56:35 +00001412 return 0;
1413}
1414
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001415
1416static const struct acpi_device_id eeepc_device_ids[] = {
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001417 {EEEPC_ACPI_HID, 0},
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001418 {"", 0},
1419};
1420MODULE_DEVICE_TABLE(acpi, eeepc_device_ids);
1421
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001422static struct acpi_driver eeepc_acpi_driver = {
1423 .name = EEEPC_LAPTOP_NAME,
1424 .class = EEEPC_ACPI_CLASS,
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001425 .owner = THIS_MODULE,
1426 .ids = eeepc_device_ids,
1427 .flags = ACPI_DRIVER_ALL_NOTIFY_EVENTS,
1428 .ops = {
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001429 .add = eeepc_acpi_add,
1430 .remove = eeepc_acpi_remove,
1431 .notify = eeepc_acpi_notify,
Alan Jenkins52bbe3c2009-12-03 07:45:07 +00001432 },
1433};
1434
1435
Alan Jenkins1e779852009-08-28 12:56:35 +00001436static int __init eeepc_laptop_init(void)
1437{
1438 int result;
1439
Alan Jenkins22072e92009-12-03 07:45:05 +00001440 result = platform_driver_register(&platform_driver);
Alan Jenkins1e779852009-08-28 12:56:35 +00001441 if (result < 0)
1442 return result;
Alan Jenkins22072e92009-12-03 07:45:05 +00001443
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001444 result = acpi_bus_register_driver(&eeepc_acpi_driver);
Alan Jenkins22072e92009-12-03 07:45:05 +00001445 if (result < 0)
1446 goto fail_acpi_driver;
Alan Jenkins854c7832009-12-03 07:45:09 +00001447 if (!eeepc_device_present) {
Alan Jenkins22072e92009-12-03 07:45:05 +00001448 result = -ENODEV;
1449 goto fail_no_device;
Alan Jenkins1e779852009-08-28 12:56:35 +00001450 }
1451 return 0;
Alan Jenkins22072e92009-12-03 07:45:05 +00001452
1453fail_no_device:
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001454 acpi_bus_unregister_driver(&eeepc_acpi_driver);
Alan Jenkins22072e92009-12-03 07:45:05 +00001455fail_acpi_driver:
1456 platform_driver_unregister(&platform_driver);
1457 return result;
Alan Jenkins1e779852009-08-28 12:56:35 +00001458}
1459
1460static void __exit eeepc_laptop_exit(void)
1461{
Alan Jenkinsa7624b62009-12-03 07:45:08 +00001462 acpi_bus_unregister_driver(&eeepc_acpi_driver);
Alan Jenkins22072e92009-12-03 07:45:05 +00001463 platform_driver_unregister(&platform_driver);
Alan Jenkins1e779852009-08-28 12:56:35 +00001464}
1465
Eric Coopere59f8792008-03-13 12:55:46 +01001466module_init(eeepc_laptop_init);
1467module_exit(eeepc_laptop_exit);