2 * thinkpad_acpi.c - ThinkPad ACPI Extras
5 * Copyright (C) 2004-2005 Borislav Deianov <borislav@users.sf.net>
6 * Copyright (C) 2006-2009 Henrique de Moraes Holschuh <hmh@hmh.eng.br>
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.
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.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
24 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
26 #define TPACPI_VERSION "0.25"
27 #define TPACPI_SYSFS_VERSION 0x020700
31 * 2007-10-20 changelog trimmed down
33 * 2007-03-27 0.14 renamed to thinkpad_acpi and moved to
36 * 2006-11-22 0.13 new maintainer
37 * changelog now lives in git commit history, and will
38 * not be updated further in-file.
40 * 2005-03-17 0.11 support for 600e, 770x
41 * thanks to Jamie Lentin <lentinj@dial.pipex.com>
43 * 2005-01-16 0.9 use MODULE_VERSION
44 * thanks to Henrik Brix Andersen <brix@gentoo.org>
45 * fix parameter passing on module loading
46 * thanks to Rusty Russell <rusty@rustcorp.com.au>
47 * thanks to Jim Radford <radford@blackbean.org>
48 * 2004-11-08 0.8 fix init error case, don't return from a macro
49 * thanks to Chris Wright <chrisw@osdl.org>
52 #include <linux/kernel.h>
53 #include <linux/module.h>
54 #include <linux/init.h>
55 #include <linux/types.h>
56 #include <linux/string.h>
57 #include <linux/list.h>
58 #include <linux/mutex.h>
59 #include <linux/sched.h>
60 #include <linux/kthread.h>
61 #include <linux/freezer.h>
62 #include <linux/delay.h>
63 #include <linux/slab.h>
64 #include <linux/nvram.h>
65 #include <linux/proc_fs.h>
66 #include <linux/seq_file.h>
67 #include <linux/sysfs.h>
68 #include <linux/backlight.h>
70 #include <linux/platform_device.h>
71 #include <linux/hwmon.h>
72 #include <linux/hwmon-sysfs.h>
73 #include <linux/input.h>
74 #include <linux/leds.h>
75 #include <linux/rfkill.h>
76 #include <linux/dmi.h>
77 #include <linux/jiffies.h>
78 #include <linux/workqueue.h>
79 #include <linux/acpi.h>
80 #include <linux/pci_ids.h>
81 #include <linux/thinkpad_acpi.h>
82 #include <sound/core.h>
83 #include <sound/control.h>
84 #include <sound/initval.h>
85 #include <asm/uaccess.h>
87 /* ThinkPad CMOS commands */
88 #define TP_CMOS_VOLUME_DOWN 0
89 #define TP_CMOS_VOLUME_UP 1
90 #define TP_CMOS_VOLUME_MUTE 2
91 #define TP_CMOS_BRIGHTNESS_UP 4
92 #define TP_CMOS_BRIGHTNESS_DOWN 5
93 #define TP_CMOS_THINKLIGHT_ON 12
94 #define TP_CMOS_THINKLIGHT_OFF 13
98 TP_NVRAM_ADDR_HK2 = 0x57,
99 TP_NVRAM_ADDR_THINKLIGHT = 0x58,
100 TP_NVRAM_ADDR_VIDEO = 0x59,
101 TP_NVRAM_ADDR_BRIGHTNESS = 0x5e,
102 TP_NVRAM_ADDR_MIXER = 0x60,
105 /* NVRAM bit masks */
107 TP_NVRAM_MASK_HKT_THINKPAD = 0x08,
108 TP_NVRAM_MASK_HKT_ZOOM = 0x20,
109 TP_NVRAM_MASK_HKT_DISPLAY = 0x40,
110 TP_NVRAM_MASK_HKT_HIBERNATE = 0x80,
111 TP_NVRAM_MASK_THINKLIGHT = 0x10,
112 TP_NVRAM_MASK_HKT_DISPEXPND = 0x30,
113 TP_NVRAM_MASK_HKT_BRIGHTNESS = 0x20,
114 TP_NVRAM_MASK_LEVEL_BRIGHTNESS = 0x0f,
115 TP_NVRAM_POS_LEVEL_BRIGHTNESS = 0,
116 TP_NVRAM_MASK_MUTE = 0x40,
117 TP_NVRAM_MASK_HKT_VOLUME = 0x80,
118 TP_NVRAM_MASK_LEVEL_VOLUME = 0x0f,
119 TP_NVRAM_POS_LEVEL_VOLUME = 0,
122 /* Misc NVRAM-related */
124 TP_NVRAM_LEVEL_VOLUME_MAX = 14,
128 #define TPACPI_ACPI_IBM_HKEY_HID "IBM0068"
129 #define TPACPI_ACPI_LENOVO_HKEY_HID "LEN0068"
130 #define TPACPI_ACPI_EC_HID "PNP0C09"
133 #define TPACPI_HKEY_INPUT_PRODUCT 0x5054 /* "TP" */
134 #define TPACPI_HKEY_INPUT_VERSION 0x4101
136 /* ACPI \WGSV commands */
138 TP_ACPI_WGSV_GET_STATE = 0x01, /* Get state information */
139 TP_ACPI_WGSV_PWR_ON_ON_RESUME = 0x02, /* Resume WWAN powered on */
140 TP_ACPI_WGSV_PWR_OFF_ON_RESUME = 0x03, /* Resume WWAN powered off */
141 TP_ACPI_WGSV_SAVE_STATE = 0x04, /* Save state for S4/S5 */
144 /* TP_ACPI_WGSV_GET_STATE bits */
146 TP_ACPI_WGSV_STATE_WWANEXIST = 0x0001, /* WWAN hw available */
147 TP_ACPI_WGSV_STATE_WWANPWR = 0x0002, /* WWAN radio enabled */
148 TP_ACPI_WGSV_STATE_WWANPWRRES = 0x0004, /* WWAN state at resume */
149 TP_ACPI_WGSV_STATE_WWANBIOSOFF = 0x0008, /* WWAN disabled in BIOS */
150 TP_ACPI_WGSV_STATE_BLTHEXIST = 0x0001, /* BLTH hw available */
151 TP_ACPI_WGSV_STATE_BLTHPWR = 0x0002, /* BLTH radio enabled */
152 TP_ACPI_WGSV_STATE_BLTHPWRRES = 0x0004, /* BLTH state at resume */
153 TP_ACPI_WGSV_STATE_BLTHBIOSOFF = 0x0008, /* BLTH disabled in BIOS */
154 TP_ACPI_WGSV_STATE_UWBEXIST = 0x0010, /* UWB hw available */
155 TP_ACPI_WGSV_STATE_UWBPWR = 0x0020, /* UWB radio enabled */
159 enum tpacpi_hkey_event_t {
161 TP_HKEY_EV_HOTKEY_BASE = 0x1001, /* first hotkey (FN+F1) */
162 TP_HKEY_EV_BRGHT_UP = 0x1010, /* Brightness up */
163 TP_HKEY_EV_BRGHT_DOWN = 0x1011, /* Brightness down */
164 TP_HKEY_EV_VOL_UP = 0x1015, /* Volume up or unmute */
165 TP_HKEY_EV_VOL_DOWN = 0x1016, /* Volume down or unmute */
166 TP_HKEY_EV_VOL_MUTE = 0x1017, /* Mixer output mute */
168 /* Reasons for waking up from S3/S4 */
169 TP_HKEY_EV_WKUP_S3_UNDOCK = 0x2304, /* undock requested, S3 */
170 TP_HKEY_EV_WKUP_S4_UNDOCK = 0x2404, /* undock requested, S4 */
171 TP_HKEY_EV_WKUP_S3_BAYEJ = 0x2305, /* bay ejection req, S3 */
172 TP_HKEY_EV_WKUP_S4_BAYEJ = 0x2405, /* bay ejection req, S4 */
173 TP_HKEY_EV_WKUP_S3_BATLOW = 0x2313, /* battery empty, S3 */
174 TP_HKEY_EV_WKUP_S4_BATLOW = 0x2413, /* battery empty, S4 */
176 /* Auto-sleep after eject request */
177 TP_HKEY_EV_BAYEJ_ACK = 0x3003, /* bay ejection complete */
178 TP_HKEY_EV_UNDOCK_ACK = 0x4003, /* undock complete */
180 /* Misc bay events */
181 TP_HKEY_EV_OPTDRV_EJ = 0x3006, /* opt. drive tray ejected */
182 TP_HKEY_EV_HOTPLUG_DOCK = 0x4010, /* docked into hotplug dock
183 or port replicator */
184 TP_HKEY_EV_HOTPLUG_UNDOCK = 0x4011, /* undocked from hotplug
185 dock or port replicator */
187 /* User-interface events */
188 TP_HKEY_EV_LID_CLOSE = 0x5001, /* laptop lid closed */
189 TP_HKEY_EV_LID_OPEN = 0x5002, /* laptop lid opened */
190 TP_HKEY_EV_TABLET_TABLET = 0x5009, /* tablet swivel up */
191 TP_HKEY_EV_TABLET_NOTEBOOK = 0x500a, /* tablet swivel down */
192 TP_HKEY_EV_PEN_INSERTED = 0x500b, /* tablet pen inserted */
193 TP_HKEY_EV_PEN_REMOVED = 0x500c, /* tablet pen removed */
194 TP_HKEY_EV_BRGHT_CHANGED = 0x5010, /* backlight control event */
196 /* Key-related user-interface events */
197 TP_HKEY_EV_KEY_NUMLOCK = 0x6000, /* NumLock key pressed */
198 TP_HKEY_EV_KEY_FN = 0x6005, /* Fn key pressed? E420 */
201 TP_HKEY_EV_ALARM_BAT_HOT = 0x6011, /* battery too hot */
202 TP_HKEY_EV_ALARM_BAT_XHOT = 0x6012, /* battery critically hot */
203 TP_HKEY_EV_ALARM_SENSOR_HOT = 0x6021, /* sensor too hot */
204 TP_HKEY_EV_ALARM_SENSOR_XHOT = 0x6022, /* sensor critically hot */
205 TP_HKEY_EV_THM_TABLE_CHANGED = 0x6030, /* thermal table changed */
207 /* AC-related events */
208 TP_HKEY_EV_AC_CHANGED = 0x6040, /* AC status changed */
211 TP_HKEY_EV_RFKILL_CHANGED = 0x7000, /* rfkill switch changed */
214 /****************************************************************************
218 #define TPACPI_NAME "thinkpad"
219 #define TPACPI_DESC "ThinkPad ACPI Extras"
220 #define TPACPI_FILE TPACPI_NAME "_acpi"
221 #define TPACPI_URL "http://ibm-acpi.sf.net/"
222 #define TPACPI_MAIL "ibm-acpi-devel@lists.sourceforge.net"
224 #define TPACPI_PROC_DIR "ibm"
225 #define TPACPI_ACPI_EVENT_PREFIX "ibm"
226 #define TPACPI_DRVR_NAME TPACPI_FILE
227 #define TPACPI_DRVR_SHORTNAME "tpacpi"
228 #define TPACPI_HWMON_DRVR_NAME TPACPI_NAME "_hwmon"
230 #define TPACPI_NVRAM_KTHREAD_NAME "ktpacpi_nvramd"
231 #define TPACPI_WORKQUEUE_NAME "ktpacpid"
233 #define TPACPI_MAX_ACPI_ARGS 3
235 /* Debugging printk groups */
236 #define TPACPI_DBG_ALL 0xffff
237 #define TPACPI_DBG_DISCLOSETASK 0x8000
238 #define TPACPI_DBG_INIT 0x0001
239 #define TPACPI_DBG_EXIT 0x0002
240 #define TPACPI_DBG_RFKILL 0x0004
241 #define TPACPI_DBG_HKEY 0x0008
242 #define TPACPI_DBG_FAN 0x0010
243 #define TPACPI_DBG_BRGHT 0x0020
244 #define TPACPI_DBG_MIXER 0x0040
246 #define onoff(status, bit) ((status) & (1 << (bit)) ? "on" : "off")
247 #define enabled(status, bit) ((status) & (1 << (bit)) ? "enabled" : "disabled")
248 #define strlencmp(a, b) (strncmp((a), (b), strlen(b)))
251 /****************************************************************************
252 * Driver-wide structs and misc. variables
257 struct tp_acpi_drv_struct {
258 const struct acpi_device_id *hid;
259 struct acpi_driver *driver;
261 void (*notify) (struct ibm_struct *, u32);
264 struct acpi_device *device;
270 int (*read) (struct seq_file *);
271 int (*write) (char *);
273 void (*resume) (void);
274 void (*suspend) (void);
275 void (*shutdown) (void);
277 struct list_head all_drivers;
279 struct tp_acpi_drv_struct *acpi;
282 u8 acpi_driver_registered:1;
283 u8 acpi_notify_installed:1;
290 struct ibm_init_struct {
293 int (*init) (struct ibm_init_struct *);
294 umode_t base_procfs_mode;
295 struct ibm_struct *data;
306 u32 bright_acpimode:1;
310 u32 fan_ctrl_status_undef:1;
312 u32 beep_needs_two_args:1;
313 u32 mixer_no_level_control:1;
314 u32 input_device_registered:1;
315 u32 platform_drv_registered:1;
316 u32 platform_drv_attrs_registered:1;
317 u32 sensors_pdrv_registered:1;
318 u32 sensors_pdrv_attrs_registered:1;
319 u32 sensors_pdev_attrs_registered:1;
320 u32 hotkey_poll_active:1;
324 u16 hotkey_mask_ff:1;
325 u16 volume_ctrl_forbidden:1;
328 struct thinkpad_id_data {
329 unsigned int vendor; /* ThinkPad vendor:
330 * PCI_VENDOR_ID_IBM/PCI_VENDOR_ID_LENOVO */
332 char *bios_version_str; /* Something like 1ZET51WW (1.03z) */
333 char *ec_version_str; /* Something like 1ZHT51WW-1.04a */
335 u16 bios_model; /* 1Y = 0x5931, 0 = unknown */
337 u16 bios_release; /* 1ZETK1WW = 0x314b, 0 = unknown */
340 char *model_str; /* ThinkPad T43 */
341 char *nummodel_str; /* 9384A9C for a 9384-A9C model */
343 static struct thinkpad_id_data thinkpad_id;
346 TPACPI_LIFE_INIT = 0,
351 static int experimental;
352 static u32 dbg_level;
354 static struct workqueue_struct *tpacpi_wq;
362 /* Special LED class that can defer work */
363 struct tpacpi_led_classdev {
364 struct led_classdev led_classdev;
365 struct work_struct work;
366 enum led_status_t new_state;
370 /* brightness level capabilities */
371 static unsigned int bright_maxlvl; /* 0 = unknown */
373 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
374 static int dbg_wlswemul;
375 static bool tpacpi_wlsw_emulstate;
376 static int dbg_bluetoothemul;
377 static bool tpacpi_bluetooth_emulstate;
378 static int dbg_wwanemul;
379 static bool tpacpi_wwan_emulstate;
380 static int dbg_uwbemul;
381 static bool tpacpi_uwb_emulstate;
385 /*************************************************************************
389 #define dbg_printk(a_dbg_level, format, arg...) \
391 if (dbg_level & (a_dbg_level)) \
392 printk(KERN_DEBUG pr_fmt("%s: " format), \
396 #ifdef CONFIG_THINKPAD_ACPI_DEBUG
397 #define vdbg_printk dbg_printk
398 static const char *str_supported(int is_supported);
400 static inline const char *str_supported(int is_supported) { return ""; }
401 #define vdbg_printk(a_dbg_level, format, arg...) \
402 no_printk(format, ##arg)
405 static void tpacpi_log_usertask(const char * const what)
407 printk(KERN_DEBUG pr_fmt("%s: access by process with PID %d\n"),
408 what, task_tgid_vnr(current));
411 #define tpacpi_disclose_usertask(what, format, arg...) \
413 if (unlikely((dbg_level & TPACPI_DBG_DISCLOSETASK) && \
414 (tpacpi_lifecycle == TPACPI_LIFE_RUNNING))) { \
415 printk(KERN_DEBUG pr_fmt("%s: PID %d: " format), \
416 what, task_tgid_vnr(current), ## arg); \
421 * Quirk handling helpers
423 * ThinkPad IDs and versions seen in the field so far
424 * are two-characters from the set [0-9A-Z], i.e. base 36.
426 * We use values well outside that range as specials.
429 #define TPACPI_MATCH_ANY 0xffffU
430 #define TPACPI_MATCH_UNKNOWN 0U
432 /* TPID('1', 'Y') == 0x5931 */
433 #define TPID(__c1, __c2) (((__c2) << 8) | (__c1))
435 #define TPACPI_Q_IBM(__id1, __id2, __quirk) \
436 { .vendor = PCI_VENDOR_ID_IBM, \
437 .bios = TPID(__id1, __id2), \
438 .ec = TPACPI_MATCH_ANY, \
439 .quirks = (__quirk) }
441 #define TPACPI_Q_LNV(__id1, __id2, __quirk) \
442 { .vendor = PCI_VENDOR_ID_LENOVO, \
443 .bios = TPID(__id1, __id2), \
444 .ec = TPACPI_MATCH_ANY, \
445 .quirks = (__quirk) }
447 #define TPACPI_QEC_LNV(__id1, __id2, __quirk) \
448 { .vendor = PCI_VENDOR_ID_LENOVO, \
449 .bios = TPACPI_MATCH_ANY, \
450 .ec = TPID(__id1, __id2), \
451 .quirks = (__quirk) }
453 struct tpacpi_quirk {
457 unsigned long quirks;
461 * tpacpi_check_quirks() - search BIOS/EC version on a list
462 * @qlist: array of &struct tpacpi_quirk
463 * @qlist_size: number of elements in @qlist
465 * Iterates over a quirks list until one is found that matches the
466 * ThinkPad's vendor, BIOS and EC model.
468 * Returns 0 if nothing matches, otherwise returns the quirks field of
469 * the matching &struct tpacpi_quirk entry.
471 * The match criteria is: vendor, ec and bios much match.
473 static unsigned long __init tpacpi_check_quirks(
474 const struct tpacpi_quirk *qlist,
475 unsigned int qlist_size)
478 if ((qlist->vendor == thinkpad_id.vendor ||
479 qlist->vendor == TPACPI_MATCH_ANY) &&
480 (qlist->bios == thinkpad_id.bios_model ||
481 qlist->bios == TPACPI_MATCH_ANY) &&
482 (qlist->ec == thinkpad_id.ec_model ||
483 qlist->ec == TPACPI_MATCH_ANY))
484 return qlist->quirks;
492 static inline bool __pure __init tpacpi_is_lenovo(void)
494 return thinkpad_id.vendor == PCI_VENDOR_ID_LENOVO;
497 static inline bool __pure __init tpacpi_is_ibm(void)
499 return thinkpad_id.vendor == PCI_VENDOR_ID_IBM;
502 /****************************************************************************
503 ****************************************************************************
505 * ACPI Helpers and device model
507 ****************************************************************************
508 ****************************************************************************/
510 /*************************************************************************
514 static acpi_handle root_handle;
515 static acpi_handle ec_handle;
517 #define TPACPI_HANDLE(object, parent, paths...) \
518 static acpi_handle object##_handle; \
519 static const acpi_handle * const object##_parent __initconst = \
521 static char *object##_paths[] __initdata = { paths }
523 TPACPI_HANDLE(ecrd, ec, "ECRD"); /* 570 */
524 TPACPI_HANDLE(ecwr, ec, "ECWR"); /* 570 */
526 TPACPI_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, */
528 "\\CMOS", /* A3x, G4x, R32, T23, T30, X22-24, X30 */
529 "\\CMS", /* R40, R40e */
532 TPACPI_HANDLE(hkey, ec, "\\_SB.HKEY", /* 600e/x, 770e, 770x */
533 "^HKEY", /* R30, R31 */
534 "HKEY", /* all others */
537 /*************************************************************************
541 static int acpi_evalf(acpi_handle handle,
542 int *res, char *method, char *fmt, ...)
545 struct acpi_object_list params;
546 union acpi_object in_objs[TPACPI_MAX_ACPI_ARGS];
547 struct acpi_buffer result, *resultp;
548 union acpi_object out_obj;
556 pr_err("acpi_evalf() called with empty format\n");
569 params.pointer = &in_objs[0];
576 in_objs[params.count].integer.value = va_arg(ap, int);
577 in_objs[params.count++].type = ACPI_TYPE_INTEGER;
579 /* add more types as needed */
581 pr_err("acpi_evalf() called "
582 "with invalid format character '%c'\n", c);
589 if (res_type != 'v') {
590 result.length = sizeof(out_obj);
591 result.pointer = &out_obj;
596 status = acpi_evaluate_object(handle, method, ¶ms, resultp);
600 success = (status == AE_OK &&
601 out_obj.type == ACPI_TYPE_INTEGER);
603 *res = out_obj.integer.value;
606 success = status == AE_OK;
608 /* add more types as needed */
610 pr_err("acpi_evalf() called "
611 "with invalid format character '%c'\n", res_type);
615 if (!success && !quiet)
616 pr_err("acpi_evalf(%s, %s, ...) failed: %s\n",
617 method, fmt0, acpi_format_exception(status));
622 static int acpi_ec_read(int i, u8 *p)
627 if (!acpi_evalf(ecrd_handle, &v, NULL, "dd", i))
631 if (ec_read(i, p) < 0)
638 static int acpi_ec_write(int i, u8 v)
641 if (!acpi_evalf(ecwr_handle, NULL, NULL, "vdd", i, v))
644 if (ec_write(i, v) < 0)
651 static int issue_thinkpad_cmos_command(int cmos_cmd)
656 if (!acpi_evalf(cmos_handle, NULL, NULL, "vd", cmos_cmd))
662 /*************************************************************************
666 #define TPACPI_ACPIHANDLE_INIT(object) \
667 drv_acpi_handle_init(#object, &object##_handle, *object##_parent, \
668 object##_paths, ARRAY_SIZE(object##_paths))
670 static void __init drv_acpi_handle_init(const char *name,
671 acpi_handle *handle, const acpi_handle parent,
672 char **paths, const int num_paths)
677 vdbg_printk(TPACPI_DBG_INIT, "trying to locate ACPI handle for %s\n",
680 for (i = 0; i < num_paths; i++) {
681 status = acpi_get_handle(parent, paths[i], handle);
682 if (ACPI_SUCCESS(status)) {
683 dbg_printk(TPACPI_DBG_INIT,
684 "Found ACPI handle %s for %s\n",
690 vdbg_printk(TPACPI_DBG_INIT, "ACPI handle for %s not found\n",
695 static acpi_status __init tpacpi_acpi_handle_locate_callback(acpi_handle handle,
696 u32 level, void *context, void **return_value)
698 struct acpi_device *dev;
699 if (!strcmp(context, "video")) {
700 if (acpi_bus_get_device(handle, &dev))
702 if (strcmp(ACPI_VIDEO_HID, acpi_device_hid(dev)))
706 *(acpi_handle *)return_value = handle;
708 return AE_CTRL_TERMINATE;
711 static void __init tpacpi_acpi_handle_locate(const char *name,
716 acpi_handle device_found;
718 BUG_ON(!name || !handle);
719 vdbg_printk(TPACPI_DBG_INIT,
720 "trying to locate ACPI handle for %s, using HID %s\n",
721 name, hid ? hid : "NULL");
723 memset(&device_found, 0, sizeof(device_found));
724 status = acpi_get_devices(hid, tpacpi_acpi_handle_locate_callback,
725 (void *)name, &device_found);
729 if (ACPI_SUCCESS(status)) {
730 *handle = device_found;
731 dbg_printk(TPACPI_DBG_INIT,
732 "Found ACPI handle for %s\n", name);
734 vdbg_printk(TPACPI_DBG_INIT,
735 "Could not locate an ACPI handle for %s: %s\n",
736 name, acpi_format_exception(status));
740 static void dispatch_acpi_notify(acpi_handle handle, u32 event, void *data)
742 struct ibm_struct *ibm = data;
744 if (tpacpi_lifecycle != TPACPI_LIFE_RUNNING)
747 if (!ibm || !ibm->acpi || !ibm->acpi->notify)
750 ibm->acpi->notify(ibm, event);
753 static int __init setup_acpi_notify(struct ibm_struct *ibm)
760 if (!*ibm->acpi->handle)
763 vdbg_printk(TPACPI_DBG_INIT,
764 "setting up ACPI notify for %s\n", ibm->name);
766 rc = acpi_bus_get_device(*ibm->acpi->handle, &ibm->acpi->device);
768 pr_err("acpi_bus_get_device(%s) failed: %d\n", ibm->name, rc);
772 ibm->acpi->device->driver_data = ibm;
773 sprintf(acpi_device_class(ibm->acpi->device), "%s/%s",
774 TPACPI_ACPI_EVENT_PREFIX,
777 status = acpi_install_notify_handler(*ibm->acpi->handle,
778 ibm->acpi->type, dispatch_acpi_notify, ibm);
779 if (ACPI_FAILURE(status)) {
780 if (status == AE_ALREADY_EXISTS) {
781 pr_notice("another device driver is already "
782 "handling %s events\n", ibm->name);
784 pr_err("acpi_install_notify_handler(%s) failed: %s\n",
785 ibm->name, acpi_format_exception(status));
789 ibm->flags.acpi_notify_installed = 1;
793 static int __init tpacpi_device_add(struct acpi_device *device)
798 static int __init register_tpacpi_subdriver(struct ibm_struct *ibm)
802 dbg_printk(TPACPI_DBG_INIT,
803 "registering %s as an ACPI driver\n", ibm->name);
807 ibm->acpi->driver = kzalloc(sizeof(struct acpi_driver), GFP_KERNEL);
808 if (!ibm->acpi->driver) {
809 pr_err("failed to allocate memory for ibm->acpi->driver\n");
813 sprintf(ibm->acpi->driver->name, "%s_%s", TPACPI_NAME, ibm->name);
814 ibm->acpi->driver->ids = ibm->acpi->hid;
816 ibm->acpi->driver->ops.add = &tpacpi_device_add;
818 rc = acpi_bus_register_driver(ibm->acpi->driver);
820 pr_err("acpi_bus_register_driver(%s) failed: %d\n",
822 kfree(ibm->acpi->driver);
823 ibm->acpi->driver = NULL;
825 ibm->flags.acpi_driver_registered = 1;
831 /****************************************************************************
832 ****************************************************************************
836 ****************************************************************************
837 ****************************************************************************/
839 static int dispatch_proc_show(struct seq_file *m, void *v)
841 struct ibm_struct *ibm = m->private;
843 if (!ibm || !ibm->read)
848 static int dispatch_proc_open(struct inode *inode, struct file *file)
850 return single_open(file, dispatch_proc_show, PDE_DATA(inode));
853 static ssize_t dispatch_proc_write(struct file *file,
854 const char __user *userbuf,
855 size_t count, loff_t *pos)
857 struct ibm_struct *ibm = PDE_DATA(file_inode(file));
861 if (!ibm || !ibm->write)
863 if (count > PAGE_SIZE - 2)
866 kernbuf = kmalloc(count + 2, GFP_KERNEL);
870 if (copy_from_user(kernbuf, userbuf, count)) {
876 strcat(kernbuf, ",");
877 ret = ibm->write(kernbuf);
886 static const struct file_operations dispatch_proc_fops = {
887 .owner = THIS_MODULE,
888 .open = dispatch_proc_open,
891 .release = single_release,
892 .write = dispatch_proc_write,
895 static char *next_cmd(char **cmds)
900 while ((end = strchr(start, ',')) && end == start)
912 /****************************************************************************
913 ****************************************************************************
915 * Device model: input, hwmon and platform
917 ****************************************************************************
918 ****************************************************************************/
920 static struct platform_device *tpacpi_pdev;
921 static struct platform_device *tpacpi_sensors_pdev;
922 static struct device *tpacpi_hwmon;
923 static struct input_dev *tpacpi_inputdev;
924 static struct mutex tpacpi_inputdev_send_mutex;
925 static LIST_HEAD(tpacpi_all_drivers);
927 #ifdef CONFIG_PM_SLEEP
928 static int tpacpi_suspend_handler(struct device *dev)
930 struct ibm_struct *ibm, *itmp;
932 list_for_each_entry_safe(ibm, itmp,
942 static int tpacpi_resume_handler(struct device *dev)
944 struct ibm_struct *ibm, *itmp;
946 list_for_each_entry_safe(ibm, itmp,
957 static SIMPLE_DEV_PM_OPS(tpacpi_pm,
958 tpacpi_suspend_handler, tpacpi_resume_handler);
960 static void tpacpi_shutdown_handler(struct platform_device *pdev)
962 struct ibm_struct *ibm, *itmp;
964 list_for_each_entry_safe(ibm, itmp,
972 static struct platform_driver tpacpi_pdriver = {
974 .name = TPACPI_DRVR_NAME,
975 .owner = THIS_MODULE,
978 .shutdown = tpacpi_shutdown_handler,
981 static struct platform_driver tpacpi_hwmon_pdriver = {
983 .name = TPACPI_HWMON_DRVR_NAME,
984 .owner = THIS_MODULE,
988 /*************************************************************************
989 * sysfs support helpers
992 struct attribute_set {
993 unsigned int members, max_members;
994 struct attribute_group group;
997 struct attribute_set_obj {
998 struct attribute_set s;
1000 } __attribute__((packed));
1002 static struct attribute_set *create_attr_set(unsigned int max_members,
1005 struct attribute_set_obj *sobj;
1007 if (max_members == 0)
1010 /* Allocates space for implicit NULL at the end too */
1011 sobj = kzalloc(sizeof(struct attribute_set_obj) +
1012 max_members * sizeof(struct attribute *),
1016 sobj->s.max_members = max_members;
1017 sobj->s.group.attrs = &sobj->a;
1018 sobj->s.group.name = name;
1023 #define destroy_attr_set(_set) \
1026 /* not multi-threaded safe, use it in a single thread per set */
1027 static int add_to_attr_set(struct attribute_set *s, struct attribute *attr)
1032 if (s->members >= s->max_members)
1035 s->group.attrs[s->members] = attr;
1041 static int add_many_to_attr_set(struct attribute_set *s,
1042 struct attribute **attr,
1047 for (i = 0; i < count; i++) {
1048 res = add_to_attr_set(s, attr[i]);
1056 static void delete_attr_set(struct attribute_set *s, struct kobject *kobj)
1058 sysfs_remove_group(kobj, &s->group);
1059 destroy_attr_set(s);
1062 #define register_attr_set_with_sysfs(_attr_set, _kobj) \
1063 sysfs_create_group(_kobj, &_attr_set->group)
1065 static int parse_strtoul(const char *buf,
1066 unsigned long max, unsigned long *value)
1070 *value = simple_strtoul(skip_spaces(buf), &endp, 0);
1071 endp = skip_spaces(endp);
1072 if (*endp || *value > max)
1078 static void tpacpi_disable_brightness_delay(void)
1080 if (acpi_evalf(hkey_handle, NULL, "PWMS", "qvd", 0))
1081 pr_notice("ACPI backlight control delay disabled\n");
1084 static void printk_deprecated_attribute(const char * const what,
1085 const char * const details)
1087 tpacpi_log_usertask("deprecated sysfs attribute");
1088 pr_warn("WARNING: sysfs attribute %s is deprecated and "
1089 "will be removed. %s\n",
1093 /*************************************************************************
1094 * rfkill and radio control support helpers
1098 * ThinkPad-ACPI firmware handling model:
1100 * WLSW (master wireless switch) is event-driven, and is common to all
1101 * firmware-controlled radios. It cannot be controlled, just monitored,
1102 * as expected. It overrides all radio state in firmware
1104 * The kernel, a masked-off hotkey, and WLSW can change the radio state
1105 * (TODO: verify how WLSW interacts with the returned radio state).
1107 * The only time there are shadow radio state changes, is when
1108 * masked-off hotkeys are used.
1112 * Internal driver API for radio state:
1114 * int: < 0 = error, otherwise enum tpacpi_rfkill_state
1115 * bool: true means radio blocked (off)
1117 enum tpacpi_rfkill_state {
1118 TPACPI_RFK_RADIO_OFF = 0,
1122 /* rfkill switches */
1123 enum tpacpi_rfk_id {
1124 TPACPI_RFK_BLUETOOTH_SW_ID = 0,
1125 TPACPI_RFK_WWAN_SW_ID,
1126 TPACPI_RFK_UWB_SW_ID,
1130 static const char *tpacpi_rfkill_names[] = {
1131 [TPACPI_RFK_BLUETOOTH_SW_ID] = "bluetooth",
1132 [TPACPI_RFK_WWAN_SW_ID] = "wwan",
1133 [TPACPI_RFK_UWB_SW_ID] = "uwb",
1134 [TPACPI_RFK_SW_MAX] = NULL
1137 /* ThinkPad-ACPI rfkill subdriver */
1139 struct rfkill *rfkill;
1140 enum tpacpi_rfk_id id;
1141 const struct tpacpi_rfk_ops *ops;
1144 struct tpacpi_rfk_ops {
1145 /* firmware interface */
1146 int (*get_status)(void);
1147 int (*set_status)(const enum tpacpi_rfkill_state);
1150 static struct tpacpi_rfk *tpacpi_rfkill_switches[TPACPI_RFK_SW_MAX];
1152 /* Query FW and update rfkill sw state for a given rfkill switch */
1153 static int tpacpi_rfk_update_swstate(const struct tpacpi_rfk *tp_rfk)
1160 status = (tp_rfk->ops->get_status)();
1164 rfkill_set_sw_state(tp_rfk->rfkill,
1165 (status == TPACPI_RFK_RADIO_OFF));
1170 /* Query FW and update rfkill sw state for all rfkill switches */
1171 static void tpacpi_rfk_update_swstate_all(void)
1175 for (i = 0; i < TPACPI_RFK_SW_MAX; i++)
1176 tpacpi_rfk_update_swstate(tpacpi_rfkill_switches[i]);
1180 * Sync the HW-blocking state of all rfkill switches,
1181 * do notice it causes the rfkill core to schedule uevents
1183 static void tpacpi_rfk_update_hwblock_state(bool blocked)
1186 struct tpacpi_rfk *tp_rfk;
1188 for (i = 0; i < TPACPI_RFK_SW_MAX; i++) {
1189 tp_rfk = tpacpi_rfkill_switches[i];
1191 if (rfkill_set_hw_state(tp_rfk->rfkill,
1193 /* ignore -- we track sw block */
1199 /* Call to get the WLSW state from the firmware */
1200 static int hotkey_get_wlsw(void);
1202 /* Call to query WLSW state and update all rfkill switches */
1203 static bool tpacpi_rfk_check_hwblock_state(void)
1205 int res = hotkey_get_wlsw();
1208 /* When unknown or unsupported, we have to assume it is unblocked */
1212 hw_blocked = (res == TPACPI_RFK_RADIO_OFF);
1213 tpacpi_rfk_update_hwblock_state(hw_blocked);
1218 static int tpacpi_rfk_hook_set_block(void *data, bool blocked)
1220 struct tpacpi_rfk *tp_rfk = data;
1223 dbg_printk(TPACPI_DBG_RFKILL,
1224 "request to change radio state to %s\n",
1225 blocked ? "blocked" : "unblocked");
1227 /* try to set radio state */
1228 res = (tp_rfk->ops->set_status)(blocked ?
1229 TPACPI_RFK_RADIO_OFF : TPACPI_RFK_RADIO_ON);
1231 /* and update the rfkill core with whatever the FW really did */
1232 tpacpi_rfk_update_swstate(tp_rfk);
1234 return (res < 0) ? res : 0;
1237 static const struct rfkill_ops tpacpi_rfk_rfkill_ops = {
1238 .set_block = tpacpi_rfk_hook_set_block,
1241 static int __init tpacpi_new_rfkill(const enum tpacpi_rfk_id id,
1242 const struct tpacpi_rfk_ops *tp_rfkops,
1243 const enum rfkill_type rfktype,
1245 const bool set_default)
1247 struct tpacpi_rfk *atp_rfk;
1249 bool sw_state = false;
1253 BUG_ON(id >= TPACPI_RFK_SW_MAX || tpacpi_rfkill_switches[id]);
1255 atp_rfk = kzalloc(sizeof(struct tpacpi_rfk), GFP_KERNEL);
1257 atp_rfk->rfkill = rfkill_alloc(name,
1260 &tpacpi_rfk_rfkill_ops,
1262 if (!atp_rfk || !atp_rfk->rfkill) {
1263 pr_err("failed to allocate memory for rfkill class\n");
1269 atp_rfk->ops = tp_rfkops;
1271 sw_status = (tp_rfkops->get_status)();
1272 if (sw_status < 0) {
1273 pr_err("failed to read initial state for %s, error %d\n",
1276 sw_state = (sw_status == TPACPI_RFK_RADIO_OFF);
1278 /* try to keep the initial state, since we ask the
1279 * firmware to preserve it across S5 in NVRAM */
1280 rfkill_init_sw_state(atp_rfk->rfkill, sw_state);
1283 hw_state = tpacpi_rfk_check_hwblock_state();
1284 rfkill_set_hw_state(atp_rfk->rfkill, hw_state);
1286 res = rfkill_register(atp_rfk->rfkill);
1288 pr_err("failed to register %s rfkill switch: %d\n", name, res);
1289 rfkill_destroy(atp_rfk->rfkill);
1294 tpacpi_rfkill_switches[id] = atp_rfk;
1296 pr_info("rfkill switch %s: radio is %sblocked\n",
1297 name, (sw_state || hw_state) ? "" : "un");
1301 static void tpacpi_destroy_rfkill(const enum tpacpi_rfk_id id)
1303 struct tpacpi_rfk *tp_rfk;
1305 BUG_ON(id >= TPACPI_RFK_SW_MAX);
1307 tp_rfk = tpacpi_rfkill_switches[id];
1309 rfkill_unregister(tp_rfk->rfkill);
1310 rfkill_destroy(tp_rfk->rfkill);
1311 tpacpi_rfkill_switches[id] = NULL;
1316 static void printk_deprecated_rfkill_attribute(const char * const what)
1318 printk_deprecated_attribute(what,
1319 "Please switch to generic rfkill before year 2010");
1322 /* sysfs <radio> enable ------------------------------------------------ */
1323 static ssize_t tpacpi_rfk_sysfs_enable_show(const enum tpacpi_rfk_id id,
1324 struct device_attribute *attr,
1329 printk_deprecated_rfkill_attribute(attr->attr.name);
1331 /* This is in the ABI... */
1332 if (tpacpi_rfk_check_hwblock_state()) {
1333 status = TPACPI_RFK_RADIO_OFF;
1335 status = tpacpi_rfk_update_swstate(tpacpi_rfkill_switches[id]);
1340 return snprintf(buf, PAGE_SIZE, "%d\n",
1341 (status == TPACPI_RFK_RADIO_ON) ? 1 : 0);
1344 static ssize_t tpacpi_rfk_sysfs_enable_store(const enum tpacpi_rfk_id id,
1345 struct device_attribute *attr,
1346 const char *buf, size_t count)
1351 printk_deprecated_rfkill_attribute(attr->attr.name);
1353 if (parse_strtoul(buf, 1, &t))
1356 tpacpi_disclose_usertask(attr->attr.name, "set to %ld\n", t);
1358 /* This is in the ABI... */
1359 if (tpacpi_rfk_check_hwblock_state() && !!t)
1362 res = tpacpi_rfkill_switches[id]->ops->set_status((!!t) ?
1363 TPACPI_RFK_RADIO_ON : TPACPI_RFK_RADIO_OFF);
1364 tpacpi_rfk_update_swstate(tpacpi_rfkill_switches[id]);
1366 return (res < 0) ? res : count;
1369 /* procfs -------------------------------------------------------------- */
1370 static int tpacpi_rfk_procfs_read(const enum tpacpi_rfk_id id, struct seq_file *m)
1372 if (id >= TPACPI_RFK_SW_MAX)
1373 seq_printf(m, "status:\t\tnot supported\n");
1377 /* This is in the ABI... */
1378 if (tpacpi_rfk_check_hwblock_state()) {
1379 status = TPACPI_RFK_RADIO_OFF;
1381 status = tpacpi_rfk_update_swstate(
1382 tpacpi_rfkill_switches[id]);
1387 seq_printf(m, "status:\t\t%s\n",
1388 (status == TPACPI_RFK_RADIO_ON) ?
1389 "enabled" : "disabled");
1390 seq_printf(m, "commands:\tenable, disable\n");
1396 static int tpacpi_rfk_procfs_write(const enum tpacpi_rfk_id id, char *buf)
1402 if (id >= TPACPI_RFK_SW_MAX)
1405 while ((cmd = next_cmd(&buf))) {
1406 if (strlencmp(cmd, "enable") == 0)
1407 status = TPACPI_RFK_RADIO_ON;
1408 else if (strlencmp(cmd, "disable") == 0)
1409 status = TPACPI_RFK_RADIO_OFF;
1415 tpacpi_disclose_usertask("procfs", "attempt to %s %s\n",
1416 (status == TPACPI_RFK_RADIO_ON) ?
1417 "enable" : "disable",
1418 tpacpi_rfkill_names[id]);
1419 res = (tpacpi_rfkill_switches[id]->ops->set_status)(status);
1420 tpacpi_rfk_update_swstate(tpacpi_rfkill_switches[id]);
1426 /*************************************************************************
1427 * thinkpad-acpi driver attributes
1430 /* interface_version --------------------------------------------------- */
1431 static ssize_t tpacpi_driver_interface_version_show(
1432 struct device_driver *drv,
1435 return snprintf(buf, PAGE_SIZE, "0x%08x\n", TPACPI_SYSFS_VERSION);
1438 static DRIVER_ATTR(interface_version, S_IRUGO,
1439 tpacpi_driver_interface_version_show, NULL);
1441 /* debug_level --------------------------------------------------------- */
1442 static ssize_t tpacpi_driver_debug_show(struct device_driver *drv,
1445 return snprintf(buf, PAGE_SIZE, "0x%04x\n", dbg_level);
1448 static ssize_t tpacpi_driver_debug_store(struct device_driver *drv,
1449 const char *buf, size_t count)
1453 if (parse_strtoul(buf, 0xffff, &t))
1461 static DRIVER_ATTR(debug_level, S_IWUSR | S_IRUGO,
1462 tpacpi_driver_debug_show, tpacpi_driver_debug_store);
1464 /* version ------------------------------------------------------------- */
1465 static ssize_t tpacpi_driver_version_show(struct device_driver *drv,
1468 return snprintf(buf, PAGE_SIZE, "%s v%s\n",
1469 TPACPI_DESC, TPACPI_VERSION);
1472 static DRIVER_ATTR(version, S_IRUGO,
1473 tpacpi_driver_version_show, NULL);
1475 /* --------------------------------------------------------------------- */
1477 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
1479 /* wlsw_emulstate ------------------------------------------------------ */
1480 static ssize_t tpacpi_driver_wlsw_emulstate_show(struct device_driver *drv,
1483 return snprintf(buf, PAGE_SIZE, "%d\n", !!tpacpi_wlsw_emulstate);
1486 static ssize_t tpacpi_driver_wlsw_emulstate_store(struct device_driver *drv,
1487 const char *buf, size_t count)
1491 if (parse_strtoul(buf, 1, &t))
1494 if (tpacpi_wlsw_emulstate != !!t) {
1495 tpacpi_wlsw_emulstate = !!t;
1496 tpacpi_rfk_update_hwblock_state(!t); /* negative logic */
1502 static DRIVER_ATTR(wlsw_emulstate, S_IWUSR | S_IRUGO,
1503 tpacpi_driver_wlsw_emulstate_show,
1504 tpacpi_driver_wlsw_emulstate_store);
1506 /* bluetooth_emulstate ------------------------------------------------- */
1507 static ssize_t tpacpi_driver_bluetooth_emulstate_show(
1508 struct device_driver *drv,
1511 return snprintf(buf, PAGE_SIZE, "%d\n", !!tpacpi_bluetooth_emulstate);
1514 static ssize_t tpacpi_driver_bluetooth_emulstate_store(
1515 struct device_driver *drv,
1516 const char *buf, size_t count)
1520 if (parse_strtoul(buf, 1, &t))
1523 tpacpi_bluetooth_emulstate = !!t;
1528 static DRIVER_ATTR(bluetooth_emulstate, S_IWUSR | S_IRUGO,
1529 tpacpi_driver_bluetooth_emulstate_show,
1530 tpacpi_driver_bluetooth_emulstate_store);
1532 /* wwan_emulstate ------------------------------------------------- */
1533 static ssize_t tpacpi_driver_wwan_emulstate_show(
1534 struct device_driver *drv,
1537 return snprintf(buf, PAGE_SIZE, "%d\n", !!tpacpi_wwan_emulstate);
1540 static ssize_t tpacpi_driver_wwan_emulstate_store(
1541 struct device_driver *drv,
1542 const char *buf, size_t count)
1546 if (parse_strtoul(buf, 1, &t))
1549 tpacpi_wwan_emulstate = !!t;
1554 static DRIVER_ATTR(wwan_emulstate, S_IWUSR | S_IRUGO,
1555 tpacpi_driver_wwan_emulstate_show,
1556 tpacpi_driver_wwan_emulstate_store);
1558 /* uwb_emulstate ------------------------------------------------- */
1559 static ssize_t tpacpi_driver_uwb_emulstate_show(
1560 struct device_driver *drv,
1563 return snprintf(buf, PAGE_SIZE, "%d\n", !!tpacpi_uwb_emulstate);
1566 static ssize_t tpacpi_driver_uwb_emulstate_store(
1567 struct device_driver *drv,
1568 const char *buf, size_t count)
1572 if (parse_strtoul(buf, 1, &t))
1575 tpacpi_uwb_emulstate = !!t;
1580 static DRIVER_ATTR(uwb_emulstate, S_IWUSR | S_IRUGO,
1581 tpacpi_driver_uwb_emulstate_show,
1582 tpacpi_driver_uwb_emulstate_store);
1585 /* --------------------------------------------------------------------- */
1587 static struct driver_attribute *tpacpi_driver_attributes[] = {
1588 &driver_attr_debug_level, &driver_attr_version,
1589 &driver_attr_interface_version,
1592 static int __init tpacpi_create_driver_attributes(struct device_driver *drv)
1598 while (!res && i < ARRAY_SIZE(tpacpi_driver_attributes)) {
1599 res = driver_create_file(drv, tpacpi_driver_attributes[i]);
1603 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
1604 if (!res && dbg_wlswemul)
1605 res = driver_create_file(drv, &driver_attr_wlsw_emulstate);
1606 if (!res && dbg_bluetoothemul)
1607 res = driver_create_file(drv, &driver_attr_bluetooth_emulstate);
1608 if (!res && dbg_wwanemul)
1609 res = driver_create_file(drv, &driver_attr_wwan_emulstate);
1610 if (!res && dbg_uwbemul)
1611 res = driver_create_file(drv, &driver_attr_uwb_emulstate);
1617 static void tpacpi_remove_driver_attributes(struct device_driver *drv)
1621 for (i = 0; i < ARRAY_SIZE(tpacpi_driver_attributes); i++)
1622 driver_remove_file(drv, tpacpi_driver_attributes[i]);
1624 #ifdef THINKPAD_ACPI_DEBUGFACILITIES
1625 driver_remove_file(drv, &driver_attr_wlsw_emulstate);
1626 driver_remove_file(drv, &driver_attr_bluetooth_emulstate);
1627 driver_remove_file(drv, &driver_attr_wwan_emulstate);
1628 driver_remove_file(drv, &driver_attr_uwb_emulstate);
1632 /*************************************************************************
1637 * Table of recommended minimum BIOS versions
1639 * Reasons for listing:
1640 * 1. Stable BIOS, listed because the unknown amount of
1641 * bugs and bad ACPI behaviour on older versions
1643 * 2. BIOS or EC fw with known bugs that trigger on Linux
1645 * 3. BIOS with known reduced functionality in older versions
1647 * We recommend the latest BIOS and EC version.
1648 * We only support the latest BIOS and EC fw version as a rule.
1650 * Sources: IBM ThinkPad Public Web Documents (update changelogs),
1651 * Information from users in ThinkWiki
1653 * WARNING: we use this table also to detect that the machine is
1654 * a ThinkPad in some cases, so don't remove entries lightly.
1657 #define TPV_Q(__v, __id1, __id2, __bv1, __bv2) \
1658 { .vendor = (__v), \
1659 .bios = TPID(__id1, __id2), \
1660 .ec = TPACPI_MATCH_ANY, \
1661 .quirks = TPACPI_MATCH_ANY << 16 \
1662 | (__bv1) << 8 | (__bv2) }
1664 #define TPV_Q_X(__v, __bid1, __bid2, __bv1, __bv2, \
1665 __eid, __ev1, __ev2) \
1666 { .vendor = (__v), \
1667 .bios = TPID(__bid1, __bid2), \
1669 .quirks = (__ev1) << 24 | (__ev2) << 16 \
1670 | (__bv1) << 8 | (__bv2) }
1672 #define TPV_QI0(__id1, __id2, __bv1, __bv2) \
1673 TPV_Q(PCI_VENDOR_ID_IBM, __id1, __id2, __bv1, __bv2)
1675 /* Outdated IBM BIOSes often lack the EC id string */
1676 #define TPV_QI1(__id1, __id2, __bv1, __bv2, __ev1, __ev2) \
1677 TPV_Q_X(PCI_VENDOR_ID_IBM, __id1, __id2, \
1678 __bv1, __bv2, TPID(__id1, __id2), \
1680 TPV_Q_X(PCI_VENDOR_ID_IBM, __id1, __id2, \
1681 __bv1, __bv2, TPACPI_MATCH_UNKNOWN, \
1684 /* Outdated IBM BIOSes often lack the EC id string */
1685 #define TPV_QI2(__bid1, __bid2, __bv1, __bv2, \
1686 __eid1, __eid2, __ev1, __ev2) \
1687 TPV_Q_X(PCI_VENDOR_ID_IBM, __bid1, __bid2, \
1688 __bv1, __bv2, TPID(__eid1, __eid2), \
1690 TPV_Q_X(PCI_VENDOR_ID_IBM, __bid1, __bid2, \
1691 __bv1, __bv2, TPACPI_MATCH_UNKNOWN, \
1694 #define TPV_QL0(__id1, __id2, __bv1, __bv2) \
1695 TPV_Q(PCI_VENDOR_ID_LENOVO, __id1, __id2, __bv1, __bv2)
1697 #define TPV_QL1(__id1, __id2, __bv1, __bv2, __ev1, __ev2) \
1698 TPV_Q_X(PCI_VENDOR_ID_LENOVO, __id1, __id2, \
1699 __bv1, __bv2, TPID(__id1, __id2), \
1702 #define TPV_QL2(__bid1, __bid2, __bv1, __bv2, \
1703 __eid1, __eid2, __ev1, __ev2) \
1704 TPV_Q_X(PCI_VENDOR_ID_LENOVO, __bid1, __bid2, \
1705 __bv1, __bv2, TPID(__eid1, __eid2), \
1708 static const struct tpacpi_quirk tpacpi_bios_version_qtable[] __initconst = {
1709 /* Numeric models ------------------ */
1710 /* FW MODEL BIOS VERS */
1711 TPV_QI0('I', 'M', '6', '5'), /* 570 */
1712 TPV_QI0('I', 'U', '2', '6'), /* 570E */
1713 TPV_QI0('I', 'B', '5', '4'), /* 600 */
1714 TPV_QI0('I', 'H', '4', '7'), /* 600E */
1715 TPV_QI0('I', 'N', '3', '6'), /* 600E */
1716 TPV_QI0('I', 'T', '5', '5'), /* 600X */
1717 TPV_QI0('I', 'D', '4', '8'), /* 770, 770E, 770ED */
1718 TPV_QI0('I', 'I', '4', '2'), /* 770X */
1719 TPV_QI0('I', 'O', '2', '3'), /* 770Z */
1721 /* A-series ------------------------- */
1722 /* FW MODEL BIOS VERS EC VERS */
1723 TPV_QI0('I', 'W', '5', '9'), /* A20m */
1724 TPV_QI0('I', 'V', '6', '9'), /* A20p */
1725 TPV_QI0('1', '0', '2', '6'), /* A21e, A22e */
1726 TPV_QI0('K', 'U', '3', '6'), /* A21e */
1727 TPV_QI0('K', 'X', '3', '6'), /* A21m, A22m */
1728 TPV_QI0('K', 'Y', '3', '8'), /* A21p, A22p */
1729 TPV_QI0('1', 'B', '1', '7'), /* A22e */
1730 TPV_QI0('1', '3', '2', '0'), /* A22m */
1731 TPV_QI0('1', 'E', '7', '3'), /* A30/p (0) */
1732 TPV_QI1('1', 'G', '4', '1', '1', '7'), /* A31/p (0) */
1733 TPV_QI1('1', 'N', '1', '6', '0', '7'), /* A31/p (0) */
1735 /* G-series ------------------------- */
1736 /* FW MODEL BIOS VERS */
1737 TPV_QI0('1', 'T', 'A', '6'), /* G40 */
1738 TPV_QI0('1', 'X', '5', '7'), /* G41 */
1740 /* R-series, T-series --------------- */
1741 /* FW MODEL BIOS VERS EC VERS */
1742 TPV_QI0('1', 'C', 'F', '0'), /* R30 */
1743 TPV_QI0('1', 'F', 'F', '1'), /* R31 */
1744 TPV_QI0('1', 'M', '9', '7'), /* R32 */
1745 TPV_QI0('1', 'O', '6', '1'), /* R40 */
1746 TPV_QI0('1', 'P', '6', '5'), /* R40 */
1747 TPV_QI0('1', 'S', '7', '0'), /* R40e */
1748 TPV_QI1('1', 'R', 'D', 'R', '7', '1'), /* R50/p, R51,
1749 T40/p, T41/p, T42/p (1) */
1750 TPV_QI1('1', 'V', '7', '1', '2', '8'), /* R50e, R51 (1) */
1751 TPV_QI1('7', '8', '7', '1', '0', '6'), /* R51e (1) */
1752 TPV_QI1('7', '6', '6', '9', '1', '6'), /* R52 (1) */
1753 TPV_QI1('7', '0', '6', '9', '2', '8'), /* R52, T43 (1) */
1755 TPV_QI0('I', 'Y', '6', '1'), /* T20 */
1756 TPV_QI0('K', 'Z', '3', '4'), /* T21 */
1757 TPV_QI0('1', '6', '3', '2'), /* T22 */
1758 TPV_QI1('1', 'A', '6', '4', '2', '3'), /* T23 (0) */
1759 TPV_QI1('1', 'I', '7', '1', '2', '0'), /* T30 (0) */
1760 TPV_QI1('1', 'Y', '6', '5', '2', '9'), /* T43/p (1) */
1762 TPV_QL1('7', '9', 'E', '3', '5', '0'), /* T60/p */
1763 TPV_QL1('7', 'C', 'D', '2', '2', '2'), /* R60, R60i */
1764 TPV_QL1('7', 'E', 'D', '0', '1', '5'), /* R60e, R60i */
1766 /* BIOS FW BIOS VERS EC FW EC VERS */
1767 TPV_QI2('1', 'W', '9', '0', '1', 'V', '2', '8'), /* R50e (1) */
1768 TPV_QL2('7', 'I', '3', '4', '7', '9', '5', '0'), /* T60/p wide */
1770 /* X-series ------------------------- */
1771 /* FW MODEL BIOS VERS EC VERS */
1772 TPV_QI0('I', 'Z', '9', 'D'), /* X20, X21 */
1773 TPV_QI0('1', 'D', '7', '0'), /* X22, X23, X24 */
1774 TPV_QI1('1', 'K', '4', '8', '1', '8'), /* X30 (0) */
1775 TPV_QI1('1', 'Q', '9', '7', '2', '3'), /* X31, X32 (0) */
1776 TPV_QI1('1', 'U', 'D', '3', 'B', '2'), /* X40 (0) */
1777 TPV_QI1('7', '4', '6', '4', '2', '7'), /* X41 (0) */
1778 TPV_QI1('7', '5', '6', '0', '2', '0'), /* X41t (0) */
1780 TPV_QL1('7', 'B', 'D', '7', '4', '0'), /* X60/s */
1781 TPV_QL1('7', 'J', '3', '0', '1', '3'), /* X60t */
1783 /* (0) - older versions lack DMI EC fw string and functionality */
1784 /* (1) - older versions known to lack functionality */
1795 static void __init tpacpi_check_outdated_fw(void)
1797 unsigned long fwvers;
1798 u16 ec_version, bios_version;
1800 fwvers = tpacpi_check_quirks(tpacpi_bios_version_qtable,
1801 ARRAY_SIZE(tpacpi_bios_version_qtable));
1806 bios_version = fwvers & 0xffffU;
1807 ec_version = (fwvers >> 16) & 0xffffU;
1809 /* note that unknown versions are set to 0x0000 and we use that */
1810 if ((bios_version > thinkpad_id.bios_release) ||
1811 (ec_version > thinkpad_id.ec_release &&
1812 ec_version != TPACPI_MATCH_ANY)) {
1814 * The changelogs would let us track down the exact
1815 * reason, but it is just too much of a pain to track
1816 * it. We only list BIOSes that are either really
1817 * broken, or really stable to begin with, so it is
1818 * best if the user upgrades the firmware anyway.
1820 pr_warn("WARNING: Outdated ThinkPad BIOS/EC firmware\n");
1821 pr_warn("WARNING: This firmware may be missing critical bug "
1822 "fixes and/or important features\n");
1826 static bool __init tpacpi_is_fw_known(void)
1828 return tpacpi_check_quirks(tpacpi_bios_version_qtable,
1829 ARRAY_SIZE(tpacpi_bios_version_qtable)) != 0;
1832 /****************************************************************************
1833 ****************************************************************************
1837 ****************************************************************************
1838 ****************************************************************************/
1840 /*************************************************************************
1841 * thinkpad-acpi metadata subdriver
1844 static int thinkpad_acpi_driver_read(struct seq_file *m)
1846 seq_printf(m, "driver:\t\t%s\n", TPACPI_DESC);
1847 seq_printf(m, "version:\t%s\n", TPACPI_VERSION);
1851 static struct ibm_struct thinkpad_acpi_driver_data = {
1853 .read = thinkpad_acpi_driver_read,
1856 /*************************************************************************
1861 * ThinkPad firmware event model
1863 * The ThinkPad firmware has two main event interfaces: normal ACPI
1864 * notifications (which follow the ACPI standard), and a private event
1867 * The private event interface also issues events for the hotkeys. As
1868 * the driver gained features, the event handling code ended up being
1869 * built around the hotkey subdriver. This will need to be refactored
1870 * to a more formal event API eventually.
1872 * Some "hotkeys" are actually supposed to be used as event reports,
1873 * such as "brightness has changed", "volume has changed", depending on
1874 * the ThinkPad model and how the firmware is operating.
1876 * Unlike other classes, hotkey-class events have mask/unmask control on
1877 * non-ancient firmware. However, how it behaves changes a lot with the
1878 * firmware model and version.
1881 enum { /* hot key scan codes (derived from ACPI DSDT) */
1882 TP_ACPI_HOTKEYSCAN_FNF1 = 0,
1883 TP_ACPI_HOTKEYSCAN_FNF2,
1884 TP_ACPI_HOTKEYSCAN_FNF3,
1885 TP_ACPI_HOTKEYSCAN_FNF4,
1886 TP_ACPI_HOTKEYSCAN_FNF5,
1887 TP_ACPI_HOTKEYSCAN_FNF6,
1888 TP_ACPI_HOTKEYSCAN_FNF7,
1889 TP_ACPI_HOTKEYSCAN_FNF8,
1890 TP_ACPI_HOTKEYSCAN_FNF9,
1891 TP_ACPI_HOTKEYSCAN_FNF10,
1892 TP_ACPI_HOTKEYSCAN_FNF11,
1893 TP_ACPI_HOTKEYSCAN_FNF12,
1894 TP_ACPI_HOTKEYSCAN_FNBACKSPACE,
1895 TP_ACPI_HOTKEYSCAN_FNINSERT,
1896 TP_ACPI_HOTKEYSCAN_FNDELETE,
1897 TP_ACPI_HOTKEYSCAN_FNHOME,
1898 TP_ACPI_HOTKEYSCAN_FNEND,
1899 TP_ACPI_HOTKEYSCAN_FNPAGEUP,
1900 TP_ACPI_HOTKEYSCAN_FNPAGEDOWN,
1901 TP_ACPI_HOTKEYSCAN_FNSPACE,
1902 TP_ACPI_HOTKEYSCAN_VOLUMEUP,
1903 TP_ACPI_HOTKEYSCAN_VOLUMEDOWN,
1904 TP_ACPI_HOTKEYSCAN_MUTE,
1905 TP_ACPI_HOTKEYSCAN_THINKPAD,
1906 TP_ACPI_HOTKEYSCAN_UNK1,
1907 TP_ACPI_HOTKEYSCAN_UNK2,
1908 TP_ACPI_HOTKEYSCAN_UNK3,
1909 TP_ACPI_HOTKEYSCAN_UNK4,
1910 TP_ACPI_HOTKEYSCAN_UNK5,
1911 TP_ACPI_HOTKEYSCAN_UNK6,
1912 TP_ACPI_HOTKEYSCAN_UNK7,
1913 TP_ACPI_HOTKEYSCAN_UNK8,
1915 /* Hotkey keymap size */
1916 TPACPI_HOTKEY_MAP_LEN
1919 enum { /* Keys/events available through NVRAM polling */
1920 TPACPI_HKEY_NVRAM_KNOWN_MASK = 0x00fb88c0U,
1921 TPACPI_HKEY_NVRAM_GOOD_MASK = 0x00fb8000U,
1924 enum { /* Positions of some of the keys in hotkey masks */
1925 TP_ACPI_HKEY_DISPSWTCH_MASK = 1 << TP_ACPI_HOTKEYSCAN_FNF7,
1926 TP_ACPI_HKEY_DISPXPAND_MASK = 1 << TP_ACPI_HOTKEYSCAN_FNF8,
1927 TP_ACPI_HKEY_HIBERNATE_MASK = 1 << TP_ACPI_HOTKEYSCAN_FNF12,
1928 TP_ACPI_HKEY_BRGHTUP_MASK = 1 << TP_ACPI_HOTKEYSCAN_FNHOME,
1929 TP_ACPI_HKEY_BRGHTDWN_MASK = 1 << TP_ACPI_HOTKEYSCAN_FNEND,
1930 TP_ACPI_HKEY_THNKLGHT_MASK = 1 << TP_ACPI_HOTKEYSCAN_FNPAGEUP,
1931 TP_ACPI_HKEY_ZOOM_MASK = 1 << TP_ACPI_HOTKEYSCAN_FNSPACE,
1932 TP_ACPI_HKEY_VOLUP_MASK = 1 << TP_ACPI_HOTKEYSCAN_VOLUMEUP,
1933 TP_ACPI_HKEY_VOLDWN_MASK = 1 << TP_ACPI_HOTKEYSCAN_VOLUMEDOWN,
1934 TP_ACPI_HKEY_MUTE_MASK = 1 << TP_ACPI_HOTKEYSCAN_MUTE,
1935 TP_ACPI_HKEY_THINKPAD_MASK = 1 << TP_ACPI_HOTKEYSCAN_THINKPAD,
1938 enum { /* NVRAM to ACPI HKEY group map */
1939 TP_NVRAM_HKEY_GROUP_HK2 = TP_ACPI_HKEY_THINKPAD_MASK |
1940 TP_ACPI_HKEY_ZOOM_MASK |
1941 TP_ACPI_HKEY_DISPSWTCH_MASK |
1942 TP_ACPI_HKEY_HIBERNATE_MASK,
1943 TP_NVRAM_HKEY_GROUP_BRIGHTNESS = TP_ACPI_HKEY_BRGHTUP_MASK |
1944 TP_ACPI_HKEY_BRGHTDWN_MASK,
1945 TP_NVRAM_HKEY_GROUP_VOLUME = TP_ACPI_HKEY_VOLUP_MASK |
1946 TP_ACPI_HKEY_VOLDWN_MASK |
1947 TP_ACPI_HKEY_MUTE_MASK,
1950 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
1951 struct tp_nvram_state {
1952 u16 thinkpad_toggle:1;
1954 u16 display_toggle:1;
1955 u16 thinklight_toggle:1;
1956 u16 hibernate_toggle:1;
1957 u16 displayexp_toggle:1;
1958 u16 display_state:1;
1959 u16 brightness_toggle:1;
1960 u16 volume_toggle:1;
1963 u8 brightness_level;
1967 /* kthread for the hotkey poller */
1968 static struct task_struct *tpacpi_hotkey_task;
1971 * Acquire mutex to write poller control variables as an
1974 * Increment hotkey_config_change when changing them if you
1975 * want the kthread to forget old state.
1977 * See HOTKEY_CONFIG_CRITICAL_START/HOTKEY_CONFIG_CRITICAL_END
1979 static struct mutex hotkey_thread_data_mutex;
1980 static unsigned int hotkey_config_change;
1983 * hotkey poller control variables
1985 * Must be atomic or readers will also need to acquire mutex
1987 * HOTKEY_CONFIG_CRITICAL_START/HOTKEY_CONFIG_CRITICAL_END
1988 * should be used only when the changes need to be taken as
1989 * a block, OR when one needs to force the kthread to forget
1992 static u32 hotkey_source_mask; /* bit mask 0=ACPI,1=NVRAM */
1993 static unsigned int hotkey_poll_freq = 10; /* Hz */
1995 #define HOTKEY_CONFIG_CRITICAL_START \
1997 mutex_lock(&hotkey_thread_data_mutex); \
1998 hotkey_config_change++; \
2000 #define HOTKEY_CONFIG_CRITICAL_END \
2001 mutex_unlock(&hotkey_thread_data_mutex);
2003 #else /* CONFIG_THINKPAD_ACPI_HOTKEY_POLL */
2005 #define hotkey_source_mask 0U
2006 #define HOTKEY_CONFIG_CRITICAL_START
2007 #define HOTKEY_CONFIG_CRITICAL_END
2009 #endif /* CONFIG_THINKPAD_ACPI_HOTKEY_POLL */
2011 static struct mutex hotkey_mutex;
2013 static enum { /* Reasons for waking up */
2014 TP_ACPI_WAKEUP_NONE = 0, /* None or unknown */
2015 TP_ACPI_WAKEUP_BAYEJ, /* Bay ejection request */
2016 TP_ACPI_WAKEUP_UNDOCK, /* Undock request */
2017 } hotkey_wakeup_reason;
2019 static int hotkey_autosleep_ack;
2021 static u32 hotkey_orig_mask; /* events the BIOS had enabled */
2022 static u32 hotkey_all_mask; /* all events supported in fw */
2023 static u32 hotkey_reserved_mask; /* events better left disabled */
2024 static u32 hotkey_driver_mask; /* events needed by the driver */
2025 static u32 hotkey_user_mask; /* events visible to userspace */
2026 static u32 hotkey_acpi_mask; /* events enabled in firmware */
2028 static u16 *hotkey_keycode_map;
2030 static struct attribute_set *hotkey_dev_attributes;
2032 static void tpacpi_driver_event(const unsigned int hkey_event);
2033 static void hotkey_driver_event(const unsigned int scancode);
2034 static void hotkey_poll_setup(const bool may_warn);
2036 /* HKEY.MHKG() return bits */
2037 #define TP_HOTKEY_TABLET_MASK (1 << 3)
2039 static int hotkey_get_wlsw(void)
2043 if (!tp_features.hotkey_wlsw)
2046 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
2048 return (tpacpi_wlsw_emulstate) ?
2049 TPACPI_RFK_RADIO_ON : TPACPI_RFK_RADIO_OFF;
2052 if (!acpi_evalf(hkey_handle, &status, "WLSW", "d"))
2055 return (status) ? TPACPI_RFK_RADIO_ON : TPACPI_RFK_RADIO_OFF;
2058 static int hotkey_get_tablet_mode(int *status)
2062 if (!acpi_evalf(hkey_handle, &s, "MHKG", "d"))
2065 *status = ((s & TP_HOTKEY_TABLET_MASK) != 0);
2070 * Reads current event mask from firmware, and updates
2071 * hotkey_acpi_mask accordingly. Also resets any bits
2072 * from hotkey_user_mask that are unavailable to be
2073 * delivered (shadow requirement of the userspace ABI).
2075 * Call with hotkey_mutex held
2077 static int hotkey_mask_get(void)
2079 if (tp_features.hotkey_mask) {
2082 if (!acpi_evalf(hkey_handle, &m, "DHKN", "d"))
2085 hotkey_acpi_mask = m;
2087 /* no mask support doesn't mean no event support... */
2088 hotkey_acpi_mask = hotkey_all_mask;
2091 /* sync userspace-visible mask */
2092 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask);
2097 void static hotkey_mask_warn_incomplete_mask(void)
2099 /* log only what the user can fix... */
2100 const u32 wantedmask = hotkey_driver_mask &
2101 ~(hotkey_acpi_mask | hotkey_source_mask) &
2102 (hotkey_all_mask | TPACPI_HKEY_NVRAM_KNOWN_MASK);
2105 pr_notice("required events 0x%08x not enabled!\n", wantedmask);
2109 * Set the firmware mask when supported
2111 * Also calls hotkey_mask_get to update hotkey_acpi_mask.
2113 * NOTE: does not set bits in hotkey_user_mask, but may reset them.
2115 * Call with hotkey_mutex held
2117 static int hotkey_mask_set(u32 mask)
2122 const u32 fwmask = mask & ~hotkey_source_mask;
2124 if (tp_features.hotkey_mask) {
2125 for (i = 0; i < 32; i++) {
2126 if (!acpi_evalf(hkey_handle,
2127 NULL, "MHKM", "vdd", i + 1,
2128 !!(mask & (1 << i)))) {
2136 * We *must* make an inconditional call to hotkey_mask_get to
2137 * refresh hotkey_acpi_mask and update hotkey_user_mask
2139 * Take the opportunity to also log when we cannot _enable_
2142 if (!hotkey_mask_get() && !rc && (fwmask & ~hotkey_acpi_mask)) {
2143 pr_notice("asked for hotkey mask 0x%08x, but "
2144 "firmware forced it to 0x%08x\n",
2145 fwmask, hotkey_acpi_mask);
2148 if (tpacpi_lifecycle != TPACPI_LIFE_EXITING)
2149 hotkey_mask_warn_incomplete_mask();
2155 * Sets hotkey_user_mask and tries to set the firmware mask
2157 * Call with hotkey_mutex held
2159 static int hotkey_user_mask_set(const u32 mask)
2163 /* Give people a chance to notice they are doing something that
2164 * is bound to go boom on their users sooner or later */
2165 if (!tp_warned.hotkey_mask_ff &&
2166 (mask == 0xffff || mask == 0xffffff ||
2167 mask == 0xffffffff)) {
2168 tp_warned.hotkey_mask_ff = 1;
2169 pr_notice("setting the hotkey mask to 0x%08x is likely "
2170 "not the best way to go about it\n", mask);
2171 pr_notice("please consider using the driver defaults, "
2172 "and refer to up-to-date thinkpad-acpi "
2176 /* Try to enable what the user asked for, plus whatever we need.
2177 * this syncs everything but won't enable bits in hotkey_user_mask */
2178 rc = hotkey_mask_set((mask | hotkey_driver_mask) & ~hotkey_source_mask);
2180 /* Enable the available bits in hotkey_user_mask */
2181 hotkey_user_mask = mask & (hotkey_acpi_mask | hotkey_source_mask);
2187 * Sets the driver hotkey mask.
2189 * Can be called even if the hotkey subdriver is inactive
2191 static int tpacpi_hotkey_driver_mask_set(const u32 mask)
2195 /* Do the right thing if hotkey_init has not been called yet */
2196 if (!tp_features.hotkey) {
2197 hotkey_driver_mask = mask;
2201 mutex_lock(&hotkey_mutex);
2203 HOTKEY_CONFIG_CRITICAL_START
2204 hotkey_driver_mask = mask;
2205 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
2206 hotkey_source_mask |= (mask & ~hotkey_all_mask);
2208 HOTKEY_CONFIG_CRITICAL_END
2210 rc = hotkey_mask_set((hotkey_acpi_mask | hotkey_driver_mask) &
2211 ~hotkey_source_mask);
2212 hotkey_poll_setup(true);
2214 mutex_unlock(&hotkey_mutex);
2219 static int hotkey_status_get(int *status)
2221 if (!acpi_evalf(hkey_handle, status, "DHKC", "d"))
2227 static int hotkey_status_set(bool enable)
2229 if (!acpi_evalf(hkey_handle, NULL, "MHKC", "vd", enable ? 1 : 0))
2235 static void tpacpi_input_send_tabletsw(void)
2239 if (tp_features.hotkey_tablet &&
2240 !hotkey_get_tablet_mode(&state)) {
2241 mutex_lock(&tpacpi_inputdev_send_mutex);
2243 input_report_switch(tpacpi_inputdev,
2244 SW_TABLET_MODE, !!state);
2245 input_sync(tpacpi_inputdev);
2247 mutex_unlock(&tpacpi_inputdev_send_mutex);
2251 /* Do NOT call without validating scancode first */
2252 static void tpacpi_input_send_key(const unsigned int scancode)
2254 const unsigned int keycode = hotkey_keycode_map[scancode];
2256 if (keycode != KEY_RESERVED) {
2257 mutex_lock(&tpacpi_inputdev_send_mutex);
2259 input_event(tpacpi_inputdev, EV_MSC, MSC_SCAN, scancode);
2260 input_report_key(tpacpi_inputdev, keycode, 1);
2261 input_sync(tpacpi_inputdev);
2263 input_event(tpacpi_inputdev, EV_MSC, MSC_SCAN, scancode);
2264 input_report_key(tpacpi_inputdev, keycode, 0);
2265 input_sync(tpacpi_inputdev);
2267 mutex_unlock(&tpacpi_inputdev_send_mutex);
2271 /* Do NOT call without validating scancode first */
2272 static void tpacpi_input_send_key_masked(const unsigned int scancode)
2274 hotkey_driver_event(scancode);
2275 if (hotkey_user_mask & (1 << scancode))
2276 tpacpi_input_send_key(scancode);
2279 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
2280 static struct tp_acpi_drv_struct ibm_hotkey_acpidriver;
2282 /* Do NOT call without validating scancode first */
2283 static void tpacpi_hotkey_send_key(unsigned int scancode)
2285 tpacpi_input_send_key_masked(scancode);
2288 static void hotkey_read_nvram(struct tp_nvram_state *n, const u32 m)
2292 if (m & TP_NVRAM_HKEY_GROUP_HK2) {
2293 d = nvram_read_byte(TP_NVRAM_ADDR_HK2);
2294 n->thinkpad_toggle = !!(d & TP_NVRAM_MASK_HKT_THINKPAD);
2295 n->zoom_toggle = !!(d & TP_NVRAM_MASK_HKT_ZOOM);
2296 n->display_toggle = !!(d & TP_NVRAM_MASK_HKT_DISPLAY);
2297 n->hibernate_toggle = !!(d & TP_NVRAM_MASK_HKT_HIBERNATE);
2299 if (m & TP_ACPI_HKEY_THNKLGHT_MASK) {
2300 d = nvram_read_byte(TP_NVRAM_ADDR_THINKLIGHT);
2301 n->thinklight_toggle = !!(d & TP_NVRAM_MASK_THINKLIGHT);
2303 if (m & TP_ACPI_HKEY_DISPXPAND_MASK) {
2304 d = nvram_read_byte(TP_NVRAM_ADDR_VIDEO);
2305 n->displayexp_toggle =
2306 !!(d & TP_NVRAM_MASK_HKT_DISPEXPND);
2308 if (m & TP_NVRAM_HKEY_GROUP_BRIGHTNESS) {
2309 d = nvram_read_byte(TP_NVRAM_ADDR_BRIGHTNESS);
2310 n->brightness_level = (d & TP_NVRAM_MASK_LEVEL_BRIGHTNESS)
2311 >> TP_NVRAM_POS_LEVEL_BRIGHTNESS;
2312 n->brightness_toggle =
2313 !!(d & TP_NVRAM_MASK_HKT_BRIGHTNESS);
2315 if (m & TP_NVRAM_HKEY_GROUP_VOLUME) {
2316 d = nvram_read_byte(TP_NVRAM_ADDR_MIXER);
2317 n->volume_level = (d & TP_NVRAM_MASK_LEVEL_VOLUME)
2318 >> TP_NVRAM_POS_LEVEL_VOLUME;
2319 n->mute = !!(d & TP_NVRAM_MASK_MUTE);
2320 n->volume_toggle = !!(d & TP_NVRAM_MASK_HKT_VOLUME);
2324 #define TPACPI_COMPARE_KEY(__scancode, __member) \
2326 if ((event_mask & (1 << __scancode)) && \
2327 oldn->__member != newn->__member) \
2328 tpacpi_hotkey_send_key(__scancode); \
2331 #define TPACPI_MAY_SEND_KEY(__scancode) \
2333 if (event_mask & (1 << __scancode)) \
2334 tpacpi_hotkey_send_key(__scancode); \
2337 static void issue_volchange(const unsigned int oldvol,
2338 const unsigned int newvol,
2339 const u32 event_mask)
2341 unsigned int i = oldvol;
2343 while (i > newvol) {
2344 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEDOWN);
2347 while (i < newvol) {
2348 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEUP);
2353 static void issue_brightnesschange(const unsigned int oldbrt,
2354 const unsigned int newbrt,
2355 const u32 event_mask)
2357 unsigned int i = oldbrt;
2359 while (i > newbrt) {
2360 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNEND);
2363 while (i < newbrt) {
2364 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNHOME);
2369 static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn,
2370 struct tp_nvram_state *newn,
2371 const u32 event_mask)
2374 TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_THINKPAD, thinkpad_toggle);
2375 TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_FNSPACE, zoom_toggle);
2376 TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_FNF7, display_toggle);
2377 TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_FNF12, hibernate_toggle);
2379 TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_FNPAGEUP, thinklight_toggle);
2381 TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_FNF8, displayexp_toggle);
2386 * This code is supposed to duplicate the IBM firmware behaviour:
2387 * - Pressing MUTE issues mute hotkey message, even when already mute
2388 * - Pressing Volume up/down issues volume up/down hotkey messages,
2389 * even when already at maximum or minimum volume
2390 * - The act of unmuting issues volume up/down notification,
2391 * depending which key was used to unmute
2393 * We are constrained to what the NVRAM can tell us, which is not much
2394 * and certainly not enough if more than one volume hotkey was pressed
2395 * since the last poll cycle.
2397 * Just to make our life interesting, some newer Lenovo ThinkPads have
2398 * bugs in the BIOS and may fail to update volume_toggle properly.
2403 oldn->volume_toggle != newn->volume_toggle ||
2404 oldn->volume_level != newn->volume_level) {
2405 /* recently muted, or repeated mute keypress, or
2406 * multiple presses ending in mute */
2407 issue_volchange(oldn->volume_level, newn->volume_level,
2409 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_MUTE);
2414 /* recently unmuted, issue 'unmute' keypress */
2415 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEUP);
2417 if (oldn->volume_level != newn->volume_level) {
2418 issue_volchange(oldn->volume_level, newn->volume_level,
2420 } else if (oldn->volume_toggle != newn->volume_toggle) {
2421 /* repeated vol up/down keypress at end of scale ? */
2422 if (newn->volume_level == 0)
2423 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEDOWN);
2424 else if (newn->volume_level >= TP_NVRAM_LEVEL_VOLUME_MAX)
2425 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEUP);
2429 /* handle brightness */
2430 if (oldn->brightness_level != newn->brightness_level) {
2431 issue_brightnesschange(oldn->brightness_level,
2432 newn->brightness_level, event_mask);
2433 } else if (oldn->brightness_toggle != newn->brightness_toggle) {
2434 /* repeated key presses that didn't change state */
2435 if (newn->brightness_level == 0)
2436 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNEND);
2437 else if (newn->brightness_level >= bright_maxlvl
2438 && !tp_features.bright_unkfw)
2439 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNHOME);
2442 #undef TPACPI_COMPARE_KEY
2443 #undef TPACPI_MAY_SEND_KEY
2449 * We track all events in hotkey_source_mask all the time, since
2450 * most of them are edge-based. We only issue those requested by
2451 * hotkey_user_mask or hotkey_driver_mask, though.
2453 static int hotkey_kthread(void *data)
2455 struct tp_nvram_state s[2];
2456 u32 poll_mask, event_mask;
2457 unsigned int si, so;
2459 unsigned int change_detector;
2460 unsigned int poll_freq;
2463 if (tpacpi_lifecycle == TPACPI_LIFE_EXITING)
2472 /* Initial state for compares */
2473 mutex_lock(&hotkey_thread_data_mutex);
2474 change_detector = hotkey_config_change;
2475 poll_mask = hotkey_source_mask;
2476 event_mask = hotkey_source_mask &
2477 (hotkey_driver_mask | hotkey_user_mask);
2478 poll_freq = hotkey_poll_freq;
2479 mutex_unlock(&hotkey_thread_data_mutex);
2480 hotkey_read_nvram(&s[so], poll_mask);
2482 while (!kthread_should_stop()) {
2484 if (likely(poll_freq))
2487 t = 100; /* should never happen... */
2489 t = msleep_interruptible(t);
2490 if (unlikely(kthread_freezable_should_stop(&was_frozen)))
2493 if (t > 0 && !was_frozen)
2496 mutex_lock(&hotkey_thread_data_mutex);
2497 if (was_frozen || hotkey_config_change != change_detector) {
2498 /* forget old state on thaw or config change */
2501 change_detector = hotkey_config_change;
2503 poll_mask = hotkey_source_mask;
2504 event_mask = hotkey_source_mask &
2505 (hotkey_driver_mask | hotkey_user_mask);
2506 poll_freq = hotkey_poll_freq;
2507 mutex_unlock(&hotkey_thread_data_mutex);
2509 if (likely(poll_mask)) {
2510 hotkey_read_nvram(&s[si], poll_mask);
2511 if (likely(si != so)) {
2512 hotkey_compare_and_issue_event(&s[so], &s[si],
2525 /* call with hotkey_mutex held */
2526 static void hotkey_poll_stop_sync(void)
2528 if (tpacpi_hotkey_task) {
2529 kthread_stop(tpacpi_hotkey_task);
2530 tpacpi_hotkey_task = NULL;
2534 /* call with hotkey_mutex held */
2535 static void hotkey_poll_setup(const bool may_warn)
2537 const u32 poll_driver_mask = hotkey_driver_mask & hotkey_source_mask;
2538 const u32 poll_user_mask = hotkey_user_mask & hotkey_source_mask;
2540 if (hotkey_poll_freq > 0 &&
2541 (poll_driver_mask ||
2542 (poll_user_mask && tpacpi_inputdev->users > 0))) {
2543 if (!tpacpi_hotkey_task) {
2544 tpacpi_hotkey_task = kthread_run(hotkey_kthread,
2545 NULL, TPACPI_NVRAM_KTHREAD_NAME);
2546 if (IS_ERR(tpacpi_hotkey_task)) {
2547 tpacpi_hotkey_task = NULL;
2548 pr_err("could not create kernel thread "
2549 "for hotkey polling\n");
2553 hotkey_poll_stop_sync();
2554 if (may_warn && (poll_driver_mask || poll_user_mask) &&
2555 hotkey_poll_freq == 0) {
2556 pr_notice("hot keys 0x%08x and/or events 0x%08x "
2557 "require polling, which is currently "
2559 poll_user_mask, poll_driver_mask);
2564 static void hotkey_poll_setup_safe(const bool may_warn)
2566 mutex_lock(&hotkey_mutex);
2567 hotkey_poll_setup(may_warn);
2568 mutex_unlock(&hotkey_mutex);
2571 /* call with hotkey_mutex held */
2572 static void hotkey_poll_set_freq(unsigned int freq)
2575 hotkey_poll_stop_sync();
2577 hotkey_poll_freq = freq;
2580 #else /* CONFIG_THINKPAD_ACPI_HOTKEY_POLL */
2582 static void hotkey_poll_setup(const bool __unused)
2586 static void hotkey_poll_setup_safe(const bool __unused)
2590 #endif /* CONFIG_THINKPAD_ACPI_HOTKEY_POLL */
2592 static int hotkey_inputdev_open(struct input_dev *dev)
2594 switch (tpacpi_lifecycle) {
2595 case TPACPI_LIFE_INIT:
2596 case TPACPI_LIFE_RUNNING:
2597 hotkey_poll_setup_safe(false);
2599 case TPACPI_LIFE_EXITING:
2603 /* Should only happen if tpacpi_lifecycle is corrupt */
2608 static void hotkey_inputdev_close(struct input_dev *dev)
2610 /* disable hotkey polling when possible */
2611 if (tpacpi_lifecycle != TPACPI_LIFE_EXITING &&
2612 !(hotkey_source_mask & hotkey_driver_mask))
2613 hotkey_poll_setup_safe(false);
2616 /* sysfs hotkey enable ------------------------------------------------- */
2617 static ssize_t hotkey_enable_show(struct device *dev,
2618 struct device_attribute *attr,
2623 printk_deprecated_attribute("hotkey_enable",
2624 "Hotkey reporting is always enabled");
2626 res = hotkey_status_get(&status);
2630 return snprintf(buf, PAGE_SIZE, "%d\n", status);
2633 static ssize_t hotkey_enable_store(struct device *dev,
2634 struct device_attribute *attr,
2635 const char *buf, size_t count)
2639 printk_deprecated_attribute("hotkey_enable",
2640 "Hotkeys can be disabled through hotkey_mask");
2642 if (parse_strtoul(buf, 1, &t))
2651 static struct device_attribute dev_attr_hotkey_enable =
2652 __ATTR(hotkey_enable, S_IWUSR | S_IRUGO,
2653 hotkey_enable_show, hotkey_enable_store);
2655 /* sysfs hotkey mask --------------------------------------------------- */
2656 static ssize_t hotkey_mask_show(struct device *dev,
2657 struct device_attribute *attr,
2660 return snprintf(buf, PAGE_SIZE, "0x%08x\n", hotkey_user_mask);
2663 static ssize_t hotkey_mask_store(struct device *dev,
2664 struct device_attribute *attr,
2665 const char *buf, size_t count)
2670 if (parse_strtoul(buf, 0xffffffffUL, &t))
2673 if (mutex_lock_killable(&hotkey_mutex))
2674 return -ERESTARTSYS;
2676 res = hotkey_user_mask_set(t);
2678 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
2679 hotkey_poll_setup(true);
2682 mutex_unlock(&hotkey_mutex);
2684 tpacpi_disclose_usertask("hotkey_mask", "set to 0x%08lx\n", t);
2686 return (res) ? res : count;
2689 static struct device_attribute dev_attr_hotkey_mask =
2690 __ATTR(hotkey_mask, S_IWUSR | S_IRUGO,
2691 hotkey_mask_show, hotkey_mask_store);
2693 /* sysfs hotkey bios_enabled ------------------------------------------- */
2694 static ssize_t hotkey_bios_enabled_show(struct device *dev,
2695 struct device_attribute *attr,
2698 return sprintf(buf, "0\n");
2701 static struct device_attribute dev_attr_hotkey_bios_enabled =
2702 __ATTR(hotkey_bios_enabled, S_IRUGO, hotkey_bios_enabled_show, NULL);
2704 /* sysfs hotkey bios_mask ---------------------------------------------- */
2705 static ssize_t hotkey_bios_mask_show(struct device *dev,
2706 struct device_attribute *attr,
2709 printk_deprecated_attribute("hotkey_bios_mask",
2710 "This attribute is useless.");
2711 return snprintf(buf, PAGE_SIZE, "0x%08x\n", hotkey_orig_mask);
2714 static struct device_attribute dev_attr_hotkey_bios_mask =
2715 __ATTR(hotkey_bios_mask, S_IRUGO, hotkey_bios_mask_show, NULL);
2717 /* sysfs hotkey all_mask ----------------------------------------------- */
2718 static ssize_t hotkey_all_mask_show(struct device *dev,
2719 struct device_attribute *attr,
2722 return snprintf(buf, PAGE_SIZE, "0x%08x\n",
2723 hotkey_all_mask | hotkey_source_mask);
2726 static struct device_attribute dev_attr_hotkey_all_mask =
2727 __ATTR(hotkey_all_mask, S_IRUGO, hotkey_all_mask_show, NULL);
2729 /* sysfs hotkey recommended_mask --------------------------------------- */
2730 static ssize_t hotkey_recommended_mask_show(struct device *dev,
2731 struct device_attribute *attr,
2734 return snprintf(buf, PAGE_SIZE, "0x%08x\n",
2735 (hotkey_all_mask | hotkey_source_mask)
2736 & ~hotkey_reserved_mask);
2739 static struct device_attribute dev_attr_hotkey_recommended_mask =
2740 __ATTR(hotkey_recommended_mask, S_IRUGO,
2741 hotkey_recommended_mask_show, NULL);
2743 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
2745 /* sysfs hotkey hotkey_source_mask ------------------------------------- */
2746 static ssize_t hotkey_source_mask_show(struct device *dev,
2747 struct device_attribute *attr,
2750 return snprintf(buf, PAGE_SIZE, "0x%08x\n", hotkey_source_mask);
2753 static ssize_t hotkey_source_mask_store(struct device *dev,
2754 struct device_attribute *attr,
2755 const char *buf, size_t count)
2761 if (parse_strtoul(buf, 0xffffffffUL, &t) ||
2762 ((t & ~TPACPI_HKEY_NVRAM_KNOWN_MASK) != 0))
2765 if (mutex_lock_killable(&hotkey_mutex))
2766 return -ERESTARTSYS;
2768 HOTKEY_CONFIG_CRITICAL_START
2769 hotkey_source_mask = t;
2770 HOTKEY_CONFIG_CRITICAL_END
2772 rc = hotkey_mask_set((hotkey_user_mask | hotkey_driver_mask) &
2773 ~hotkey_source_mask);
2774 hotkey_poll_setup(true);
2776 /* check if events needed by the driver got disabled */
2777 r_ev = hotkey_driver_mask & ~(hotkey_acpi_mask & hotkey_all_mask)
2778 & ~hotkey_source_mask & TPACPI_HKEY_NVRAM_KNOWN_MASK;
2780 mutex_unlock(&hotkey_mutex);
2783 pr_err("hotkey_source_mask: "
2784 "failed to update the firmware event mask!\n");
2787 pr_notice("hotkey_source_mask: "
2788 "some important events were disabled: 0x%04x\n",
2791 tpacpi_disclose_usertask("hotkey_source_mask", "set to 0x%08lx\n", t);
2793 return (rc < 0) ? rc : count;
2796 static struct device_attribute dev_attr_hotkey_source_mask =
2797 __ATTR(hotkey_source_mask, S_IWUSR | S_IRUGO,
2798 hotkey_source_mask_show, hotkey_source_mask_store);
2800 /* sysfs hotkey hotkey_poll_freq --------------------------------------- */
2801 static ssize_t hotkey_poll_freq_show(struct device *dev,
2802 struct device_attribute *attr,
2805 return snprintf(buf, PAGE_SIZE, "%d\n", hotkey_poll_freq);
2808 static ssize_t hotkey_poll_freq_store(struct device *dev,
2809 struct device_attribute *attr,
2810 const char *buf, size_t count)
2814 if (parse_strtoul(buf, 25, &t))
2817 if (mutex_lock_killable(&hotkey_mutex))
2818 return -ERESTARTSYS;
2820 hotkey_poll_set_freq(t);
2821 hotkey_poll_setup(true);
2823 mutex_unlock(&hotkey_mutex);
2825 tpacpi_disclose_usertask("hotkey_poll_freq", "set to %lu\n", t);
2830 static struct device_attribute dev_attr_hotkey_poll_freq =
2831 __ATTR(hotkey_poll_freq, S_IWUSR | S_IRUGO,
2832 hotkey_poll_freq_show, hotkey_poll_freq_store);
2834 #endif /* CONFIG_THINKPAD_ACPI_HOTKEY_POLL */
2836 /* sysfs hotkey radio_sw (pollable) ------------------------------------ */
2837 static ssize_t hotkey_radio_sw_show(struct device *dev,
2838 struct device_attribute *attr,
2842 res = hotkey_get_wlsw();
2846 /* Opportunistic update */
2847 tpacpi_rfk_update_hwblock_state((res == TPACPI_RFK_RADIO_OFF));
2849 return snprintf(buf, PAGE_SIZE, "%d\n",
2850 (res == TPACPI_RFK_RADIO_OFF) ? 0 : 1);
2853 static struct device_attribute dev_attr_hotkey_radio_sw =
2854 __ATTR(hotkey_radio_sw, S_IRUGO, hotkey_radio_sw_show, NULL);
2856 static void hotkey_radio_sw_notify_change(void)
2858 if (tp_features.hotkey_wlsw)
2859 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL,
2863 /* sysfs hotkey tablet mode (pollable) --------------------------------- */
2864 static ssize_t hotkey_tablet_mode_show(struct device *dev,
2865 struct device_attribute *attr,
2869 res = hotkey_get_tablet_mode(&s);
2873 return snprintf(buf, PAGE_SIZE, "%d\n", !!s);
2876 static struct device_attribute dev_attr_hotkey_tablet_mode =
2877 __ATTR(hotkey_tablet_mode, S_IRUGO, hotkey_tablet_mode_show, NULL);
2879 static void hotkey_tablet_mode_notify_change(void)
2881 if (tp_features.hotkey_tablet)
2882 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL,
2883 "hotkey_tablet_mode");
2886 /* sysfs wakeup reason (pollable) -------------------------------------- */
2887 static ssize_t hotkey_wakeup_reason_show(struct device *dev,
2888 struct device_attribute *attr,
2891 return snprintf(buf, PAGE_SIZE, "%d\n", hotkey_wakeup_reason);
2894 static struct device_attribute dev_attr_hotkey_wakeup_reason =
2895 __ATTR(wakeup_reason, S_IRUGO, hotkey_wakeup_reason_show, NULL);
2897 static void hotkey_wakeup_reason_notify_change(void)
2899 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL,
2903 /* sysfs wakeup hotunplug_complete (pollable) -------------------------- */
2904 static ssize_t hotkey_wakeup_hotunplug_complete_show(struct device *dev,
2905 struct device_attribute *attr,
2908 return snprintf(buf, PAGE_SIZE, "%d\n", hotkey_autosleep_ack);
2911 static struct device_attribute dev_attr_hotkey_wakeup_hotunplug_complete =
2912 __ATTR(wakeup_hotunplug_complete, S_IRUGO,
2913 hotkey_wakeup_hotunplug_complete_show, NULL);
2915 static void hotkey_wakeup_hotunplug_complete_notify_change(void)
2917 sysfs_notify(&tpacpi_pdev->dev.kobj, NULL,
2918 "wakeup_hotunplug_complete");
2921 /* --------------------------------------------------------------------- */
2923 static struct attribute *hotkey_attributes[] __initdata = {
2924 &dev_attr_hotkey_enable.attr,
2925 &dev_attr_hotkey_bios_enabled.attr,
2926 &dev_attr_hotkey_bios_mask.attr,
2927 &dev_attr_hotkey_wakeup_reason.attr,
2928 &dev_attr_hotkey_wakeup_hotunplug_complete.attr,
2929 &dev_attr_hotkey_mask.attr,
2930 &dev_attr_hotkey_all_mask.attr,
2931 &dev_attr_hotkey_recommended_mask.attr,
2932 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
2933 &dev_attr_hotkey_source_mask.attr,
2934 &dev_attr_hotkey_poll_freq.attr,
2939 * Sync both the hw and sw blocking state of all switches
2941 static void tpacpi_send_radiosw_update(void)
2946 * We must sync all rfkill controllers *before* issuing any
2947 * rfkill input events, or we will race the rfkill core input
2950 * tpacpi_inputdev_send_mutex works as a synchronization point
2953 * We optimize to avoid numerous calls to hotkey_get_wlsw.
2956 wlsw = hotkey_get_wlsw();
2958 /* Sync hw blocking state first if it is hw-blocked */
2959 if (wlsw == TPACPI_RFK_RADIO_OFF)
2960 tpacpi_rfk_update_hwblock_state(true);
2962 /* Sync sw blocking state */
2963 tpacpi_rfk_update_swstate_all();
2965 /* Sync hw blocking state last if it is hw-unblocked */
2966 if (wlsw == TPACPI_RFK_RADIO_ON)
2967 tpacpi_rfk_update_hwblock_state(false);
2969 /* Issue rfkill input event for WLSW switch */
2971 mutex_lock(&tpacpi_inputdev_send_mutex);
2973 input_report_switch(tpacpi_inputdev,
2974 SW_RFKILL_ALL, (wlsw > 0));
2975 input_sync(tpacpi_inputdev);
2977 mutex_unlock(&tpacpi_inputdev_send_mutex);
2981 * this can be unconditional, as we will poll state again
2982 * if userspace uses the notify to read data
2984 hotkey_radio_sw_notify_change();
2987 static void hotkey_exit(void)
2989 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
2990 mutex_lock(&hotkey_mutex);
2991 hotkey_poll_stop_sync();
2992 mutex_unlock(&hotkey_mutex);
2995 if (hotkey_dev_attributes)
2996 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj);
2998 dbg_printk(TPACPI_DBG_EXIT | TPACPI_DBG_HKEY,
2999 "restoring original HKEY status and mask\n");
3000 /* yes, there is a bitwise or below, we want the
3001 * functions to be called even if one of them fail */
3002 if (((tp_features.hotkey_mask &&
3003 hotkey_mask_set(hotkey_orig_mask)) |
3004 hotkey_status_set(false)) != 0)
3005 pr_err("failed to restore hot key mask "
3006 "to BIOS defaults\n");
3009 static void __init hotkey_unmap(const unsigned int scancode)
3011 if (hotkey_keycode_map[scancode] != KEY_RESERVED) {
3012 clear_bit(hotkey_keycode_map[scancode],
3013 tpacpi_inputdev->keybit);
3014 hotkey_keycode_map[scancode] = KEY_RESERVED;
3020 * TPACPI_HK_Q_INIMASK: Supports FN+F3,FN+F4,FN+F12
3023 #define TPACPI_HK_Q_INIMASK 0x0001
3025 static const struct tpacpi_quirk tpacpi_hotkey_qtable[] __initconst = {
3026 TPACPI_Q_IBM('I', 'H', TPACPI_HK_Q_INIMASK), /* 600E */
3027 TPACPI_Q_IBM('I', 'N', TPACPI_HK_Q_INIMASK), /* 600E */
3028 TPACPI_Q_IBM('I', 'D', TPACPI_HK_Q_INIMASK), /* 770, 770E, 770ED */
3029 TPACPI_Q_IBM('I', 'W', TPACPI_HK_Q_INIMASK), /* A20m */
3030 TPACPI_Q_IBM('I', 'V', TPACPI_HK_Q_INIMASK), /* A20p */
3031 TPACPI_Q_IBM('1', '0', TPACPI_HK_Q_INIMASK), /* A21e, A22e */
3032 TPACPI_Q_IBM('K', 'U', TPACPI_HK_Q_INIMASK), /* A21e */
3033 TPACPI_Q_IBM('K', 'X', TPACPI_HK_Q_INIMASK), /* A21m, A22m */
3034 TPACPI_Q_IBM('K', 'Y', TPACPI_HK_Q_INIMASK), /* A21p, A22p */
3035 TPACPI_Q_IBM('1', 'B', TPACPI_HK_Q_INIMASK), /* A22e */
3036 TPACPI_Q_IBM('1', '3', TPACPI_HK_Q_INIMASK), /* A22m */
3037 TPACPI_Q_IBM('1', 'E', TPACPI_HK_Q_INIMASK), /* A30/p (0) */
3038 TPACPI_Q_IBM('1', 'C', TPACPI_HK_Q_INIMASK), /* R30 */
3039 TPACPI_Q_IBM('1', 'F', TPACPI_HK_Q_INIMASK), /* R31 */
3040 TPACPI_Q_IBM('I', 'Y', TPACPI_HK_Q_INIMASK), /* T20 */
3041 TPACPI_Q_IBM('K', 'Z', TPACPI_HK_Q_INIMASK), /* T21 */
3042 TPACPI_Q_IBM('1', '6', TPACPI_HK_Q_INIMASK), /* T22 */
3043 TPACPI_Q_IBM('I', 'Z', TPACPI_HK_Q_INIMASK), /* X20, X21 */
3044 TPACPI_Q_IBM('1', 'D', TPACPI_HK_Q_INIMASK), /* X22, X23, X24 */
3047 typedef u16 tpacpi_keymap_entry_t;
3048 typedef tpacpi_keymap_entry_t tpacpi_keymap_t[TPACPI_HOTKEY_MAP_LEN];
3050 static int __init hotkey_init(struct ibm_init_struct *iibm)
3052 /* Requirements for changing the default keymaps:
3054 * 1. Many of the keys are mapped to KEY_RESERVED for very
3055 * good reasons. Do not change them unless you have deep
3056 * knowledge on the IBM and Lenovo ThinkPad firmware for
3057 * the various ThinkPad models. The driver behaves
3058 * differently for KEY_RESERVED: such keys have their
3059 * hot key mask *unset* in mask_recommended, and also
3060 * in the initial hot key mask programmed into the
3061 * firmware at driver load time, which means the firm-
3062 * ware may react very differently if you change them to
3065 * 2. You must be subscribed to the linux-thinkpad and
3066 * ibm-acpi-devel mailing lists, and you should read the
3067 * list archives since 2007 if you want to change the
3068 * keymaps. This requirement exists so that you will
3069 * know the past history of problems with the thinkpad-
3070 * acpi driver keymaps, and also that you will be
3071 * listening to any bug reports;
3073 * 3. Do not send thinkpad-acpi specific patches directly to
3074 * for merging, *ever*. Send them to the linux-acpi
3075 * mailinglist for comments. Merging is to be done only
3076 * through acpi-test and the ACPI maintainer.
3078 * If the above is too much to ask, don't change the keymap.
3079 * Ask the thinkpad-acpi maintainer to do it, instead.
3083 TPACPI_KEYMAP_IBM_GENERIC = 0,
3084 TPACPI_KEYMAP_LENOVO_GENERIC,
3087 static const tpacpi_keymap_t tpacpi_keymaps[] __initconst = {
3088 /* Generic keymap for IBM ThinkPads */
3089 [TPACPI_KEYMAP_IBM_GENERIC] = {
3090 /* Scan Codes 0x00 to 0x0B: ACPI HKEY FN+F1..F12 */
3091 KEY_FN_F1, KEY_BATTERY, KEY_COFFEE, KEY_SLEEP,
3092 KEY_WLAN, KEY_FN_F6, KEY_SWITCHVIDEOMODE, KEY_FN_F8,
3093 KEY_FN_F9, KEY_FN_F10, KEY_FN_F11, KEY_SUSPEND,
3095 /* Scan codes 0x0C to 0x1F: Other ACPI HKEY hot keys */
3096 KEY_UNKNOWN, /* 0x0C: FN+BACKSPACE */
3097 KEY_UNKNOWN, /* 0x0D: FN+INSERT */
3098 KEY_UNKNOWN, /* 0x0E: FN+DELETE */
3100 /* brightness: firmware always reacts to them */
3101 KEY_RESERVED, /* 0x0F: FN+HOME (brightness up) */
3102 KEY_RESERVED, /* 0x10: FN+END (brightness down) */
3104 /* Thinklight: firmware always react to it */
3105 KEY_RESERVED, /* 0x11: FN+PGUP (thinklight toggle) */
3107 KEY_UNKNOWN, /* 0x12: FN+PGDOWN */
3108 KEY_ZOOM, /* 0x13: FN+SPACE (zoom) */
3110 /* Volume: firmware always react to it and reprograms
3111 * the built-in *extra* mixer. Never map it to control
3112 * another mixer by default. */
3113 KEY_RESERVED, /* 0x14: VOLUME UP */
3114 KEY_RESERVED, /* 0x15: VOLUME DOWN */
3115 KEY_RESERVED, /* 0x16: MUTE */
3117 KEY_VENDOR, /* 0x17: Thinkpad/AccessIBM/Lenovo */
3119 /* (assignments unknown, please report if found) */
3120 KEY_UNKNOWN, KEY_UNKNOWN, KEY_UNKNOWN, KEY_UNKNOWN,
3121 KEY_UNKNOWN, KEY_UNKNOWN, KEY_UNKNOWN, KEY_UNKNOWN,
3124 /* Generic keymap for Lenovo ThinkPads */
3125 [TPACPI_KEYMAP_LENOVO_GENERIC] = {
3126 /* Scan Codes 0x00 to 0x0B: ACPI HKEY FN+F1..F12 */
3127 KEY_FN_F1, KEY_COFFEE, KEY_BATTERY, KEY_SLEEP,
3128 KEY_WLAN, KEY_CAMERA, KEY_SWITCHVIDEOMODE, KEY_FN_F8,
3129 KEY_FN_F9, KEY_FN_F10, KEY_FN_F11, KEY_SUSPEND,
3131 /* Scan codes 0x0C to 0x1F: Other ACPI HKEY hot keys */
3132 KEY_UNKNOWN, /* 0x0C: FN+BACKSPACE */
3133 KEY_UNKNOWN, /* 0x0D: FN+INSERT */
3134 KEY_UNKNOWN, /* 0x0E: FN+DELETE */
3136 /* These should be enabled --only-- when ACPI video
3137 * is disabled (i.e. in "vendor" mode), and are handled
3138 * in a special way by the init code */
3139 KEY_BRIGHTNESSUP, /* 0x0F: FN+HOME (brightness up) */
3140 KEY_BRIGHTNESSDOWN, /* 0x10: FN+END (brightness down) */
3142 KEY_RESERVED, /* 0x11: FN+PGUP (thinklight toggle) */
3144 KEY_UNKNOWN, /* 0x12: FN+PGDOWN */
3145 KEY_ZOOM, /* 0x13: FN+SPACE (zoom) */
3147 /* Volume: z60/z61, T60 (BIOS version?): firmware always
3148 * react to it and reprograms the built-in *extra* mixer.
3149 * Never map it to control another mixer by default.
3151 * T60?, T61, R60?, R61: firmware and EC tries to send
3152 * these over the regular keyboard, so these are no-ops,
3153 * but there are still weird bugs re. MUTE, so do not
3154 * change unless you get test reports from all Lenovo
3155 * models. May cause the BIOS to interfere with the
3158 KEY_RESERVED, /* 0x14: VOLUME UP */
3159 KEY_RESERVED, /* 0x15: VOLUME DOWN */
3160 KEY_RESERVED, /* 0x16: MUTE */
3162 KEY_VENDOR, /* 0x17: Thinkpad/AccessIBM/Lenovo */
3164 /* (assignments unknown, please report if found) */
3165 KEY_UNKNOWN, KEY_UNKNOWN,
3168 * The mic mute button only sends 0x1a. It does not
3169 * automatically mute the mic or change the mute light.
3171 KEY_MICMUTE, /* 0x1a: Mic mute (since ?400 or so) */
3173 /* (assignments unknown, please report if found) */
3176 /* Extra keys in use since the X240 / T440 / T540 */
3177 KEY_CONFIG, KEY_SEARCH, KEY_SCALE, KEY_FILE,
3181 static const struct tpacpi_quirk tpacpi_keymap_qtable[] __initconst = {
3182 /* Generic maps (fallback) */
3184 .vendor = PCI_VENDOR_ID_IBM,
3185 .bios = TPACPI_MATCH_ANY, .ec = TPACPI_MATCH_ANY,
3186 .quirks = TPACPI_KEYMAP_IBM_GENERIC,
3189 .vendor = PCI_VENDOR_ID_LENOVO,
3190 .bios = TPACPI_MATCH_ANY, .ec = TPACPI_MATCH_ANY,
3191 .quirks = TPACPI_KEYMAP_LENOVO_GENERIC,
3195 #define TPACPI_HOTKEY_MAP_SIZE sizeof(tpacpi_keymap_t)
3196 #define TPACPI_HOTKEY_MAP_TYPESIZE sizeof(tpacpi_keymap_entry_t)
3201 bool radiosw_state = false;
3202 bool tabletsw_state = false;
3204 unsigned long quirks;
3205 unsigned long keymap_id;
3207 vdbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY,
3208 "initializing hotkey subdriver\n");
3210 BUG_ON(!tpacpi_inputdev);
3211 BUG_ON(tpacpi_inputdev->open != NULL ||
3212 tpacpi_inputdev->close != NULL);
3214 TPACPI_ACPIHANDLE_INIT(hkey);
3215 mutex_init(&hotkey_mutex);
3217 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
3218 mutex_init(&hotkey_thread_data_mutex);
3221 /* hotkey not supported on 570 */
3222 tp_features.hotkey = hkey_handle != NULL;
3224 vdbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY,
3226 str_supported(tp_features.hotkey));
3228 if (!tp_features.hotkey)
3231 quirks = tpacpi_check_quirks(tpacpi_hotkey_qtable,
3232 ARRAY_SIZE(tpacpi_hotkey_qtable));
3234 tpacpi_disable_brightness_delay();
3236 /* MUST have enough space for all attributes to be added to
3237 * hotkey_dev_attributes */
3238 hotkey_dev_attributes = create_attr_set(
3239 ARRAY_SIZE(hotkey_attributes) + 2,
3241 if (!hotkey_dev_attributes)
3243 res = add_many_to_attr_set(hotkey_dev_attributes,
3245 ARRAY_SIZE(hotkey_attributes));
3249 /* mask not supported on 600e/x, 770e, 770x, A21e, A2xm/p,
3250 A30, R30, R31, T20-22, X20-21, X22-24. Detected by checking
3251 for HKEY interface version 0x100 */
3252 if (acpi_evalf(hkey_handle, &hkeyv, "MHKV", "qd")) {
3253 if ((hkeyv >> 8) != 1) {
3254 pr_err("unknown version of the HKEY interface: 0x%x\n",
3256 pr_err("please report this to %s\n", TPACPI_MAIL);
3259 * MHKV 0x100 in A31, R40, R40e,
3260 * T4x, X31, and later
3262 vdbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY,
3263 "firmware HKEY interface version: 0x%x\n",
3266 /* Paranoia check AND init hotkey_all_mask */
3267 if (!acpi_evalf(hkey_handle, &hotkey_all_mask,
3269 pr_err("missing MHKA handler, "
3270 "please report this to %s\n",
3272 /* Fallback: pre-init for FN+F3,F4,F12 */
3273 hotkey_all_mask = 0x080cU;
3275 tp_features.hotkey_mask = 1;
3280 vdbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY,
3281 "hotkey masks are %s\n",
3282 str_supported(tp_features.hotkey_mask));
3284 /* Init hotkey_all_mask if not initialized yet */
3285 if (!tp_features.hotkey_mask && !hotkey_all_mask &&
3286 (quirks & TPACPI_HK_Q_INIMASK))
3287 hotkey_all_mask = 0x080cU; /* FN+F12, FN+F4, FN+F3 */
3289 /* Init hotkey_acpi_mask and hotkey_orig_mask */
3290 if (tp_features.hotkey_mask) {
3291 /* hotkey_source_mask *must* be zero for
3292 * the first hotkey_mask_get to return hotkey_orig_mask */
3293 res = hotkey_mask_get();
3297 hotkey_orig_mask = hotkey_acpi_mask;
3299 hotkey_orig_mask = hotkey_all_mask;
3300 hotkey_acpi_mask = hotkey_all_mask;
3303 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
3305 tp_features.hotkey_wlsw = 1;
3306 radiosw_state = !!tpacpi_wlsw_emulstate;
3307 pr_info("radio switch emulation enabled\n");
3310 /* Not all thinkpads have a hardware radio switch */
3311 if (acpi_evalf(hkey_handle, &status, "WLSW", "qd")) {
3312 tp_features.hotkey_wlsw = 1;
3313 radiosw_state = !!status;
3314 pr_info("radio switch found; radios are %s\n",
3315 enabled(status, 0));
3317 if (tp_features.hotkey_wlsw)
3318 res = add_to_attr_set(hotkey_dev_attributes,
3319 &dev_attr_hotkey_radio_sw.attr);
3321 /* For X41t, X60t, X61t Tablets... */
3322 if (!res && acpi_evalf(hkey_handle, &status, "MHKG", "qd")) {
3323 tp_features.hotkey_tablet = 1;
3324 tabletsw_state = !!(status & TP_HOTKEY_TABLET_MASK);
3325 pr_info("possible tablet mode switch found; "
3326 "ThinkPad in %s mode\n",
3327 (tabletsw_state) ? "tablet" : "laptop");
3328 res = add_to_attr_set(hotkey_dev_attributes,
3329 &dev_attr_hotkey_tablet_mode.attr);
3333 res = register_attr_set_with_sysfs(
3334 hotkey_dev_attributes,
3335 &tpacpi_pdev->dev.kobj);
3339 /* Set up key map */
3340 hotkey_keycode_map = kmalloc(TPACPI_HOTKEY_MAP_SIZE,
3342 if (!hotkey_keycode_map) {
3343 pr_err("failed to allocate memory for key map\n");
3348 keymap_id = tpacpi_check_quirks(tpacpi_keymap_qtable,
3349 ARRAY_SIZE(tpacpi_keymap_qtable));
3350 BUG_ON(keymap_id >= ARRAY_SIZE(tpacpi_keymaps));
3351 dbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY,
3352 "using keymap number %lu\n", keymap_id);
3354 memcpy(hotkey_keycode_map, &tpacpi_keymaps[keymap_id],
3355 TPACPI_HOTKEY_MAP_SIZE);
3357 input_set_capability(tpacpi_inputdev, EV_MSC, MSC_SCAN);
3358 tpacpi_inputdev->keycodesize = TPACPI_HOTKEY_MAP_TYPESIZE;
3359 tpacpi_inputdev->keycodemax = TPACPI_HOTKEY_MAP_LEN;
3360 tpacpi_inputdev->keycode = hotkey_keycode_map;
3361 for (i = 0; i < TPACPI_HOTKEY_MAP_LEN; i++) {
3362 if (hotkey_keycode_map[i] != KEY_RESERVED) {
3363 input_set_capability(tpacpi_inputdev, EV_KEY,
3364 hotkey_keycode_map[i]);
3366 if (i < sizeof(hotkey_reserved_mask)*8)
3367 hotkey_reserved_mask |= 1 << i;
3371 if (tp_features.hotkey_wlsw) {
3372 input_set_capability(tpacpi_inputdev, EV_SW, SW_RFKILL_ALL);
3373 input_report_switch(tpacpi_inputdev,
3374 SW_RFKILL_ALL, radiosw_state);
3376 if (tp_features.hotkey_tablet) {
3377 input_set_capability(tpacpi_inputdev, EV_SW, SW_TABLET_MODE);
3378 input_report_switch(tpacpi_inputdev,
3379 SW_TABLET_MODE, tabletsw_state);
3382 /* Do not issue duplicate brightness change events to
3383 * userspace. tpacpi_detect_brightness_capabilities() must have
3384 * been called before this point */
3385 if (acpi_video_backlight_support()) {
3386 pr_info("This ThinkPad has standard ACPI backlight "
3387 "brightness control, supported by the ACPI "
3389 pr_notice("Disabling thinkpad-acpi brightness events "
3392 /* Disable brightness up/down on Lenovo thinkpads when
3393 * ACPI is handling them, otherwise it is plain impossible
3394 * for userspace to do something even remotely sane */
3395 hotkey_reserved_mask |=
3396 (1 << TP_ACPI_HOTKEYSCAN_FNHOME)
3397 | (1 << TP_ACPI_HOTKEYSCAN_FNEND);
3398 hotkey_unmap(TP_ACPI_HOTKEYSCAN_FNHOME);
3399 hotkey_unmap(TP_ACPI_HOTKEYSCAN_FNEND);
3402 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
3403 hotkey_source_mask = TPACPI_HKEY_NVRAM_GOOD_MASK
3405 & ~hotkey_reserved_mask;
3407 vdbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY,
3408 "hotkey source mask 0x%08x, polling freq %u\n",
3409 hotkey_source_mask, hotkey_poll_freq);
3412 dbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY,
3413 "enabling firmware HKEY event interface...\n");
3414 res = hotkey_status_set(true);
3419 res = hotkey_mask_set(((hotkey_all_mask & ~hotkey_reserved_mask)
3420 | hotkey_driver_mask)
3421 & ~hotkey_source_mask);
3422 if (res < 0 && res != -ENXIO) {
3426 hotkey_user_mask = (hotkey_acpi_mask | hotkey_source_mask)
3427 & ~hotkey_reserved_mask;
3428 vdbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY,
3429 "initial masks: user=0x%08x, fw=0x%08x, poll=0x%08x\n",
3430 hotkey_user_mask, hotkey_acpi_mask, hotkey_source_mask);
3432 tpacpi_inputdev->open = &hotkey_inputdev_open;
3433 tpacpi_inputdev->close = &hotkey_inputdev_close;
3435 hotkey_poll_setup_safe(true);
3440 delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj);
3441 hotkey_dev_attributes = NULL;
3443 return (res < 0) ? res : 1;
3446 /* Thinkpad X1 Carbon support 5 modes including Home mode, Web browser
3447 * mode, Web conference mode, Function mode and Lay-flat mode.
3448 * We support Home mode and Function mode currently.
3450 * Will consider support rest of modes in future.
3453 enum ADAPTIVE_KEY_MODE {
3456 WEB_CONFERENCE_MODE,
3461 const int adaptive_keyboard_modes[] = {
3463 /* WEB_BROWSER_MODE = 2,
3464 WEB_CONFERENCE_MODE = 3, */
3468 #define DFR_CHANGE_ROW 0x101
3469 #define DFR_SHOW_QUICKVIEW_ROW 0x102
3471 /* press Fn key a while second, it will switch to Function Mode. Then
3472 * release Fn key, previous mode be restored.
3474 static bool adaptive_keyboard_mode_is_saved;
3475 static int adaptive_keyboard_prev_mode;
3477 static int adaptive_keyboard_get_next_mode(int mode)
3480 size_t max_mode = ARRAY_SIZE(adaptive_keyboard_modes) - 1;
3482 for (i = 0; i <= max_mode; i++) {
3483 if (adaptive_keyboard_modes[i] == mode)
3492 return adaptive_keyboard_modes[i];
3495 static bool adaptive_keyboard_hotkey_notify_hotkey(unsigned int scancode)
3497 u32 current_mode = 0;
3501 case DFR_CHANGE_ROW:
3502 if (adaptive_keyboard_mode_is_saved) {
3503 new_mode = adaptive_keyboard_prev_mode;
3504 adaptive_keyboard_mode_is_saved = false;
3507 hkey_handle, ¤t_mode,
3509 pr_err("Cannot read adaptive keyboard mode\n");
3512 new_mode = adaptive_keyboard_get_next_mode(
3517 if (!acpi_evalf(hkey_handle, NULL, "STRW", "vd", new_mode)) {
3518 pr_err("Cannot set adaptive keyboard mode\n");
3524 case DFR_SHOW_QUICKVIEW_ROW:
3525 if (!acpi_evalf(hkey_handle,
3526 &adaptive_keyboard_prev_mode,
3528 pr_err("Cannot read adaptive keyboard mode\n");
3531 adaptive_keyboard_mode_is_saved = true;
3533 if (!acpi_evalf(hkey_handle,
3534 NULL, "STRW", "vd", FUNCTION_MODE)) {
3535 pr_err("Cannot set adaptive keyboard mode\n");
3546 static bool hotkey_notify_hotkey(const u32 hkey,
3548 bool *ignore_acpi_ev)
3550 /* 0x1000-0x1FFF: key presses */
3551 unsigned int scancode = hkey & 0xfff;
3552 *send_acpi_ev = true;
3553 *ignore_acpi_ev = false;
3555 /* HKEY event 0x1001 is scancode 0x00 */
3556 if (scancode > 0 && scancode <= TPACPI_HOTKEY_MAP_LEN) {
3558 if (!(hotkey_source_mask & (1 << scancode))) {
3559 tpacpi_input_send_key_masked(scancode);
3560 *send_acpi_ev = false;
3562 *ignore_acpi_ev = true;
3566 return adaptive_keyboard_hotkey_notify_hotkey(scancode);
3571 static bool hotkey_notify_wakeup(const u32 hkey,
3573 bool *ignore_acpi_ev)
3575 /* 0x2000-0x2FFF: Wakeup reason */
3576 *send_acpi_ev = true;
3577 *ignore_acpi_ev = false;
3580 case TP_HKEY_EV_WKUP_S3_UNDOCK: /* suspend, undock */
3581 case TP_HKEY_EV_WKUP_S4_UNDOCK: /* hibernation, undock */
3582 hotkey_wakeup_reason = TP_ACPI_WAKEUP_UNDOCK;
3583 *ignore_acpi_ev = true;
3586 case TP_HKEY_EV_WKUP_S3_BAYEJ: /* suspend, bay eject */
3587 case TP_HKEY_EV_WKUP_S4_BAYEJ: /* hibernation, bay eject */
3588 hotkey_wakeup_reason = TP_ACPI_WAKEUP_BAYEJ;
3589 *ignore_acpi_ev = true;
3592 case TP_HKEY_EV_WKUP_S3_BATLOW: /* Battery on critical low level/S3 */
3593 case TP_HKEY_EV_WKUP_S4_BATLOW: /* Battery on critical low level/S4 */
3594 pr_alert("EMERGENCY WAKEUP: battery almost empty\n");
3595 /* how to auto-heal: */
3596 /* 2313: woke up from S3, go to S4/S5 */
3597 /* 2413: woke up from S4, go to S5 */
3604 if (hotkey_wakeup_reason != TP_ACPI_WAKEUP_NONE) {
3605 pr_info("woke up due to a hot-unplug request...\n");
3606 hotkey_wakeup_reason_notify_change();
3611 static bool hotkey_notify_dockevent(const u32 hkey,
3613 bool *ignore_acpi_ev)
3615 /* 0x4000-0x4FFF: dock-related events */