blob: 88596ea0f74e00ac1dda2fd9341d376fa97730ea [file] [log] [blame]
Yong Wangee027e42010-03-21 10:26:34 +08001/*
Corentin Charye12e6d92011-02-26 10:20:31 +01002 * Asus PC WMI hotkey driver
Yong Wangee027e42010-03-21 10:26:34 +08003 *
4 * Copyright(C) 2010 Intel Corporation.
Corentin Chary57ab7da2011-02-26 10:20:32 +01005 * Copyright(C) 2010-2011 Corentin Chary <corentin.chary@gmail.com>
Yong Wangee027e42010-03-21 10:26:34 +08006 *
7 * Portions based on wistron_btns.c:
8 * Copyright (C) 2005 Miloslav Trmac <mitr@volny.cz>
9 * Copyright (C) 2005 Bernhard Rosenkraenzer <bero@arklinux.org>
10 * Copyright (C) 2005 Dmitry Torokhov <dtor@mail.ru>
11 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 */
26
Yong Wang81248882010-04-11 09:26:33 +080027#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
28
Yong Wangee027e42010-03-21 10:26:34 +080029#include <linux/kernel.h>
30#include <linux/module.h>
31#include <linux/init.h>
32#include <linux/types.h>
Tejun Heoa32f3922010-04-05 11:37:59 +090033#include <linux/slab.h>
Yong Wangee027e42010-03-21 10:26:34 +080034#include <linux/input.h>
35#include <linux/input/sparse-keymap.h>
Yong Wang3d7b1652010-04-11 09:27:54 +080036#include <linux/fb.h>
37#include <linux/backlight.h>
Corentin Chary084fca62010-11-29 08:14:06 +010038#include <linux/leds.h>
Corentin Charyba48fdb2010-11-29 08:14:07 +010039#include <linux/rfkill.h>
Corentin Charyafa7c882011-02-06 13:28:28 +010040#include <linux/pci.h>
41#include <linux/pci_hotplug.h>
Corentin Chary8c1b2d82010-11-29 08:14:09 +010042#include <linux/debugfs.h>
43#include <linux/seq_file.h>
Yong Wang45f2c692010-04-11 09:27:19 +080044#include <linux/platform_device.h>
Yong Wangee027e42010-03-21 10:26:34 +080045#include <acpi/acpi_bus.h>
46#include <acpi/acpi_drivers.h>
47
Corentin Charye12e6d92011-02-26 10:20:31 +010048#include "asus-wmi.h"
Yong Wang45f2c692010-04-11 09:27:19 +080049
Corentin Charye12e6d92011-02-26 10:20:31 +010050MODULE_AUTHOR("Corentin Chary <corentincj@iksaif.net>, "
51 "Yong Wang <yong.y.wang@intel.com>");
52MODULE_DESCRIPTION("Asus Generic WMI Driver");
Yong Wangee027e42010-03-21 10:26:34 +080053MODULE_LICENSE("GPL");
54
Corentin Charye12e6d92011-02-26 10:20:31 +010055#define to_platform_driver(drv) \
56 (container_of((drv), struct platform_driver, driver))
Corentin Charyd358cb52010-11-29 08:14:14 +010057
Corentin Charye12e6d92011-02-26 10:20:31 +010058#define to_asus_wmi_driver(pdrv) \
59 (container_of((pdrv), struct asus_wmi_driver, platform_driver))
Yong Wangee027e42010-03-21 10:26:34 +080060
Corentin Charye12e6d92011-02-26 10:20:31 +010061#define ASUS_WMI_MGMT_GUID "97845ED0-4E6D-11DE-8A39-0800200C9A66"
Yong Wangee027e42010-03-21 10:26:34 +080062
Corentin Chary33e0e6f2011-02-06 13:28:34 +010063#define NOTIFY_BRNUP_MIN 0x11
64#define NOTIFY_BRNUP_MAX 0x1f
65#define NOTIFY_BRNDOWN_MIN 0x20
66#define NOTIFY_BRNDOWN_MAX 0x2e
Yong Wangee027e42010-03-21 10:26:34 +080067
Corentin Chary43815942011-02-06 13:28:43 +010068/* WMI Methods */
Corentin Chary46dbca82011-02-26 10:20:38 +010069#define ASUS_WMI_METHODID_SPEC 0x43455053
70#define ASUS_WMI_METHODID_SFUN 0x4E554653
Corentin Charye12e6d92011-02-26 10:20:31 +010071#define ASUS_WMI_METHODID_DSTS 0x53544344
Corentin Chary1d070f82011-02-26 10:20:36 +010072#define ASUS_WMI_METHODID_DSTS2 0x53545344
Corentin Charye12e6d92011-02-26 10:20:31 +010073#define ASUS_WMI_METHODID_DEVS 0x53564544
74#define ASUS_WMI_METHODID_CFVS 0x53564643
Corentin Chary46dbca82011-02-26 10:20:38 +010075#define ASUS_WMI_METHODID_INIT 0x54494E49
Yong Wang3d7b1652010-04-11 09:27:54 +080076
Corentin Charyd33da3b2011-02-26 10:20:35 +010077#define ASUS_WMI_UNSUPPORTED_METHOD 0xFFFFFFFE
78
Corentin Chary43815942011-02-06 13:28:43 +010079/* Wireless */
Corentin Charye12e6d92011-02-26 10:20:31 +010080#define ASUS_WMI_DEVID_WLAN 0x00010011
81#define ASUS_WMI_DEVID_BLUETOOTH 0x00010013
82#define ASUS_WMI_DEVID_WIMAX 0x00010017
83#define ASUS_WMI_DEVID_WWAN3G 0x00010019
Corentin Chary43815942011-02-06 13:28:43 +010084
85/* Backlight and Brightness */
Corentin Charye12e6d92011-02-26 10:20:31 +010086#define ASUS_WMI_DEVID_BACKLIGHT 0x00050011
87#define ASUS_WMI_DEVID_BRIGHTNESS 0x00050012
Corentin Chary43815942011-02-06 13:28:43 +010088
89/* Misc */
Corentin Charye12e6d92011-02-26 10:20:31 +010090#define ASUS_WMI_DEVID_CAMERA 0x00060013
Corentin Chary43815942011-02-06 13:28:43 +010091
92/* Storage */
Corentin Charye12e6d92011-02-26 10:20:31 +010093#define ASUS_WMI_DEVID_CARDREADER 0x00080013
Corentin Chary43815942011-02-06 13:28:43 +010094
95/* Input */
Corentin Chary57ab7da2011-02-26 10:20:32 +010096#define ASUS_WMI_DEVID_TOUCHPAD 0x00100011
Corentin Charye12e6d92011-02-26 10:20:31 +010097#define ASUS_WMI_DEVID_TOUCHPAD_LED 0x00100012
Yong Wang3d7b1652010-04-11 09:27:54 +080098
Corentin Chary43815942011-02-06 13:28:43 +010099/* DSTS masks */
Corentin Charye12e6d92011-02-26 10:20:31 +0100100#define ASUS_WMI_DSTS_STATUS_BIT 0x00000001
Corentin Charya75fe0d2011-02-26 10:20:34 +0100101#define ASUS_WMI_DSTS_UNKNOWN_BIT 0x00000002
Corentin Charye12e6d92011-02-26 10:20:31 +0100102#define ASUS_WMI_DSTS_PRESENCE_BIT 0x00010000
103#define ASUS_WMI_DSTS_BRIGHTNESS_MASK 0x000000FF
104#define ASUS_WMI_DSTS_MAX_BRIGTH_MASK 0x0000FF00
Yong Wangee027e42010-03-21 10:26:34 +0800105
Yong Wang3d7b1652010-04-11 09:27:54 +0800106struct bios_args {
Corentin Charyd33da3b2011-02-26 10:20:35 +0100107 u32 arg0;
108 u32 arg1;
109} __packed;
Yong Wang3d7b1652010-04-11 09:27:54 +0800110
Corentin Chary8c1b2d82010-11-29 08:14:09 +0100111/*
Corentin Charye12e6d92011-02-26 10:20:31 +0100112 * <platform>/ - debugfs root directory
Corentin Chary8c1b2d82010-11-29 08:14:09 +0100113 * dev_id - current dev_id
114 * ctrl_param - current ctrl_param
115 * devs - call DEVS(dev_id, ctrl_param) and print result
116 * dsts - call DSTS(dev_id) and print result
117 */
Corentin Charye12e6d92011-02-26 10:20:31 +0100118struct asus_wmi_debug {
Corentin Chary8c1b2d82010-11-29 08:14:09 +0100119 struct dentry *root;
120 u32 dev_id;
121 u32 ctrl_param;
122};
123
Corentin Charya7ce3f02011-02-26 10:20:33 +0100124struct asus_rfkill {
125 struct asus_wmi *asus;
126 struct rfkill *rfkill;
127 u32 dev_id;
128};
129
Corentin Charye12e6d92011-02-26 10:20:31 +0100130struct asus_wmi {
Corentin Chary1d070f82011-02-26 10:20:36 +0100131 int dsts_id;
Corentin Chary46dbca82011-02-26 10:20:38 +0100132 int spec;
133 int sfun;
Corentin Chary1d070f82011-02-26 10:20:36 +0100134
Yong Wang81248882010-04-11 09:26:33 +0800135 struct input_dev *inputdev;
Yong Wang3d7b1652010-04-11 09:27:54 +0800136 struct backlight_device *backlight_device;
Corentin Chary27c136c2010-11-29 08:14:05 +0100137 struct platform_device *platform_device;
Corentin Chary084fca62010-11-29 08:14:06 +0100138
139 struct led_classdev tpd_led;
140 int tpd_led_wk;
141 struct workqueue_struct *led_workqueue;
142 struct work_struct tpd_led_work;
Corentin Charyba48fdb2010-11-29 08:14:07 +0100143
Corentin Charya7ce3f02011-02-26 10:20:33 +0100144 struct asus_rfkill wlan;
145 struct asus_rfkill bluetooth;
146 struct asus_rfkill wimax;
147 struct asus_rfkill wwan3g;
Corentin Chary8c1b2d82010-11-29 08:14:09 +0100148
Corentin Charyafa7c882011-02-06 13:28:28 +0100149 struct hotplug_slot *hotplug_slot;
150 struct mutex hotplug_lock;
Corentin Chary279f8f92011-02-06 13:28:29 +0100151 struct mutex wmi_lock;
152 struct workqueue_struct *hotplug_workqueue;
153 struct work_struct hotplug_work;
Corentin Charyafa7c882011-02-06 13:28:28 +0100154
Corentin Charye12e6d92011-02-26 10:20:31 +0100155 struct asus_wmi_debug debug;
156
157 struct asus_wmi_driver *driver;
Yong Wang81248882010-04-11 09:26:33 +0800158};
159
Corentin Charye12e6d92011-02-26 10:20:31 +0100160static int asus_wmi_input_init(struct asus_wmi *asus)
Yong Wangee027e42010-03-21 10:26:34 +0800161{
162 int err;
163
Corentin Charye12e6d92011-02-26 10:20:31 +0100164 asus->inputdev = input_allocate_device();
165 if (!asus->inputdev)
Yong Wangee027e42010-03-21 10:26:34 +0800166 return -ENOMEM;
167
Corentin Charye12e6d92011-02-26 10:20:31 +0100168 asus->inputdev->name = asus->driver->input_phys;
169 asus->inputdev->phys = asus->driver->input_name;
170 asus->inputdev->id.bustype = BUS_HOST;
171 asus->inputdev->dev.parent = &asus->platform_device->dev;
Yong Wangee027e42010-03-21 10:26:34 +0800172
Corentin Charye12e6d92011-02-26 10:20:31 +0100173 err = sparse_keymap_setup(asus->inputdev, asus->driver->keymap, NULL);
Yong Wangee027e42010-03-21 10:26:34 +0800174 if (err)
175 goto err_free_dev;
176
Corentin Charye12e6d92011-02-26 10:20:31 +0100177 err = input_register_device(asus->inputdev);
Yong Wangee027e42010-03-21 10:26:34 +0800178 if (err)
179 goto err_free_keymap;
180
181 return 0;
182
183err_free_keymap:
Corentin Charye12e6d92011-02-26 10:20:31 +0100184 sparse_keymap_free(asus->inputdev);
Yong Wangee027e42010-03-21 10:26:34 +0800185err_free_dev:
Corentin Charye12e6d92011-02-26 10:20:31 +0100186 input_free_device(asus->inputdev);
Yong Wangee027e42010-03-21 10:26:34 +0800187 return err;
188}
189
Corentin Charye12e6d92011-02-26 10:20:31 +0100190static void asus_wmi_input_exit(struct asus_wmi *asus)
Yong Wang81248882010-04-11 09:26:33 +0800191{
Corentin Charye12e6d92011-02-26 10:20:31 +0100192 if (asus->inputdev) {
193 sparse_keymap_free(asus->inputdev);
194 input_unregister_device(asus->inputdev);
Yong Wang81248882010-04-11 09:26:33 +0800195 }
196
Corentin Charye12e6d92011-02-26 10:20:31 +0100197 asus->inputdev = NULL;
Yong Wang81248882010-04-11 09:26:33 +0800198}
199
Corentin Charyd33da3b2011-02-26 10:20:35 +0100200static int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1,
201 u32 *retval)
Yong Wang3d7b1652010-04-11 09:27:54 +0800202{
Corentin Charyd33da3b2011-02-26 10:20:35 +0100203 struct bios_args args = {
204 .arg0 = arg0,
205 .arg1 = arg1,
206 };
207 struct acpi_buffer input = { (acpi_size) sizeof(args), &args };
Yong Wang3d7b1652010-04-11 09:27:54 +0800208 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };
Yong Wang3d7b1652010-04-11 09:27:54 +0800209 acpi_status status;
Corentin Charyd33da3b2011-02-26 10:20:35 +0100210 union acpi_object *obj;
Yong Wang3d7b1652010-04-11 09:27:54 +0800211 u32 tmp;
212
Corentin Charyd33da3b2011-02-26 10:20:35 +0100213 status = wmi_evaluate_method(ASUS_WMI_MGMT_GUID, 1, method_id,
Corentin Charyafa7c882011-02-06 13:28:28 +0100214 &input, &output);
Yong Wang3d7b1652010-04-11 09:27:54 +0800215
216 if (ACPI_FAILURE(status))
Corentin Charyd33da3b2011-02-26 10:20:35 +0100217 goto exit;
Yong Wang3d7b1652010-04-11 09:27:54 +0800218
219 obj = (union acpi_object *)output.pointer;
220 if (obj && obj->type == ACPI_TYPE_INTEGER)
Corentin Charye12e6d92011-02-26 10:20:31 +0100221 tmp = (u32) obj->integer.value;
Yong Wang3d7b1652010-04-11 09:27:54 +0800222 else
223 tmp = 0;
224
Corentin Chary2a3f0062010-11-29 08:14:10 +0100225 if (retval)
226 *retval = tmp;
Yong Wang3d7b1652010-04-11 09:27:54 +0800227
228 kfree(obj);
229
Corentin Charyd33da3b2011-02-26 10:20:35 +0100230exit:
231 if (ACPI_FAILURE(status))
232 return -EIO;
Yong Wang3d7b1652010-04-11 09:27:54 +0800233
Corentin Charyd33da3b2011-02-26 10:20:35 +0100234 if (tmp == ASUS_WMI_UNSUPPORTED_METHOD)
235 return -ENODEV;
236
237 return 0;
Yong Wang3d7b1652010-04-11 09:27:54 +0800238}
239
Corentin Chary1d070f82011-02-26 10:20:36 +0100240static int asus_wmi_get_devstate(struct asus_wmi *asus, u32 dev_id, u32 *retval)
Corentin Charyd33da3b2011-02-26 10:20:35 +0100241{
Corentin Chary1d070f82011-02-26 10:20:36 +0100242 return asus_wmi_evaluate_method(asus->dsts_id, dev_id, 0, retval);
Corentin Charyd33da3b2011-02-26 10:20:35 +0100243}
244
245static int asus_wmi_set_devstate(u32 dev_id, u32 ctrl_param,
Corentin Chary1d070f82011-02-26 10:20:36 +0100246 u32 *retval)
Yong Wang3d7b1652010-04-11 09:27:54 +0800247{
Corentin Charyd33da3b2011-02-26 10:20:35 +0100248 return asus_wmi_evaluate_method(ASUS_WMI_METHODID_DEVS, dev_id,
249 ctrl_param, retval);
Yong Wang3d7b1652010-04-11 09:27:54 +0800250}
251
Corentin Chary5c956382011-02-06 13:28:31 +0100252/* Helper for special devices with magic return codes */
Corentin Chary1d070f82011-02-26 10:20:36 +0100253static int asus_wmi_get_devstate_bits(struct asus_wmi *asus,
254 u32 dev_id, u32 mask)
Corentin Chary5c956382011-02-06 13:28:31 +0100255{
256 u32 retval = 0;
Corentin Charyd33da3b2011-02-26 10:20:35 +0100257 int err;
Corentin Chary5c956382011-02-06 13:28:31 +0100258
Corentin Chary1d070f82011-02-26 10:20:36 +0100259 err = asus_wmi_get_devstate(asus, dev_id, &retval);
Corentin Chary5c956382011-02-06 13:28:31 +0100260
Corentin Charyd33da3b2011-02-26 10:20:35 +0100261 if (err < 0)
262 return err;
Corentin Chary5c956382011-02-06 13:28:31 +0100263
Corentin Charye12e6d92011-02-26 10:20:31 +0100264 if (!(retval & ASUS_WMI_DSTS_PRESENCE_BIT))
Corentin Chary5c956382011-02-06 13:28:31 +0100265 return -ENODEV;
266
Corentin Charya75fe0d2011-02-26 10:20:34 +0100267 if (mask == ASUS_WMI_DSTS_STATUS_BIT) {
268 if (retval & ASUS_WMI_DSTS_UNKNOWN_BIT)
269 return -ENODEV;
270 }
271
Corentin Charyb7187262011-02-06 13:28:39 +0100272 return retval & mask;
273}
274
Corentin Chary1d070f82011-02-26 10:20:36 +0100275static int asus_wmi_get_devstate_simple(struct asus_wmi *asus, u32 dev_id)
Corentin Charyb7187262011-02-06 13:28:39 +0100276{
Corentin Chary1d070f82011-02-26 10:20:36 +0100277 return asus_wmi_get_devstate_bits(asus, dev_id,
278 ASUS_WMI_DSTS_STATUS_BIT);
Corentin Chary5c956382011-02-06 13:28:31 +0100279}
280
Corentin Chary084fca62010-11-29 08:14:06 +0100281/*
282 * LEDs
283 */
284/*
285 * These functions actually update the LED's, and are called from a
286 * workqueue. By doing this as separate work rather than when the LED
Corentin Charye12e6d92011-02-26 10:20:31 +0100287 * subsystem asks, we avoid messing with the Asus ACPI stuff during a
Corentin Chary084fca62010-11-29 08:14:06 +0100288 * potentially bad time, such as a timer interrupt.
289 */
290static void tpd_led_update(struct work_struct *work)
291{
292 int ctrl_param;
Corentin Charye12e6d92011-02-26 10:20:31 +0100293 struct asus_wmi *asus;
Corentin Chary084fca62010-11-29 08:14:06 +0100294
Corentin Charye12e6d92011-02-26 10:20:31 +0100295 asus = container_of(work, struct asus_wmi, tpd_led_work);
Corentin Chary084fca62010-11-29 08:14:06 +0100296
Corentin Charye12e6d92011-02-26 10:20:31 +0100297 ctrl_param = asus->tpd_led_wk;
298 asus_wmi_set_devstate(ASUS_WMI_DEVID_TOUCHPAD_LED, ctrl_param, NULL);
Corentin Chary084fca62010-11-29 08:14:06 +0100299}
300
301static void tpd_led_set(struct led_classdev *led_cdev,
302 enum led_brightness value)
303{
Corentin Charye12e6d92011-02-26 10:20:31 +0100304 struct asus_wmi *asus;
Corentin Chary084fca62010-11-29 08:14:06 +0100305
Corentin Charye12e6d92011-02-26 10:20:31 +0100306 asus = container_of(led_cdev, struct asus_wmi, tpd_led);
Corentin Chary084fca62010-11-29 08:14:06 +0100307
Corentin Charye12e6d92011-02-26 10:20:31 +0100308 asus->tpd_led_wk = !!value;
309 queue_work(asus->led_workqueue, &asus->tpd_led_work);
Corentin Chary084fca62010-11-29 08:14:06 +0100310}
311
Corentin Charye12e6d92011-02-26 10:20:31 +0100312static int read_tpd_led_state(struct asus_wmi *asus)
Corentin Chary084fca62010-11-29 08:14:06 +0100313{
Corentin Chary1d070f82011-02-26 10:20:36 +0100314 return asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_TOUCHPAD_LED);
Corentin Chary084fca62010-11-29 08:14:06 +0100315}
316
317static enum led_brightness tpd_led_get(struct led_classdev *led_cdev)
318{
Corentin Charye12e6d92011-02-26 10:20:31 +0100319 struct asus_wmi *asus;
Corentin Chary084fca62010-11-29 08:14:06 +0100320
Corentin Charye12e6d92011-02-26 10:20:31 +0100321 asus = container_of(led_cdev, struct asus_wmi, tpd_led);
Corentin Chary084fca62010-11-29 08:14:06 +0100322
Corentin Charye12e6d92011-02-26 10:20:31 +0100323 return read_tpd_led_state(asus);
Corentin Chary084fca62010-11-29 08:14:06 +0100324}
325
Corentin Charye12e6d92011-02-26 10:20:31 +0100326static int asus_wmi_led_init(struct asus_wmi *asus)
Corentin Chary084fca62010-11-29 08:14:06 +0100327{
328 int rv;
329
Corentin Charye12e6d92011-02-26 10:20:31 +0100330 if (read_tpd_led_state(asus) < 0)
Corentin Chary084fca62010-11-29 08:14:06 +0100331 return 0;
332
Corentin Charye12e6d92011-02-26 10:20:31 +0100333 asus->led_workqueue = create_singlethread_workqueue("led_workqueue");
334 if (!asus->led_workqueue)
Corentin Chary084fca62010-11-29 08:14:06 +0100335 return -ENOMEM;
Corentin Charye12e6d92011-02-26 10:20:31 +0100336 INIT_WORK(&asus->tpd_led_work, tpd_led_update);
Corentin Chary084fca62010-11-29 08:14:06 +0100337
Corentin Charye12e6d92011-02-26 10:20:31 +0100338 asus->tpd_led.name = "asus::touchpad";
339 asus->tpd_led.brightness_set = tpd_led_set;
340 asus->tpd_led.brightness_get = tpd_led_get;
341 asus->tpd_led.max_brightness = 1;
Corentin Chary084fca62010-11-29 08:14:06 +0100342
Corentin Charye12e6d92011-02-26 10:20:31 +0100343 rv = led_classdev_register(&asus->platform_device->dev, &asus->tpd_led);
Corentin Chary084fca62010-11-29 08:14:06 +0100344 if (rv) {
Corentin Charye12e6d92011-02-26 10:20:31 +0100345 destroy_workqueue(asus->led_workqueue);
Corentin Chary084fca62010-11-29 08:14:06 +0100346 return rv;
347 }
348
349 return 0;
350}
351
Corentin Charye12e6d92011-02-26 10:20:31 +0100352static void asus_wmi_led_exit(struct asus_wmi *asus)
Corentin Chary084fca62010-11-29 08:14:06 +0100353{
Corentin Charye12e6d92011-02-26 10:20:31 +0100354 if (asus->tpd_led.dev)
355 led_classdev_unregister(&asus->tpd_led);
356 if (asus->led_workqueue)
357 destroy_workqueue(asus->led_workqueue);
Corentin Chary084fca62010-11-29 08:14:06 +0100358}
359
360/*
Corentin Charyafa7c882011-02-06 13:28:28 +0100361 * PCI hotplug (for wlan rfkill)
362 */
Corentin Charye12e6d92011-02-26 10:20:31 +0100363static bool asus_wlan_rfkill_blocked(struct asus_wmi *asus)
Corentin Charyafa7c882011-02-06 13:28:28 +0100364{
Corentin Chary1d070f82011-02-26 10:20:36 +0100365 int result = asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_WLAN);
Corentin Charyafa7c882011-02-06 13:28:28 +0100366
Corentin Chary5c956382011-02-06 13:28:31 +0100367 if (result < 0)
Corentin Charyafa7c882011-02-06 13:28:28 +0100368 return false;
Corentin Chary5c956382011-02-06 13:28:31 +0100369 return !result;
Corentin Charyafa7c882011-02-06 13:28:28 +0100370}
371
Corentin Charye12e6d92011-02-26 10:20:31 +0100372static void asus_rfkill_hotplug(struct asus_wmi *asus)
Corentin Charyafa7c882011-02-06 13:28:28 +0100373{
374 struct pci_dev *dev;
375 struct pci_bus *bus;
Corentin Chary279f8f92011-02-06 13:28:29 +0100376 bool blocked;
Corentin Charyafa7c882011-02-06 13:28:28 +0100377 bool absent;
378 u32 l;
379
Corentin Charye12e6d92011-02-26 10:20:31 +0100380 mutex_lock(&asus->wmi_lock);
381 blocked = asus_wlan_rfkill_blocked(asus);
382 mutex_unlock(&asus->wmi_lock);
Corentin Charyafa7c882011-02-06 13:28:28 +0100383
Corentin Charye12e6d92011-02-26 10:20:31 +0100384 mutex_lock(&asus->hotplug_lock);
Corentin Charyafa7c882011-02-06 13:28:28 +0100385
Corentin Charya7ce3f02011-02-26 10:20:33 +0100386 if (asus->wlan.rfkill)
387 rfkill_set_sw_state(asus->wlan.rfkill, blocked);
Corentin Chary279f8f92011-02-06 13:28:29 +0100388
Corentin Charye12e6d92011-02-26 10:20:31 +0100389 if (asus->hotplug_slot) {
Corentin Charyafa7c882011-02-06 13:28:28 +0100390 bus = pci_find_bus(0, 1);
391 if (!bus) {
392 pr_warning("Unable to find PCI bus 1?\n");
393 goto out_unlock;
394 }
395
396 if (pci_bus_read_config_dword(bus, 0, PCI_VENDOR_ID, &l)) {
397 pr_err("Unable to read PCI config space?\n");
398 goto out_unlock;
399 }
400 absent = (l == 0xffffffff);
401
402 if (blocked != absent) {
403 pr_warning("BIOS says wireless lan is %s, "
Corentin Charye12e6d92011-02-26 10:20:31 +0100404 "but the pci device is %s\n",
405 blocked ? "blocked" : "unblocked",
406 absent ? "absent" : "present");
Corentin Charyafa7c882011-02-06 13:28:28 +0100407 pr_warning("skipped wireless hotplug as probably "
Corentin Charye12e6d92011-02-26 10:20:31 +0100408 "inappropriate for this model\n");
Corentin Charyafa7c882011-02-06 13:28:28 +0100409 goto out_unlock;
410 }
411
412 if (!blocked) {
413 dev = pci_get_slot(bus, 0);
414 if (dev) {
415 /* Device already present */
416 pci_dev_put(dev);
417 goto out_unlock;
418 }
419 dev = pci_scan_single_device(bus, 0);
420 if (dev) {
421 pci_bus_assign_resources(bus);
422 if (pci_bus_add_device(dev))
423 pr_err("Unable to hotplug wifi\n");
424 }
425 } else {
426 dev = pci_get_slot(bus, 0);
427 if (dev) {
428 pci_remove_bus_device(dev);
429 pci_dev_put(dev);
430 }
431 }
432 }
433
434out_unlock:
Corentin Charye12e6d92011-02-26 10:20:31 +0100435 mutex_unlock(&asus->hotplug_lock);
Corentin Charyafa7c882011-02-06 13:28:28 +0100436}
437
Corentin Charye12e6d92011-02-26 10:20:31 +0100438static void asus_rfkill_notify(acpi_handle handle, u32 event, void *data)
Corentin Charyafa7c882011-02-06 13:28:28 +0100439{
Corentin Charye12e6d92011-02-26 10:20:31 +0100440 struct asus_wmi *asus = data;
Corentin Charyafa7c882011-02-06 13:28:28 +0100441
442 if (event != ACPI_NOTIFY_BUS_CHECK)
443 return;
444
Corentin Chary279f8f92011-02-06 13:28:29 +0100445 /*
Corentin Charye12e6d92011-02-26 10:20:31 +0100446 * We can't call directly asus_rfkill_hotplug because most
Corentin Chary279f8f92011-02-06 13:28:29 +0100447 * of the time WMBC is still being executed and not reetrant.
448 * There is currently no way to tell ACPICA that we want this
Corentin Charye12e6d92011-02-26 10:20:31 +0100449 * method to be serialized, we schedule a asus_rfkill_hotplug
Corentin Chary279f8f92011-02-06 13:28:29 +0100450 * call later, in a safer context.
451 */
Corentin Charye12e6d92011-02-26 10:20:31 +0100452 queue_work(asus->hotplug_workqueue, &asus->hotplug_work);
Corentin Charyafa7c882011-02-06 13:28:28 +0100453}
454
Corentin Charye12e6d92011-02-26 10:20:31 +0100455static int asus_register_rfkill_notifier(struct asus_wmi *asus, char *node)
Corentin Charyafa7c882011-02-06 13:28:28 +0100456{
457 acpi_status status;
458 acpi_handle handle;
459
460 status = acpi_get_handle(NULL, node, &handle);
461
462 if (ACPI_SUCCESS(status)) {
463 status = acpi_install_notify_handler(handle,
464 ACPI_SYSTEM_NOTIFY,
Corentin Charye12e6d92011-02-26 10:20:31 +0100465 asus_rfkill_notify, asus);
Corentin Charyafa7c882011-02-06 13:28:28 +0100466 if (ACPI_FAILURE(status))
467 pr_warning("Failed to register notify on %s\n", node);
468 } else
469 return -ENODEV;
470
471 return 0;
472}
473
Corentin Charye12e6d92011-02-26 10:20:31 +0100474static void asus_unregister_rfkill_notifier(struct asus_wmi *asus, char *node)
Corentin Charyafa7c882011-02-06 13:28:28 +0100475{
476 acpi_status status = AE_OK;
477 acpi_handle handle;
478
479 status = acpi_get_handle(NULL, node, &handle);
480
481 if (ACPI_SUCCESS(status)) {
482 status = acpi_remove_notify_handler(handle,
Corentin Charye12e6d92011-02-26 10:20:31 +0100483 ACPI_SYSTEM_NOTIFY,
484 asus_rfkill_notify);
Corentin Charyafa7c882011-02-06 13:28:28 +0100485 if (ACPI_FAILURE(status))
486 pr_err("Error removing rfkill notify handler %s\n",
Corentin Charye12e6d92011-02-26 10:20:31 +0100487 node);
Corentin Charyafa7c882011-02-06 13:28:28 +0100488 }
489}
490
Corentin Charye12e6d92011-02-26 10:20:31 +0100491static int asus_get_adapter_status(struct hotplug_slot *hotplug_slot,
492 u8 *value)
Corentin Charyafa7c882011-02-06 13:28:28 +0100493{
Corentin Chary1d070f82011-02-26 10:20:36 +0100494 struct asus_wmi *asus = hotplug_slot->private;
495 int result = asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_WLAN);
Corentin Charyafa7c882011-02-06 13:28:28 +0100496
Corentin Chary5c956382011-02-06 13:28:31 +0100497 if (result < 0)
498 return result;
Corentin Charyafa7c882011-02-06 13:28:28 +0100499
Corentin Chary5c956382011-02-06 13:28:31 +0100500 *value = !!result;
Corentin Charyafa7c882011-02-06 13:28:28 +0100501 return 0;
502}
503
Corentin Charye12e6d92011-02-26 10:20:31 +0100504static void asus_cleanup_pci_hotplug(struct hotplug_slot *hotplug_slot)
Corentin Charyafa7c882011-02-06 13:28:28 +0100505{
506 kfree(hotplug_slot->info);
507 kfree(hotplug_slot);
508}
509
Corentin Charye12e6d92011-02-26 10:20:31 +0100510static struct hotplug_slot_ops asus_hotplug_slot_ops = {
Corentin Charyafa7c882011-02-06 13:28:28 +0100511 .owner = THIS_MODULE,
Corentin Charye12e6d92011-02-26 10:20:31 +0100512 .get_adapter_status = asus_get_adapter_status,
513 .get_power_status = asus_get_adapter_status,
Corentin Charyafa7c882011-02-06 13:28:28 +0100514};
515
Corentin Charye12e6d92011-02-26 10:20:31 +0100516static void asus_hotplug_work(struct work_struct *work)
Corentin Chary279f8f92011-02-06 13:28:29 +0100517{
Corentin Charye12e6d92011-02-26 10:20:31 +0100518 struct asus_wmi *asus;
Corentin Chary279f8f92011-02-06 13:28:29 +0100519
Corentin Charye12e6d92011-02-26 10:20:31 +0100520 asus = container_of(work, struct asus_wmi, hotplug_work);
521 asus_rfkill_hotplug(asus);
Corentin Chary279f8f92011-02-06 13:28:29 +0100522}
523
Corentin Charye12e6d92011-02-26 10:20:31 +0100524static int asus_setup_pci_hotplug(struct asus_wmi *asus)
Corentin Charyafa7c882011-02-06 13:28:28 +0100525{
526 int ret = -ENOMEM;
527 struct pci_bus *bus = pci_find_bus(0, 1);
528
529 if (!bus) {
530 pr_err("Unable to find wifi PCI bus\n");
531 return -ENODEV;
532 }
533
Corentin Charye12e6d92011-02-26 10:20:31 +0100534 asus->hotplug_workqueue =
535 create_singlethread_workqueue("hotplug_workqueue");
536 if (!asus->hotplug_workqueue)
Corentin Chary279f8f92011-02-06 13:28:29 +0100537 goto error_workqueue;
538
Corentin Charye12e6d92011-02-26 10:20:31 +0100539 INIT_WORK(&asus->hotplug_work, asus_hotplug_work);
Corentin Chary279f8f92011-02-06 13:28:29 +0100540
Corentin Charye12e6d92011-02-26 10:20:31 +0100541 asus->hotplug_slot = kzalloc(sizeof(struct hotplug_slot), GFP_KERNEL);
542 if (!asus->hotplug_slot)
Corentin Charyafa7c882011-02-06 13:28:28 +0100543 goto error_slot;
544
Corentin Charye12e6d92011-02-26 10:20:31 +0100545 asus->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info),
546 GFP_KERNEL);
547 if (!asus->hotplug_slot->info)
Corentin Charyafa7c882011-02-06 13:28:28 +0100548 goto error_info;
549
Corentin Charye12e6d92011-02-26 10:20:31 +0100550 asus->hotplug_slot->private = asus;
551 asus->hotplug_slot->release = &asus_cleanup_pci_hotplug;
552 asus->hotplug_slot->ops = &asus_hotplug_slot_ops;
553 asus_get_adapter_status(asus->hotplug_slot,
554 &asus->hotplug_slot->info->adapter_status);
Corentin Charyafa7c882011-02-06 13:28:28 +0100555
Corentin Charye12e6d92011-02-26 10:20:31 +0100556 ret = pci_hp_register(asus->hotplug_slot, bus, 0, "asus-wifi");
Corentin Charyafa7c882011-02-06 13:28:28 +0100557 if (ret) {
558 pr_err("Unable to register hotplug slot - %d\n", ret);
559 goto error_register;
560 }
561
562 return 0;
563
564error_register:
Corentin Charye12e6d92011-02-26 10:20:31 +0100565 kfree(asus->hotplug_slot->info);
Corentin Charyafa7c882011-02-06 13:28:28 +0100566error_info:
Corentin Charye12e6d92011-02-26 10:20:31 +0100567 kfree(asus->hotplug_slot);
568 asus->hotplug_slot = NULL;
Corentin Charyafa7c882011-02-06 13:28:28 +0100569error_slot:
Corentin Charye12e6d92011-02-26 10:20:31 +0100570 destroy_workqueue(asus->hotplug_workqueue);
Corentin Chary279f8f92011-02-06 13:28:29 +0100571error_workqueue:
Corentin Charyafa7c882011-02-06 13:28:28 +0100572 return ret;
573}
574
575/*
Corentin Charyba48fdb2010-11-29 08:14:07 +0100576 * Rfkill devices
577 */
Corentin Charye12e6d92011-02-26 10:20:31 +0100578static int asus_rfkill_set(void *data, bool blocked)
Corentin Charyba48fdb2010-11-29 08:14:07 +0100579{
Corentin Charya7ce3f02011-02-26 10:20:33 +0100580 struct asus_rfkill *priv = data;
Corentin Charyba48fdb2010-11-29 08:14:07 +0100581 u32 ctrl_param = !blocked;
582
Corentin Charyd33da3b2011-02-26 10:20:35 +0100583 return asus_wmi_set_devstate(priv->dev_id, ctrl_param, NULL);
Corentin Charyba48fdb2010-11-29 08:14:07 +0100584}
585
Corentin Charye12e6d92011-02-26 10:20:31 +0100586static void asus_rfkill_query(struct rfkill *rfkill, void *data)
Corentin Charyba48fdb2010-11-29 08:14:07 +0100587{
Corentin Charya7ce3f02011-02-26 10:20:33 +0100588 struct asus_rfkill *priv = data;
Corentin Chary5c956382011-02-06 13:28:31 +0100589 int result;
Corentin Charyba48fdb2010-11-29 08:14:07 +0100590
Corentin Chary1d070f82011-02-26 10:20:36 +0100591 result = asus_wmi_get_devstate_simple(priv->asus, priv->dev_id);
Corentin Charyba48fdb2010-11-29 08:14:07 +0100592
Corentin Chary5c956382011-02-06 13:28:31 +0100593 if (result < 0)
Corentin Charye12e6d92011-02-26 10:20:31 +0100594 return;
Corentin Charyba48fdb2010-11-29 08:14:07 +0100595
Corentin Charya7ce3f02011-02-26 10:20:33 +0100596 rfkill_set_sw_state(priv->rfkill, !result);
Corentin Charyba48fdb2010-11-29 08:14:07 +0100597}
598
Corentin Charye12e6d92011-02-26 10:20:31 +0100599static int asus_rfkill_wlan_set(void *data, bool blocked)
Corentin Chary279f8f92011-02-06 13:28:29 +0100600{
Corentin Charya7ce3f02011-02-26 10:20:33 +0100601 struct asus_rfkill *priv = data;
602 struct asus_wmi *asus = priv->asus;
Corentin Chary279f8f92011-02-06 13:28:29 +0100603 int ret;
604
605 /*
606 * This handler is enabled only if hotplug is enabled.
Corentin Charye12e6d92011-02-26 10:20:31 +0100607 * In this case, the asus_wmi_set_devstate() will
Corentin Chary279f8f92011-02-06 13:28:29 +0100608 * trigger a wmi notification and we need to wait
609 * this call to finish before being able to call
610 * any wmi method
611 */
Corentin Charye12e6d92011-02-26 10:20:31 +0100612 mutex_lock(&asus->wmi_lock);
Corentin Charya7ce3f02011-02-26 10:20:33 +0100613 ret = asus_rfkill_set(data, blocked);
Corentin Charye12e6d92011-02-26 10:20:31 +0100614 mutex_unlock(&asus->wmi_lock);
Corentin Chary279f8f92011-02-06 13:28:29 +0100615 return ret;
616}
617
Corentin Charye12e6d92011-02-26 10:20:31 +0100618static const struct rfkill_ops asus_rfkill_wlan_ops = {
619 .set_block = asus_rfkill_wlan_set,
Corentin Charya7ce3f02011-02-26 10:20:33 +0100620 .query = asus_rfkill_query,
Corentin Chary279f8f92011-02-06 13:28:29 +0100621};
622
Corentin Charye12e6d92011-02-26 10:20:31 +0100623static const struct rfkill_ops asus_rfkill_ops = {
624 .set_block = asus_rfkill_set,
625 .query = asus_rfkill_query,
Corentin Charyba48fdb2010-11-29 08:14:07 +0100626};
627
Corentin Charye12e6d92011-02-26 10:20:31 +0100628static int asus_new_rfkill(struct asus_wmi *asus,
Corentin Charya7ce3f02011-02-26 10:20:33 +0100629 struct asus_rfkill *arfkill,
Corentin Charye12e6d92011-02-26 10:20:31 +0100630 const char *name, enum rfkill_type type, int dev_id)
Corentin Charyba48fdb2010-11-29 08:14:07 +0100631{
Corentin Chary1d070f82011-02-26 10:20:36 +0100632 int result = asus_wmi_get_devstate_simple(asus, dev_id);
Corentin Charya7ce3f02011-02-26 10:20:33 +0100633 struct rfkill **rfkill = &arfkill->rfkill;
Corentin Charyba48fdb2010-11-29 08:14:07 +0100634
Corentin Chary5c956382011-02-06 13:28:31 +0100635 if (result < 0)
636 return result;
Corentin Charyba48fdb2010-11-29 08:14:07 +0100637
Corentin Charya7ce3f02011-02-26 10:20:33 +0100638 arfkill->dev_id = dev_id;
639 arfkill->asus = asus;
640
Corentin Charye12e6d92011-02-26 10:20:31 +0100641 if (dev_id == ASUS_WMI_DEVID_WLAN && asus->driver->hotplug_wireless)
642 *rfkill = rfkill_alloc(name, &asus->platform_device->dev, type,
Corentin Charya7ce3f02011-02-26 10:20:33 +0100643 &asus_rfkill_wlan_ops, arfkill);
Corentin Chary279f8f92011-02-06 13:28:29 +0100644 else
Corentin Charye12e6d92011-02-26 10:20:31 +0100645 *rfkill = rfkill_alloc(name, &asus->platform_device->dev, type,
Corentin Charya7ce3f02011-02-26 10:20:33 +0100646 &asus_rfkill_ops, arfkill);
Corentin Charyba48fdb2010-11-29 08:14:07 +0100647
648 if (!*rfkill)
649 return -EINVAL;
650
Corentin Chary5c956382011-02-06 13:28:31 +0100651 rfkill_init_sw_state(*rfkill, !result);
Corentin Charyba48fdb2010-11-29 08:14:07 +0100652 result = rfkill_register(*rfkill);
653 if (result) {
654 rfkill_destroy(*rfkill);
655 *rfkill = NULL;
656 return result;
657 }
658 return 0;
659}
660
Corentin Charye12e6d92011-02-26 10:20:31 +0100661static void asus_wmi_rfkill_exit(struct asus_wmi *asus)
Corentin Charyba48fdb2010-11-29 08:14:07 +0100662{
Corentin Charye12e6d92011-02-26 10:20:31 +0100663 asus_unregister_rfkill_notifier(asus, "\\_SB.PCI0.P0P5");
664 asus_unregister_rfkill_notifier(asus, "\\_SB.PCI0.P0P6");
665 asus_unregister_rfkill_notifier(asus, "\\_SB.PCI0.P0P7");
Corentin Charya7ce3f02011-02-26 10:20:33 +0100666 if (asus->wlan.rfkill) {
667 rfkill_unregister(asus->wlan.rfkill);
668 rfkill_destroy(asus->wlan.rfkill);
669 asus->wlan.rfkill = NULL;
Corentin Charyba48fdb2010-11-29 08:14:07 +0100670 }
Corentin Charyafa7c882011-02-06 13:28:28 +0100671 /*
672 * Refresh pci hotplug in case the rfkill state was changed after
Corentin Charye12e6d92011-02-26 10:20:31 +0100673 * asus_unregister_rfkill_notifier()
Corentin Charyafa7c882011-02-06 13:28:28 +0100674 */
Corentin Charye12e6d92011-02-26 10:20:31 +0100675 asus_rfkill_hotplug(asus);
676 if (asus->hotplug_slot)
677 pci_hp_deregister(asus->hotplug_slot);
678 if (asus->hotplug_workqueue)
679 destroy_workqueue(asus->hotplug_workqueue);
Corentin Charyafa7c882011-02-06 13:28:28 +0100680
Corentin Charya7ce3f02011-02-26 10:20:33 +0100681 if (asus->bluetooth.rfkill) {
682 rfkill_unregister(asus->bluetooth.rfkill);
683 rfkill_destroy(asus->bluetooth.rfkill);
684 asus->bluetooth.rfkill = NULL;
Corentin Charyba48fdb2010-11-29 08:14:07 +0100685 }
Corentin Charya7ce3f02011-02-26 10:20:33 +0100686 if (asus->wimax.rfkill) {
687 rfkill_unregister(asus->wimax.rfkill);
688 rfkill_destroy(asus->wimax.rfkill);
689 asus->wimax.rfkill = NULL;
Corentin Chary2e9e1592011-02-06 13:28:37 +0100690 }
Corentin Charya7ce3f02011-02-26 10:20:33 +0100691 if (asus->wwan3g.rfkill) {
692 rfkill_unregister(asus->wwan3g.rfkill);
693 rfkill_destroy(asus->wwan3g.rfkill);
694 asus->wwan3g.rfkill = NULL;
Corentin Charyba48fdb2010-11-29 08:14:07 +0100695 }
696}
697
Corentin Charye12e6d92011-02-26 10:20:31 +0100698static int asus_wmi_rfkill_init(struct asus_wmi *asus)
Corentin Charyba48fdb2010-11-29 08:14:07 +0100699{
700 int result = 0;
701
Corentin Charye12e6d92011-02-26 10:20:31 +0100702 mutex_init(&asus->hotplug_lock);
703 mutex_init(&asus->wmi_lock);
Corentin Charyafa7c882011-02-06 13:28:28 +0100704
Corentin Charya7ce3f02011-02-26 10:20:33 +0100705 result = asus_new_rfkill(asus, &asus->wlan, "asus-wlan",
706 RFKILL_TYPE_WLAN, ASUS_WMI_DEVID_WLAN);
Corentin Charyba48fdb2010-11-29 08:14:07 +0100707
708 if (result && result != -ENODEV)
709 goto exit;
710
Corentin Charya7ce3f02011-02-26 10:20:33 +0100711 result = asus_new_rfkill(asus, &asus->bluetooth,
Corentin Charye12e6d92011-02-26 10:20:31 +0100712 "asus-bluetooth", RFKILL_TYPE_BLUETOOTH,
713 ASUS_WMI_DEVID_BLUETOOTH);
Corentin Charyba48fdb2010-11-29 08:14:07 +0100714
715 if (result && result != -ENODEV)
716 goto exit;
717
Corentin Charya7ce3f02011-02-26 10:20:33 +0100718 result = asus_new_rfkill(asus, &asus->wimax, "asus-wimax",
719 RFKILL_TYPE_WIMAX, ASUS_WMI_DEVID_WIMAX);
Corentin Chary2e9e1592011-02-06 13:28:37 +0100720
721 if (result && result != -ENODEV)
722 goto exit;
723
Corentin Charya7ce3f02011-02-26 10:20:33 +0100724 result = asus_new_rfkill(asus, &asus->wwan3g, "asus-wwan3g",
725 RFKILL_TYPE_WWAN, ASUS_WMI_DEVID_WWAN3G);
Corentin Charyba48fdb2010-11-29 08:14:07 +0100726
727 if (result && result != -ENODEV)
728 goto exit;
729
Corentin Charye12e6d92011-02-26 10:20:31 +0100730 if (!asus->driver->hotplug_wireless)
Corentin Charyc14d4b82011-02-06 13:28:40 +0100731 goto exit;
732
Corentin Charye12e6d92011-02-26 10:20:31 +0100733 result = asus_setup_pci_hotplug(asus);
Corentin Charyafa7c882011-02-06 13:28:28 +0100734 /*
735 * If we get -EBUSY then something else is handling the PCI hotplug -
736 * don't fail in this case
737 */
738 if (result == -EBUSY)
739 result = 0;
740
Corentin Charye12e6d92011-02-26 10:20:31 +0100741 asus_register_rfkill_notifier(asus, "\\_SB.PCI0.P0P5");
742 asus_register_rfkill_notifier(asus, "\\_SB.PCI0.P0P6");
743 asus_register_rfkill_notifier(asus, "\\_SB.PCI0.P0P7");
Corentin Charyafa7c882011-02-06 13:28:28 +0100744 /*
745 * Refresh pci hotplug in case the rfkill state was changed during
746 * setup.
747 */
Corentin Charye12e6d92011-02-26 10:20:31 +0100748 asus_rfkill_hotplug(asus);
Corentin Charyafa7c882011-02-06 13:28:28 +0100749
Corentin Charyba48fdb2010-11-29 08:14:07 +0100750exit:
751 if (result && result != -ENODEV)
Corentin Charye12e6d92011-02-26 10:20:31 +0100752 asus_wmi_rfkill_exit(asus);
Corentin Charyba48fdb2010-11-29 08:14:07 +0100753
754 if (result == -ENODEV)
755 result = 0;
756
757 return result;
758}
759
760/*
Corentin Chary084fca62010-11-29 08:14:06 +0100761 * Backlight
762 */
Corentin Chary1d070f82011-02-26 10:20:36 +0100763static int read_backlight_power(struct asus_wmi *asus)
Corentin Charyb7187262011-02-06 13:28:39 +0100764{
Corentin Chary1d070f82011-02-26 10:20:36 +0100765 int ret = asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_BACKLIGHT);
Corentin Charyb7187262011-02-06 13:28:39 +0100766
767 if (ret < 0)
768 return ret;
769
770 return ret ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN;
771}
772
Corentin Chary8fbea012011-02-26 10:20:37 +0100773static int read_brightness_max(struct asus_wmi *asus)
774{
775 u32 retval;
776 int err;
777
778 err = asus_wmi_get_devstate(asus, ASUS_WMI_DEVID_BRIGHTNESS, &retval);
779
780 if (err < 0)
781 return err;
782
783 retval = retval & ASUS_WMI_DSTS_MAX_BRIGTH_MASK;
784 retval >>= 8;
785
786 if (!retval)
787 return -ENODEV;
788
789 return retval;
790}
791
Yong Wang3d7b1652010-04-11 09:27:54 +0800792static int read_brightness(struct backlight_device *bd)
793{
Corentin Chary1d070f82011-02-26 10:20:36 +0100794 struct asus_wmi *asus = bl_get_data(bd);
Corentin Chary8fbea012011-02-26 10:20:37 +0100795 u32 retval, err;
Yong Wang3d7b1652010-04-11 09:27:54 +0800796
Corentin Chary1d070f82011-02-26 10:20:36 +0100797 err = asus_wmi_get_devstate(asus, ASUS_WMI_DEVID_BRIGHTNESS, &retval);
Yong Wang3d7b1652010-04-11 09:27:54 +0800798
Corentin Charyd33da3b2011-02-26 10:20:35 +0100799 if (err < 0)
800 return err;
801
802 return retval & ASUS_WMI_DSTS_BRIGHTNESS_MASK;
Yong Wang3d7b1652010-04-11 09:27:54 +0800803}
804
805static int update_bl_status(struct backlight_device *bd)
806{
Corentin Chary1d070f82011-02-26 10:20:36 +0100807 struct asus_wmi *asus = bl_get_data(bd);
Corentin Charydfed65d2010-11-29 08:14:12 +0100808 u32 ctrl_param;
Corentin Charyd33da3b2011-02-26 10:20:35 +0100809 int power, err;
Yong Wang3d7b1652010-04-11 09:27:54 +0800810
811 ctrl_param = bd->props.brightness;
812
Corentin Charyd33da3b2011-02-26 10:20:35 +0100813 err = asus_wmi_set_devstate(ASUS_WMI_DEVID_BRIGHTNESS,
814 ctrl_param, NULL);
Yong Wang3d7b1652010-04-11 09:27:54 +0800815
Corentin Charyd33da3b2011-02-26 10:20:35 +0100816 if (err < 0)
817 return err;
Corentin Charyb7187262011-02-06 13:28:39 +0100818
Corentin Chary1d070f82011-02-26 10:20:36 +0100819 power = read_backlight_power(asus);
Corentin Charyb7187262011-02-06 13:28:39 +0100820 if (power != -ENODEV && bd->props.power != power) {
821 ctrl_param = !!(bd->props.power == FB_BLANK_UNBLANK);
Corentin Charyd33da3b2011-02-26 10:20:35 +0100822 err = asus_wmi_set_devstate(ASUS_WMI_DEVID_BACKLIGHT,
823 ctrl_param, NULL);
Corentin Charyb7187262011-02-06 13:28:39 +0100824 }
Corentin Chary8fbea012011-02-26 10:20:37 +0100825 return err;
Yong Wang3d7b1652010-04-11 09:27:54 +0800826}
827
Corentin Charye12e6d92011-02-26 10:20:31 +0100828static const struct backlight_ops asus_wmi_bl_ops = {
Yong Wang3d7b1652010-04-11 09:27:54 +0800829 .get_brightness = read_brightness,
830 .update_status = update_bl_status,
831};
832
Corentin Charye12e6d92011-02-26 10:20:31 +0100833static int asus_wmi_backlight_notify(struct asus_wmi *asus, int code)
Yong Wang3d7b1652010-04-11 09:27:54 +0800834{
Corentin Charye12e6d92011-02-26 10:20:31 +0100835 struct backlight_device *bd = asus->backlight_device;
Yong Wang3d7b1652010-04-11 09:27:54 +0800836 int old = bd->props.brightness;
Daniel Mackb7670ed2010-05-19 12:37:01 +0200837 int new = old;
Yong Wang3d7b1652010-04-11 09:27:54 +0800838
839 if (code >= NOTIFY_BRNUP_MIN && code <= NOTIFY_BRNUP_MAX)
840 new = code - NOTIFY_BRNUP_MIN + 1;
841 else if (code >= NOTIFY_BRNDOWN_MIN && code <= NOTIFY_BRNDOWN_MAX)
842 new = code - NOTIFY_BRNDOWN_MIN;
843
844 bd->props.brightness = new;
845 backlight_update_status(bd);
846 backlight_force_update(bd, BACKLIGHT_UPDATE_HOTKEY);
847
848 return old;
849}
850
Corentin Charye12e6d92011-02-26 10:20:31 +0100851static int asus_wmi_backlight_init(struct asus_wmi *asus)
Yong Wang3d7b1652010-04-11 09:27:54 +0800852{
853 struct backlight_device *bd;
854 struct backlight_properties props;
Corentin Charyb7187262011-02-06 13:28:39 +0100855 int max;
856 int power;
857
Corentin Chary8fbea012011-02-26 10:20:37 +0100858 max = read_brightness_max(asus);
Corentin Charyb7187262011-02-06 13:28:39 +0100859
Corentin Charyb7187262011-02-06 13:28:39 +0100860 if (max == -ENODEV)
861 max = 0;
Corentin Chary8fbea012011-02-26 10:20:37 +0100862 else if (max < 0)
863 return max;
864
865 power = read_backlight_power(asus);
866
Corentin Charyb7187262011-02-06 13:28:39 +0100867 if (power == -ENODEV)
868 power = FB_BLANK_UNBLANK;
Corentin Chary8fbea012011-02-26 10:20:37 +0100869 else if (power < 0)
870 return power;
Yong Wang3d7b1652010-04-11 09:27:54 +0800871
872 memset(&props, 0, sizeof(struct backlight_properties));
Corentin Charyb7187262011-02-06 13:28:39 +0100873 props.max_brightness = max;
Corentin Charye12e6d92011-02-26 10:20:31 +0100874 bd = backlight_device_register(asus->driver->name,
875 &asus->platform_device->dev, asus,
876 &asus_wmi_bl_ops, &props);
Yong Wang3d7b1652010-04-11 09:27:54 +0800877 if (IS_ERR(bd)) {
878 pr_err("Could not register backlight device\n");
879 return PTR_ERR(bd);
880 }
881
Corentin Charye12e6d92011-02-26 10:20:31 +0100882 asus->backlight_device = bd;
Yong Wang3d7b1652010-04-11 09:27:54 +0800883
884 bd->props.brightness = read_brightness(bd);
Corentin Charyb7187262011-02-06 13:28:39 +0100885 bd->props.power = power;
Yong Wang3d7b1652010-04-11 09:27:54 +0800886 backlight_update_status(bd);
887
888 return 0;
889}
890
Corentin Charye12e6d92011-02-26 10:20:31 +0100891static void asus_wmi_backlight_exit(struct asus_wmi *asus)
Yong Wang3d7b1652010-04-11 09:27:54 +0800892{
Corentin Charye12e6d92011-02-26 10:20:31 +0100893 if (asus->backlight_device)
894 backlight_device_unregister(asus->backlight_device);
Yong Wang3d7b1652010-04-11 09:27:54 +0800895
Corentin Charye12e6d92011-02-26 10:20:31 +0100896 asus->backlight_device = NULL;
Yong Wang3d7b1652010-04-11 09:27:54 +0800897}
898
Corentin Charye12e6d92011-02-26 10:20:31 +0100899static void asus_wmi_notify(u32 value, void *context)
Yong Wang3d7b1652010-04-11 09:27:54 +0800900{
Corentin Charye12e6d92011-02-26 10:20:31 +0100901 struct asus_wmi *asus = context;
Yong Wang3d7b1652010-04-11 09:27:54 +0800902 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL };
903 union acpi_object *obj;
904 acpi_status status;
905 int code;
906 int orig_code;
907
908 status = wmi_get_event_data(value, &response);
909 if (status != AE_OK) {
910 pr_err("bad event status 0x%x\n", status);
911 return;
912 }
913
914 obj = (union acpi_object *)response.pointer;
915
Corentin Chary57ab7da2011-02-26 10:20:32 +0100916 if (!obj || obj->type != ACPI_TYPE_INTEGER)
917 goto exit;
Yong Wang3d7b1652010-04-11 09:27:54 +0800918
Corentin Chary57ab7da2011-02-26 10:20:32 +0100919 code = obj->integer.value;
920 orig_code = code;
Yong Wang3d7b1652010-04-11 09:27:54 +0800921
Corentin Chary57ab7da2011-02-26 10:20:32 +0100922 if (code >= NOTIFY_BRNUP_MIN && code <= NOTIFY_BRNUP_MAX)
923 code = NOTIFY_BRNUP_MIN;
924 else if (code >= NOTIFY_BRNDOWN_MIN &&
925 code <= NOTIFY_BRNDOWN_MAX)
926 code = NOTIFY_BRNDOWN_MIN;
Yong Wang3d7b1652010-04-11 09:27:54 +0800927
Corentin Chary57ab7da2011-02-26 10:20:32 +0100928 if (code == NOTIFY_BRNUP_MIN || code == NOTIFY_BRNDOWN_MIN) {
929 if (!acpi_video_backlight_support())
930 asus_wmi_backlight_notify(asus, orig_code);
931 } else if (!sparse_keymap_report_event(asus->inputdev, code, 1, true))
932 pr_info("Unknown key %x pressed\n", code);
Yong Wang3d7b1652010-04-11 09:27:54 +0800933
Corentin Chary57ab7da2011-02-26 10:20:32 +0100934exit:
Yong Wang3d7b1652010-04-11 09:27:54 +0800935 kfree(obj);
936}
937
Corentin Chary9e1565b2011-02-06 13:28:36 +0100938/*
939 * Sys helpers
940 */
941static int parse_arg(const char *buf, unsigned long count, int *val)
942{
943 if (!count)
944 return 0;
945 if (sscanf(buf, "%i", val) != 1)
946 return -EINVAL;
947 return count;
948}
949
Corentin Chary1d070f82011-02-26 10:20:36 +0100950static ssize_t store_sys_wmi(struct asus_wmi *asus, int devid,
951 const char *buf, size_t count)
Corentin Chary9e1565b2011-02-06 13:28:36 +0100952{
Corentin Chary9e1565b2011-02-06 13:28:36 +0100953 u32 retval;
Corentin Charyd33da3b2011-02-26 10:20:35 +0100954 int rv, err, value;
Corentin Chary9e1565b2011-02-06 13:28:36 +0100955
Corentin Chary1d070f82011-02-26 10:20:36 +0100956 value = asus_wmi_get_devstate_simple(asus, devid);
Corentin Charye12e6d92011-02-26 10:20:31 +0100957 if (value == -ENODEV) /* Check device presence */
Corentin Chary9e1565b2011-02-06 13:28:36 +0100958 return value;
959
960 rv = parse_arg(buf, count, &value);
Corentin Charyd33da3b2011-02-26 10:20:35 +0100961 err = asus_wmi_set_devstate(devid, value, &retval);
Corentin Chary9e1565b2011-02-06 13:28:36 +0100962
Corentin Charyd33da3b2011-02-26 10:20:35 +0100963 if (err < 0)
964 return err;
965
Corentin Chary9e1565b2011-02-06 13:28:36 +0100966 return rv;
967}
968
Corentin Chary1d070f82011-02-26 10:20:36 +0100969static ssize_t show_sys_wmi(struct asus_wmi *asus, int devid, char *buf)
Corentin Chary9e1565b2011-02-06 13:28:36 +0100970{
Corentin Chary1d070f82011-02-26 10:20:36 +0100971 int value = asus_wmi_get_devstate_simple(asus, devid);
Corentin Chary9e1565b2011-02-06 13:28:36 +0100972
973 if (value < 0)
974 return value;
975
976 return sprintf(buf, "%d\n", value);
977}
978
Corentin Charye12e6d92011-02-26 10:20:31 +0100979#define ASUS_WMI_CREATE_DEVICE_ATTR(_name, _mode, _cm) \
Corentin Chary9e1565b2011-02-06 13:28:36 +0100980 static ssize_t show_##_name(struct device *dev, \
981 struct device_attribute *attr, \
982 char *buf) \
983 { \
Corentin Chary1d070f82011-02-26 10:20:36 +0100984 struct asus_wmi *asus = dev_get_drvdata(dev); \
985 \
986 return show_sys_wmi(asus, _cm, buf); \
Corentin Chary9e1565b2011-02-06 13:28:36 +0100987 } \
988 static ssize_t store_##_name(struct device *dev, \
989 struct device_attribute *attr, \
990 const char *buf, size_t count) \
991 { \
Corentin Chary1d070f82011-02-26 10:20:36 +0100992 struct asus_wmi *asus = dev_get_drvdata(dev); \
993 \
994 return store_sys_wmi(asus, _cm, buf, count); \
Corentin Chary9e1565b2011-02-06 13:28:36 +0100995 } \
996 static struct device_attribute dev_attr_##_name = { \
997 .attr = { \
998 .name = __stringify(_name), \
999 .mode = _mode }, \
1000 .show = show_##_name, \
1001 .store = store_##_name, \
1002 }
1003
Corentin Charye12e6d92011-02-26 10:20:31 +01001004ASUS_WMI_CREATE_DEVICE_ATTR(touchpad, 0644, ASUS_WMI_DEVID_TOUCHPAD);
1005ASUS_WMI_CREATE_DEVICE_ATTR(camera, 0644, ASUS_WMI_DEVID_CAMERA);
1006ASUS_WMI_CREATE_DEVICE_ATTR(cardr, 0644, ASUS_WMI_DEVID_CARDREADER);
Corentin Chary9e1565b2011-02-06 13:28:36 +01001007
Dmitry Torokhov67fa38e2010-11-03 11:14:01 -07001008static ssize_t store_cpufv(struct device *dev, struct device_attribute *attr,
1009 const char *buf, size_t count)
Chris Bagwell7f80d732010-10-11 18:47:18 -05001010{
1011 int value;
Chris Bagwell7f80d732010-10-11 18:47:18 -05001012
1013 if (!count || sscanf(buf, "%i", &value) != 1)
1014 return -EINVAL;
1015 if (value < 0 || value > 2)
1016 return -EINVAL;
1017
Corentin Charyd33da3b2011-02-26 10:20:35 +01001018 return asus_wmi_evaluate_method(ASUS_WMI_METHODID_CFVS, value, 0, NULL);
Chris Bagwell7f80d732010-10-11 18:47:18 -05001019}
1020
1021static DEVICE_ATTR(cpufv, S_IRUGO | S_IWUSR, NULL, store_cpufv);
1022
Corentin Chary4e37b422010-11-29 08:14:08 +01001023static struct attribute *platform_attributes[] = {
1024 &dev_attr_cpufv.attr,
Corentin Chary9e1565b2011-02-06 13:28:36 +01001025 &dev_attr_camera.attr,
1026 &dev_attr_cardr.attr,
Corentin Chary4615bb62011-02-06 13:28:42 +01001027 &dev_attr_touchpad.attr,
Corentin Chary4e37b422010-11-29 08:14:08 +01001028 NULL
1029};
1030
Corentin Charye12e6d92011-02-26 10:20:31 +01001031static mode_t asus_sysfs_is_visible(struct kobject *kobj,
1032 struct attribute *attr, int idx)
Corentin Chary9e1565b2011-02-06 13:28:36 +01001033{
Corentin Chary1d070f82011-02-26 10:20:36 +01001034 struct device *dev = container_of(kobj, struct device, kobj);
1035 struct platform_device *pdev = to_platform_device(dev);
1036 struct asus_wmi *asus = platform_get_drvdata(pdev);
1037 bool ok = true;
Corentin Chary9e1565b2011-02-06 13:28:36 +01001038 int devid = -1;
1039
1040 if (attr == &dev_attr_camera.attr)
Corentin Charye12e6d92011-02-26 10:20:31 +01001041 devid = ASUS_WMI_DEVID_CAMERA;
Corentin Chary9e1565b2011-02-06 13:28:36 +01001042 else if (attr == &dev_attr_cardr.attr)
Corentin Charye12e6d92011-02-26 10:20:31 +01001043 devid = ASUS_WMI_DEVID_CARDREADER;
Corentin Chary4615bb62011-02-06 13:28:42 +01001044 else if (attr == &dev_attr_touchpad.attr)
Corentin Charye12e6d92011-02-26 10:20:31 +01001045 devid = ASUS_WMI_DEVID_TOUCHPAD;
Corentin Chary9e1565b2011-02-06 13:28:36 +01001046
1047 if (devid != -1)
Corentin Chary1d070f82011-02-26 10:20:36 +01001048 ok = !(asus_wmi_get_devstate_simple(asus, devid) < 0);
Corentin Chary9e1565b2011-02-06 13:28:36 +01001049
Corentin Chary1d070f82011-02-26 10:20:36 +01001050 return ok ? attr->mode : 0;
Corentin Chary9e1565b2011-02-06 13:28:36 +01001051}
1052
Corentin Chary4e37b422010-11-29 08:14:08 +01001053static struct attribute_group platform_attribute_group = {
Corentin Charye12e6d92011-02-26 10:20:31 +01001054 .is_visible = asus_sysfs_is_visible,
1055 .attrs = platform_attributes
Corentin Chary4e37b422010-11-29 08:14:08 +01001056};
1057
Corentin Charye12e6d92011-02-26 10:20:31 +01001058static void asus_wmi_sysfs_exit(struct platform_device *device)
Chris Bagwell7f80d732010-10-11 18:47:18 -05001059{
Corentin Chary4e37b422010-11-29 08:14:08 +01001060 sysfs_remove_group(&device->dev.kobj, &platform_attribute_group);
Chris Bagwell7f80d732010-10-11 18:47:18 -05001061}
1062
Corentin Charye12e6d92011-02-26 10:20:31 +01001063static int asus_wmi_sysfs_init(struct platform_device *device)
Chris Bagwell7f80d732010-10-11 18:47:18 -05001064{
Corentin Chary4e37b422010-11-29 08:14:08 +01001065 return sysfs_create_group(&device->dev.kobj, &platform_attribute_group);
Chris Bagwell7f80d732010-10-11 18:47:18 -05001066}
1067
Corentin Chary27c136c2010-11-29 08:14:05 +01001068/*
1069 * Platform device
1070 */
Corentin Charye12e6d92011-02-26 10:20:31 +01001071static int __init asus_wmi_platform_init(struct asus_wmi *asus)
Corentin Chary27c136c2010-11-29 08:14:05 +01001072{
Corentin Chary46dbca82011-02-26 10:20:38 +01001073 int rv;
1074
1075 /* INIT enable hotkeys on some models */
1076 if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_INIT, 0, 0, &rv))
1077 pr_info("Initialization: %#x", rv);
1078
1079 /* We don't know yet what to do with this version... */
1080 if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_SPEC, 0, 0x9, &rv)) {
1081 pr_info("BIOS WMI version: %d.%d", rv >> 8, rv & 0xFF);
1082 asus->spec = rv;
1083 }
1084
1085 /*
1086 * The SFUN method probably allows the original driver to get the list
1087 * of features supported by a given model. For now, 0x0100 or 0x0800
1088 * bit signifies that the laptop is equipped with a Wi-Fi MiniPCI card.
1089 * The significance of others is yet to be found.
1090 */
1091 if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_SFUN, 0, 0, &rv)) {
1092 pr_info("SFUN value: %#x", rv);
1093 asus->sfun = rv;
1094 }
1095
Corentin Chary1d070f82011-02-26 10:20:36 +01001096 /*
1097 * Eee PC and Notebooks seems to have different method_id for DSTS,
1098 * but it may also be related to the BIOS's SPEC.
1099 * Note, on most Eeepc, there is no way to check if a method exist
1100 * or note, while on notebooks, they returns 0xFFFFFFFE on failure,
1101 * but once again, SPEC may probably be used for that kind of things.
1102 */
1103 if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_DSTS, 0, 0, NULL))
1104 asus->dsts_id = ASUS_WMI_METHODID_DSTS;
1105 else if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_DSTS2, 0, 0, NULL))
1106 asus->dsts_id = ASUS_WMI_METHODID_DSTS2;
1107
1108 if (!asus->dsts_id) {
1109 pr_err("Can't find DSTS");
1110 return -ENODEV;
1111 }
1112
Corentin Charye12e6d92011-02-26 10:20:31 +01001113 return asus_wmi_sysfs_init(asus->platform_device);
Corentin Chary27c136c2010-11-29 08:14:05 +01001114}
1115
Corentin Charye12e6d92011-02-26 10:20:31 +01001116static void asus_wmi_platform_exit(struct asus_wmi *asus)
Corentin Chary27c136c2010-11-29 08:14:05 +01001117{
Corentin Charye12e6d92011-02-26 10:20:31 +01001118 asus_wmi_sysfs_exit(asus->platform_device);
Corentin Chary27c136c2010-11-29 08:14:05 +01001119}
1120
1121/*
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001122 * debugfs
1123 */
Corentin Charye12e6d92011-02-26 10:20:31 +01001124struct asus_wmi_debugfs_node {
1125 struct asus_wmi *asus;
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001126 char *name;
Corentin Charye12e6d92011-02-26 10:20:31 +01001127 int (*show) (struct seq_file *m, void *data);
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001128};
1129
1130static int show_dsts(struct seq_file *m, void *data)
1131{
Corentin Charye12e6d92011-02-26 10:20:31 +01001132 struct asus_wmi *asus = m->private;
Corentin Charyd33da3b2011-02-26 10:20:35 +01001133 int err;
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001134 u32 retval = -1;
1135
Corentin Chary1d070f82011-02-26 10:20:36 +01001136 err = asus_wmi_get_devstate(asus, asus->debug.dev_id, &retval);
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001137
Corentin Charyd33da3b2011-02-26 10:20:35 +01001138 if (err < 0)
1139 return err;
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001140
Corentin Charye12e6d92011-02-26 10:20:31 +01001141 seq_printf(m, "DSTS(%x) = %x\n", asus->debug.dev_id, retval);
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001142
1143 return 0;
1144}
1145
1146static int show_devs(struct seq_file *m, void *data)
1147{
Corentin Charye12e6d92011-02-26 10:20:31 +01001148 struct asus_wmi *asus = m->private;
Corentin Charyd33da3b2011-02-26 10:20:35 +01001149 int err;
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001150 u32 retval = -1;
1151
Corentin Charyd33da3b2011-02-26 10:20:35 +01001152 err = asus_wmi_set_devstate(asus->debug.dev_id, asus->debug.ctrl_param,
1153 &retval);
1154
1155 if (err < 0)
1156 return err;
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001157
Corentin Charye12e6d92011-02-26 10:20:31 +01001158 seq_printf(m, "DEVS(%x, %x) = %x\n", asus->debug.dev_id,
1159 asus->debug.ctrl_param, retval);
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001160
1161 return 0;
1162}
1163
Corentin Charye12e6d92011-02-26 10:20:31 +01001164static struct asus_wmi_debugfs_node asus_wmi_debug_files[] = {
1165 {NULL, "devs", show_devs},
1166 {NULL, "dsts", show_dsts},
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001167};
1168
Corentin Charye12e6d92011-02-26 10:20:31 +01001169static int asus_wmi_debugfs_open(struct inode *inode, struct file *file)
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001170{
Corentin Charye12e6d92011-02-26 10:20:31 +01001171 struct asus_wmi_debugfs_node *node = inode->i_private;
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001172
Corentin Charye12e6d92011-02-26 10:20:31 +01001173 return single_open(file, node->show, node->asus);
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001174}
1175
Corentin Charye12e6d92011-02-26 10:20:31 +01001176static const struct file_operations asus_wmi_debugfs_io_ops = {
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001177 .owner = THIS_MODULE,
Corentin Charye12e6d92011-02-26 10:20:31 +01001178 .open = asus_wmi_debugfs_open,
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001179 .read = seq_read,
1180 .llseek = seq_lseek,
1181 .release = single_release,
1182};
1183
Corentin Charye12e6d92011-02-26 10:20:31 +01001184static void asus_wmi_debugfs_exit(struct asus_wmi *asus)
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001185{
Corentin Charye12e6d92011-02-26 10:20:31 +01001186 debugfs_remove_recursive(asus->debug.root);
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001187}
1188
Corentin Charye12e6d92011-02-26 10:20:31 +01001189static int asus_wmi_debugfs_init(struct asus_wmi *asus)
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001190{
1191 struct dentry *dent;
1192 int i;
1193
Corentin Charye12e6d92011-02-26 10:20:31 +01001194 asus->debug.root = debugfs_create_dir(asus->driver->name, NULL);
1195 if (!asus->debug.root) {
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001196 pr_err("failed to create debugfs directory");
1197 goto error_debugfs;
1198 }
1199
Corentin Charye12e6d92011-02-26 10:20:31 +01001200 dent = debugfs_create_x32("dev_id", S_IRUGO | S_IWUSR,
1201 asus->debug.root, &asus->debug.dev_id);
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001202 if (!dent)
1203 goto error_debugfs;
1204
Corentin Charye12e6d92011-02-26 10:20:31 +01001205 dent = debugfs_create_x32("ctrl_param", S_IRUGO | S_IWUSR,
1206 asus->debug.root, &asus->debug.ctrl_param);
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001207 if (!dent)
1208 goto error_debugfs;
1209
Corentin Charye12e6d92011-02-26 10:20:31 +01001210 for (i = 0; i < ARRAY_SIZE(asus_wmi_debug_files); i++) {
1211 struct asus_wmi_debugfs_node *node = &asus_wmi_debug_files[i];
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001212
Corentin Charye12e6d92011-02-26 10:20:31 +01001213 node->asus = asus;
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001214 dent = debugfs_create_file(node->name, S_IFREG | S_IRUGO,
Corentin Charye12e6d92011-02-26 10:20:31 +01001215 asus->debug.root, node,
1216 &asus_wmi_debugfs_io_ops);
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001217 if (!dent) {
1218 pr_err("failed to create debug file: %s\n", node->name);
1219 goto error_debugfs;
1220 }
1221 }
1222
1223 return 0;
1224
1225error_debugfs:
Corentin Charye12e6d92011-02-26 10:20:31 +01001226 asus_wmi_debugfs_exit(asus);
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001227 return -ENOMEM;
1228}
1229
1230/*
Corentin Chary27c136c2010-11-29 08:14:05 +01001231 * WMI Driver
1232 */
Corentin Charye12e6d92011-02-26 10:20:31 +01001233static int asus_wmi_add(struct platform_device *pdev)
Corentin Charyafa7c882011-02-06 13:28:28 +01001234{
Corentin Charye12e6d92011-02-26 10:20:31 +01001235 struct platform_driver *pdrv = to_platform_driver(pdev->dev.driver);
1236 struct asus_wmi_driver *wdrv = to_asus_wmi_driver(pdrv);
1237 struct asus_wmi *asus;
Yong Wangee027e42010-03-21 10:26:34 +08001238 acpi_status status;
Corentin Chary27c136c2010-11-29 08:14:05 +01001239 int err;
Yong Wangee027e42010-03-21 10:26:34 +08001240
Corentin Charye12e6d92011-02-26 10:20:31 +01001241 asus = kzalloc(sizeof(struct asus_wmi), GFP_KERNEL);
1242 if (!asus)
Corentin Charya04ce292011-02-06 13:28:33 +01001243 return -ENOMEM;
1244
Corentin Charye12e6d92011-02-26 10:20:31 +01001245 asus->driver = wdrv;
1246 asus->platform_device = pdev;
1247 wdrv->platform_device = pdev;
1248 platform_set_drvdata(asus->platform_device, asus);
Corentin Chary27c136c2010-11-29 08:14:05 +01001249
Corentin Charye12e6d92011-02-26 10:20:31 +01001250 if (wdrv->quirks)
1251 wdrv->quirks(asus->driver);
Corentin Charyafa7c882011-02-06 13:28:28 +01001252
Corentin Charye12e6d92011-02-26 10:20:31 +01001253 err = asus_wmi_platform_init(asus);
Corentin Chary27c136c2010-11-29 08:14:05 +01001254 if (err)
1255 goto fail_platform;
Yong Wang45f2c692010-04-11 09:27:19 +08001256
Corentin Charye12e6d92011-02-26 10:20:31 +01001257 err = asus_wmi_input_init(asus);
Yong Wang45f2c692010-04-11 09:27:19 +08001258 if (err)
Corentin Chary27c136c2010-11-29 08:14:05 +01001259 goto fail_input;
Yong Wang3d7b1652010-04-11 09:27:54 +08001260
Corentin Charye12e6d92011-02-26 10:20:31 +01001261 err = asus_wmi_led_init(asus);
Corentin Chary084fca62010-11-29 08:14:06 +01001262 if (err)
1263 goto fail_leds;
1264
Corentin Charye12e6d92011-02-26 10:20:31 +01001265 err = asus_wmi_rfkill_init(asus);
Corentin Charyba48fdb2010-11-29 08:14:07 +01001266 if (err)
1267 goto fail_rfkill;
1268
Yong Wang3d7b1652010-04-11 09:27:54 +08001269 if (!acpi_video_backlight_support()) {
Corentin Charye12e6d92011-02-26 10:20:31 +01001270 err = asus_wmi_backlight_init(asus);
Corentin Charyb7187262011-02-06 13:28:39 +01001271 if (err && err != -ENODEV)
Corentin Chary27c136c2010-11-29 08:14:05 +01001272 goto fail_backlight;
Yong Wang3d7b1652010-04-11 09:27:54 +08001273 } else
1274 pr_info("Backlight controlled by ACPI video driver\n");
Yong Wang45f2c692010-04-11 09:27:19 +08001275
Corentin Charye12e6d92011-02-26 10:20:31 +01001276 status = wmi_install_notify_handler(asus->driver->event_guid,
1277 asus_wmi_notify, asus);
Yong Wang45f2c692010-04-11 09:27:19 +08001278 if (ACPI_FAILURE(status)) {
Corentin Charye12e6d92011-02-26 10:20:31 +01001279 pr_err("Unable to register notify handler - %d\n", status);
Yong Wang45f2c692010-04-11 09:27:19 +08001280 err = -ENODEV;
Corentin Chary27c136c2010-11-29 08:14:05 +01001281 goto fail_wmi_handler;
Yong Wang45f2c692010-04-11 09:27:19 +08001282 }
1283
Corentin Charye12e6d92011-02-26 10:20:31 +01001284 err = asus_wmi_debugfs_init(asus);
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001285 if (err)
1286 goto fail_debugfs;
1287
Corentin Charya04ce292011-02-06 13:28:33 +01001288 return 0;
Yong Wang45f2c692010-04-11 09:27:19 +08001289
Corentin Chary8c1b2d82010-11-29 08:14:09 +01001290fail_debugfs:
Corentin Charye12e6d92011-02-26 10:20:31 +01001291 wmi_remove_notify_handler(asus->driver->event_guid);
Corentin Chary27c136c2010-11-29 08:14:05 +01001292fail_wmi_handler:
Corentin Charye12e6d92011-02-26 10:20:31 +01001293 asus_wmi_backlight_exit(asus);
Corentin Chary27c136c2010-11-29 08:14:05 +01001294fail_backlight:
Corentin Charye12e6d92011-02-26 10:20:31 +01001295 asus_wmi_rfkill_exit(asus);
Corentin Charyba48fdb2010-11-29 08:14:07 +01001296fail_rfkill:
Corentin Charye12e6d92011-02-26 10:20:31 +01001297 asus_wmi_led_exit(asus);
Corentin Chary084fca62010-11-29 08:14:06 +01001298fail_leds:
Corentin Charye12e6d92011-02-26 10:20:31 +01001299 asus_wmi_input_exit(asus);
Corentin Chary27c136c2010-11-29 08:14:05 +01001300fail_input:
Corentin Charye12e6d92011-02-26 10:20:31 +01001301 asus_wmi_platform_exit(asus);
Corentin Chary27c136c2010-11-29 08:14:05 +01001302fail_platform:
Corentin Charye12e6d92011-02-26 10:20:31 +01001303 kfree(asus);
Corentin Charya04ce292011-02-06 13:28:33 +01001304 return err;
Yong Wang45f2c692010-04-11 09:27:19 +08001305}
1306
Corentin Charye12e6d92011-02-26 10:20:31 +01001307static int asus_wmi_remove(struct platform_device *device)
Yong Wang45f2c692010-04-11 09:27:19 +08001308{
Corentin Charye12e6d92011-02-26 10:20:31 +01001309 struct asus_wmi *asus;
Yong Wang45f2c692010-04-11 09:27:19 +08001310
Corentin Charye12e6d92011-02-26 10:20:31 +01001311 asus = platform_get_drvdata(device);
1312 wmi_remove_notify_handler(asus->driver->event_guid);
1313 asus_wmi_backlight_exit(asus);
1314 asus_wmi_input_exit(asus);
1315 asus_wmi_led_exit(asus);
1316 asus_wmi_rfkill_exit(asus);
1317 asus_wmi_debugfs_exit(asus);
1318 asus_wmi_platform_exit(asus);
Yong Wang45f2c692010-04-11 09:27:19 +08001319
Corentin Charye12e6d92011-02-26 10:20:31 +01001320 kfree(asus);
Yong Wang45f2c692010-04-11 09:27:19 +08001321 return 0;
1322}
1323
Corentin Chary0773d7f2011-02-06 13:28:32 +01001324/*
1325 * Platform driver - hibernate/resume callbacks
1326 */
Corentin Charye12e6d92011-02-26 10:20:31 +01001327static int asus_hotk_thaw(struct device *device)
Corentin Chary0773d7f2011-02-06 13:28:32 +01001328{
Corentin Charye12e6d92011-02-26 10:20:31 +01001329 struct asus_wmi *asus = dev_get_drvdata(device);
Corentin Chary0773d7f2011-02-06 13:28:32 +01001330
Corentin Charya7ce3f02011-02-26 10:20:33 +01001331 if (asus->wlan.rfkill) {
Corentin Chary0773d7f2011-02-06 13:28:32 +01001332 bool wlan;
1333
1334 /*
1335 * Work around bios bug - acpi _PTS turns off the wireless led
1336 * during suspend. Normally it restores it on resume, but
1337 * we should kick it ourselves in case hibernation is aborted.
1338 */
Corentin Chary1d070f82011-02-26 10:20:36 +01001339 wlan = asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_WLAN);
Corentin Charye12e6d92011-02-26 10:20:31 +01001340 asus_wmi_set_devstate(ASUS_WMI_DEVID_WLAN, wlan, NULL);
Corentin Chary0773d7f2011-02-06 13:28:32 +01001341 }
1342
1343 return 0;
1344}
1345
Corentin Charye12e6d92011-02-26 10:20:31 +01001346static int asus_hotk_restore(struct device *device)
Corentin Chary0773d7f2011-02-06 13:28:32 +01001347{
Corentin Charye12e6d92011-02-26 10:20:31 +01001348 struct asus_wmi *asus = dev_get_drvdata(device);
Corentin Chary0773d7f2011-02-06 13:28:32 +01001349 int bl;
1350
1351 /* Refresh both wlan rfkill state and pci hotplug */
Corentin Charya7ce3f02011-02-26 10:20:33 +01001352 if (asus->wlan.rfkill)
Corentin Charye12e6d92011-02-26 10:20:31 +01001353 asus_rfkill_hotplug(asus);
Corentin Chary0773d7f2011-02-06 13:28:32 +01001354
Corentin Charya7ce3f02011-02-26 10:20:33 +01001355 if (asus->bluetooth.rfkill) {
Corentin Chary1d070f82011-02-26 10:20:36 +01001356 bl = !asus_wmi_get_devstate_simple(asus,
1357 ASUS_WMI_DEVID_BLUETOOTH);
Corentin Charya7ce3f02011-02-26 10:20:33 +01001358 rfkill_set_sw_state(asus->bluetooth.rfkill, bl);
Corentin Chary2e9e1592011-02-06 13:28:37 +01001359 }
Corentin Charya7ce3f02011-02-26 10:20:33 +01001360 if (asus->wimax.rfkill) {
Corentin Chary1d070f82011-02-26 10:20:36 +01001361 bl = !asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_WIMAX);
Corentin Charya7ce3f02011-02-26 10:20:33 +01001362 rfkill_set_sw_state(asus->wimax.rfkill, bl);
Corentin Chary2e9e1592011-02-06 13:28:37 +01001363 }
Corentin Charya7ce3f02011-02-26 10:20:33 +01001364 if (asus->wwan3g.rfkill) {
Corentin Chary1d070f82011-02-26 10:20:36 +01001365 bl = !asus_wmi_get_devstate_simple(asus, ASUS_WMI_DEVID_WWAN3G);
Corentin Charya7ce3f02011-02-26 10:20:33 +01001366 rfkill_set_sw_state(asus->wwan3g.rfkill, bl);
Corentin Chary0773d7f2011-02-06 13:28:32 +01001367 }
1368
1369 return 0;
1370}
1371
Corentin Charye12e6d92011-02-26 10:20:31 +01001372static const struct dev_pm_ops asus_pm_ops = {
1373 .thaw = asus_hotk_thaw,
1374 .restore = asus_hotk_restore,
Corentin Chary0773d7f2011-02-06 13:28:32 +01001375};
1376
Corentin Charye12e6d92011-02-26 10:20:31 +01001377static int asus_wmi_probe(struct platform_device *pdev)
Corentin Charyd358cb52010-11-29 08:14:14 +01001378{
Corentin Charye12e6d92011-02-26 10:20:31 +01001379 struct platform_driver *pdrv = to_platform_driver(pdev->dev.driver);
1380 struct asus_wmi_driver *wdrv = to_asus_wmi_driver(pdrv);
1381 int ret;
Corentin Charyd358cb52010-11-29 08:14:14 +01001382
Corentin Charye12e6d92011-02-26 10:20:31 +01001383 if (!wmi_has_guid(ASUS_WMI_MGMT_GUID)) {
1384 pr_warning("Management GUID not found\n");
Yong Wangee027e42010-03-21 10:26:34 +08001385 return -ENODEV;
1386 }
1387
Corentin Charye12e6d92011-02-26 10:20:31 +01001388 if (wdrv->event_guid && !wmi_has_guid(wdrv->event_guid)) {
1389 pr_warning("Event GUID not found\n");
Corentin Charyd358cb52010-11-29 08:14:14 +01001390 return -ENODEV;
1391 }
1392
Corentin Charye12e6d92011-02-26 10:20:31 +01001393 if (wdrv->probe) {
1394 ret = wdrv->probe(pdev);
1395 if (ret)
1396 return ret;
1397 }
1398
1399 return asus_wmi_add(pdev);
Corentin Charya04ce292011-02-06 13:28:33 +01001400}
Yong Wangee027e42010-03-21 10:26:34 +08001401
Corentin Charye12e6d92011-02-26 10:20:31 +01001402static bool used;
Yong Wangee027e42010-03-21 10:26:34 +08001403
Corentin Charye12e6d92011-02-26 10:20:31 +01001404int asus_wmi_register_driver(struct asus_wmi_driver *driver)
Corentin Charya04ce292011-02-06 13:28:33 +01001405{
Corentin Charye12e6d92011-02-26 10:20:31 +01001406 struct platform_driver *platform_driver;
1407 struct platform_device *platform_device;
1408
1409 if (used)
1410 return -EBUSY;
1411
1412 platform_driver = &driver->platform_driver;
1413 platform_driver->remove = asus_wmi_remove;
1414 platform_driver->driver.owner = driver->owner;
1415 platform_driver->driver.name = driver->name;
1416 platform_driver->driver.pm = &asus_pm_ops;
1417
1418 platform_device = platform_create_bundle(platform_driver,
1419 asus_wmi_probe,
Corentin Charya04ce292011-02-06 13:28:33 +01001420 NULL, 0, NULL, 0);
1421 if (IS_ERR(platform_device))
1422 return PTR_ERR(platform_device);
Corentin Charye12e6d92011-02-26 10:20:31 +01001423
1424 used = true;
1425 return 0;
1426}
1427EXPORT_SYMBOL_GPL(asus_wmi_register_driver);
1428
1429void asus_wmi_unregister_driver(struct asus_wmi_driver *driver)
1430{
1431 platform_device_unregister(driver->platform_device);
1432 platform_driver_unregister(&driver->platform_driver);
1433 used = false;
1434}
1435EXPORT_SYMBOL_GPL(asus_wmi_unregister_driver);
1436
1437static int __init asus_wmi_init(void)
1438{
1439 if (!wmi_has_guid(ASUS_WMI_MGMT_GUID)) {
1440 pr_info("Asus Management GUID not found");
1441 return -ENODEV;
1442 }
1443
1444 pr_info("ASUS WMI generic driver loaded");
Yong Wangee027e42010-03-21 10:26:34 +08001445 return 0;
1446}
1447
Corentin Charye12e6d92011-02-26 10:20:31 +01001448static void __exit asus_wmi_exit(void)
Yong Wangee027e42010-03-21 10:26:34 +08001449{
Corentin Charye12e6d92011-02-26 10:20:31 +01001450 pr_info("ASUS WMI generic driver unloaded");
Yong Wangee027e42010-03-21 10:26:34 +08001451}
1452
Corentin Charye12e6d92011-02-26 10:20:31 +01001453module_init(asus_wmi_init);
1454module_exit(asus_wmi_exit);