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 */
199 TP_HKEY_EV_KEY_FN_ESC
= 0x6060, /* Fn+Esc key pressed X240 */
202 TP_HKEY_EV_ALARM_BAT_HOT
= 0x6011, /* battery too hot */
203 TP_HKEY_EV_ALARM_BAT_XHOT
= 0x6012, /* battery critically hot */
204 TP_HKEY_EV_ALARM_SENSOR_HOT
= 0x6021, /* sensor too hot */
205 TP_HKEY_EV_ALARM_SENSOR_XHOT
= 0x6022, /* sensor critically hot */
206 TP_HKEY_EV_THM_TABLE_CHANGED
= 0x6030, /* thermal table changed */
208 /* AC-related events */
209 TP_HKEY_EV_AC_CHANGED
= 0x6040, /* AC status changed */
212 TP_HKEY_EV_RFKILL_CHANGED
= 0x7000, /* rfkill switch changed */
215 /****************************************************************************
219 #define TPACPI_NAME "thinkpad"
220 #define TPACPI_DESC "ThinkPad ACPI Extras"
221 #define TPACPI_FILE TPACPI_NAME "_acpi"
222 #define TPACPI_URL "http://ibm-acpi.sf.net/"
223 #define TPACPI_MAIL "ibm-acpi-devel@lists.sourceforge.net"
225 #define TPACPI_PROC_DIR "ibm"
226 #define TPACPI_ACPI_EVENT_PREFIX "ibm"
227 #define TPACPI_DRVR_NAME TPACPI_FILE
228 #define TPACPI_DRVR_SHORTNAME "tpacpi"
229 #define TPACPI_HWMON_DRVR_NAME TPACPI_NAME "_hwmon"
231 #define TPACPI_NVRAM_KTHREAD_NAME "ktpacpi_nvramd"
232 #define TPACPI_WORKQUEUE_NAME "ktpacpid"
234 #define TPACPI_MAX_ACPI_ARGS 3
236 /* Debugging printk groups */
237 #define TPACPI_DBG_ALL 0xffff
238 #define TPACPI_DBG_DISCLOSETASK 0x8000
239 #define TPACPI_DBG_INIT 0x0001
240 #define TPACPI_DBG_EXIT 0x0002
241 #define TPACPI_DBG_RFKILL 0x0004
242 #define TPACPI_DBG_HKEY 0x0008
243 #define TPACPI_DBG_FAN 0x0010
244 #define TPACPI_DBG_BRGHT 0x0020
245 #define TPACPI_DBG_MIXER 0x0040
247 #define onoff(status, bit) ((status) & (1 << (bit)) ? "on" : "off")
248 #define enabled(status, bit) ((status) & (1 << (bit)) ? "enabled" : "disabled")
249 #define strlencmp(a, b) (strncmp((a), (b), strlen(b)))
252 /****************************************************************************
253 * Driver-wide structs and misc. variables
258 struct tp_acpi_drv_struct
{
259 const struct acpi_device_id
*hid
;
260 struct acpi_driver
*driver
;
262 void (*notify
) (struct ibm_struct
*, u32
);
265 struct acpi_device
*device
;
271 int (*read
) (struct seq_file
*);
272 int (*write
) (char *);
274 void (*resume
) (void);
275 void (*suspend
) (void);
276 void (*shutdown
) (void);
278 struct list_head all_drivers
;
280 struct tp_acpi_drv_struct
*acpi
;
283 u8 acpi_driver_registered
:1;
284 u8 acpi_notify_installed
:1;
291 struct ibm_init_struct
{
294 int (*init
) (struct ibm_init_struct
*);
295 umode_t base_procfs_mode
;
296 struct ibm_struct
*data
;
307 u32 bright_acpimode
:1;
311 u32 fan_ctrl_status_undef
:1;
313 u32 beep_needs_two_args
:1;
314 u32 mixer_no_level_control
:1;
315 u32 input_device_registered
:1;
316 u32 platform_drv_registered
:1;
317 u32 platform_drv_attrs_registered
:1;
318 u32 sensors_pdrv_registered
:1;
319 u32 sensors_pdrv_attrs_registered
:1;
320 u32 sensors_pdev_attrs_registered
:1;
321 u32 hotkey_poll_active
:1;
322 u32 has_adaptive_kbd
:1;
326 u16 hotkey_mask_ff
:1;
327 u16 volume_ctrl_forbidden
:1;
330 struct thinkpad_id_data
{
331 unsigned int vendor
; /* ThinkPad vendor:
332 * PCI_VENDOR_ID_IBM/PCI_VENDOR_ID_LENOVO */
334 char *bios_version_str
; /* Something like 1ZET51WW (1.03z) */
335 char *ec_version_str
; /* Something like 1ZHT51WW-1.04a */
337 u16 bios_model
; /* 1Y = 0x5931, 0 = unknown */
339 u16 bios_release
; /* 1ZETK1WW = 0x314b, 0 = unknown */
342 char *model_str
; /* ThinkPad T43 */
343 char *nummodel_str
; /* 9384A9C for a 9384-A9C model */
345 static struct thinkpad_id_data thinkpad_id
;
348 TPACPI_LIFE_INIT
= 0,
353 static int experimental
;
354 static u32 dbg_level
;
356 static struct workqueue_struct
*tpacpi_wq
;
364 /* Special LED class that can defer work */
365 struct tpacpi_led_classdev
{
366 struct led_classdev led_classdev
;
367 struct work_struct work
;
368 enum led_status_t new_state
;
372 /* brightness level capabilities */
373 static unsigned int bright_maxlvl
; /* 0 = unknown */
375 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
376 static int dbg_wlswemul
;
377 static bool tpacpi_wlsw_emulstate
;
378 static int dbg_bluetoothemul
;
379 static bool tpacpi_bluetooth_emulstate
;
380 static int dbg_wwanemul
;
381 static bool tpacpi_wwan_emulstate
;
382 static int dbg_uwbemul
;
383 static bool tpacpi_uwb_emulstate
;
387 /*************************************************************************
391 #define dbg_printk(a_dbg_level, format, arg...) \
393 if (dbg_level & (a_dbg_level)) \
394 printk(KERN_DEBUG pr_fmt("%s: " format), \
398 #ifdef CONFIG_THINKPAD_ACPI_DEBUG
399 #define vdbg_printk dbg_printk
400 static const char *str_supported(int is_supported
);
402 static inline const char *str_supported(int is_supported
) { return ""; }
403 #define vdbg_printk(a_dbg_level, format, arg...) \
404 no_printk(format, ##arg)
407 static void tpacpi_log_usertask(const char * const what
)
409 printk(KERN_DEBUG
pr_fmt("%s: access by process with PID %d\n"),
410 what
, task_tgid_vnr(current
));
413 #define tpacpi_disclose_usertask(what, format, arg...) \
415 if (unlikely((dbg_level & TPACPI_DBG_DISCLOSETASK) && \
416 (tpacpi_lifecycle == TPACPI_LIFE_RUNNING))) { \
417 printk(KERN_DEBUG pr_fmt("%s: PID %d: " format), \
418 what, task_tgid_vnr(current), ## arg); \
423 * Quirk handling helpers
425 * ThinkPad IDs and versions seen in the field so far
426 * are two-characters from the set [0-9A-Z], i.e. base 36.
428 * We use values well outside that range as specials.
431 #define TPACPI_MATCH_ANY 0xffffU
432 #define TPACPI_MATCH_UNKNOWN 0U
434 /* TPID('1', 'Y') == 0x5931 */
435 #define TPID(__c1, __c2) (((__c2) << 8) | (__c1))
437 #define TPACPI_Q_IBM(__id1, __id2, __quirk) \
438 { .vendor = PCI_VENDOR_ID_IBM, \
439 .bios = TPID(__id1, __id2), \
440 .ec = TPACPI_MATCH_ANY, \
441 .quirks = (__quirk) }
443 #define TPACPI_Q_LNV(__id1, __id2, __quirk) \
444 { .vendor = PCI_VENDOR_ID_LENOVO, \
445 .bios = TPID(__id1, __id2), \
446 .ec = TPACPI_MATCH_ANY, \
447 .quirks = (__quirk) }
449 #define TPACPI_QEC_LNV(__id1, __id2, __quirk) \
450 { .vendor = PCI_VENDOR_ID_LENOVO, \
451 .bios = TPACPI_MATCH_ANY, \
452 .ec = TPID(__id1, __id2), \
453 .quirks = (__quirk) }
455 struct tpacpi_quirk
{
459 unsigned long quirks
;
463 * tpacpi_check_quirks() - search BIOS/EC version on a list
464 * @qlist: array of &struct tpacpi_quirk
465 * @qlist_size: number of elements in @qlist
467 * Iterates over a quirks list until one is found that matches the
468 * ThinkPad's vendor, BIOS and EC model.
470 * Returns 0 if nothing matches, otherwise returns the quirks field of
471 * the matching &struct tpacpi_quirk entry.
473 * The match criteria is: vendor, ec and bios much match.
475 static unsigned long __init
tpacpi_check_quirks(
476 const struct tpacpi_quirk
*qlist
,
477 unsigned int qlist_size
)
480 if ((qlist
->vendor
== thinkpad_id
.vendor
||
481 qlist
->vendor
== TPACPI_MATCH_ANY
) &&
482 (qlist
->bios
== thinkpad_id
.bios_model
||
483 qlist
->bios
== TPACPI_MATCH_ANY
) &&
484 (qlist
->ec
== thinkpad_id
.ec_model
||
485 qlist
->ec
== TPACPI_MATCH_ANY
))
486 return qlist
->quirks
;
494 static inline bool __pure __init
tpacpi_is_lenovo(void)
496 return thinkpad_id
.vendor
== PCI_VENDOR_ID_LENOVO
;
499 static inline bool __pure __init
tpacpi_is_ibm(void)
501 return thinkpad_id
.vendor
== PCI_VENDOR_ID_IBM
;
504 /****************************************************************************
505 ****************************************************************************
507 * ACPI Helpers and device model
509 ****************************************************************************
510 ****************************************************************************/
512 /*************************************************************************
516 static acpi_handle root_handle
;
517 static acpi_handle ec_handle
;
519 #define TPACPI_HANDLE(object, parent, paths...) \
520 static acpi_handle object##_handle; \
521 static const acpi_handle * const object##_parent __initconst = \
523 static char *object##_paths[] __initdata = { paths }
525 TPACPI_HANDLE(ecrd
, ec
, "ECRD"); /* 570 */
526 TPACPI_HANDLE(ecwr
, ec
, "ECWR"); /* 570 */
528 TPACPI_HANDLE(cmos
, root
, "\\UCMS", /* R50, R50e, R50p, R51, */
530 "\\CMOS", /* A3x, G4x, R32, T23, T30, X22-24, X30 */
531 "\\CMS", /* R40, R40e */
534 TPACPI_HANDLE(hkey
, ec
, "\\_SB.HKEY", /* 600e/x, 770e, 770x */
535 "^HKEY", /* R30, R31 */
536 "HKEY", /* all others */
539 /*************************************************************************
543 static int acpi_evalf(acpi_handle handle
,
544 int *res
, char *method
, char *fmt
, ...)
547 struct acpi_object_list params
;
548 union acpi_object in_objs
[TPACPI_MAX_ACPI_ARGS
];
549 struct acpi_buffer result
, *resultp
;
550 union acpi_object out_obj
;
558 pr_err("acpi_evalf() called with empty format\n");
571 params
.pointer
= &in_objs
[0];
578 in_objs
[params
.count
].integer
.value
= va_arg(ap
, int);
579 in_objs
[params
.count
++].type
= ACPI_TYPE_INTEGER
;
581 /* add more types as needed */
583 pr_err("acpi_evalf() called "
584 "with invalid format character '%c'\n", c
);
591 if (res_type
!= 'v') {
592 result
.length
= sizeof(out_obj
);
593 result
.pointer
= &out_obj
;
598 status
= acpi_evaluate_object(handle
, method
, ¶ms
, resultp
);
602 success
= (status
== AE_OK
&&
603 out_obj
.type
== ACPI_TYPE_INTEGER
);
605 *res
= out_obj
.integer
.value
;
608 success
= status
== AE_OK
;
610 /* add more types as needed */
612 pr_err("acpi_evalf() called "
613 "with invalid format character '%c'\n", res_type
);
617 if (!success
&& !quiet
)
618 pr_err("acpi_evalf(%s, %s, ...) failed: %s\n",
619 method
, fmt0
, acpi_format_exception(status
));
624 static int acpi_ec_read(int i
, u8
*p
)
629 if (!acpi_evalf(ecrd_handle
, &v
, NULL
, "dd", i
))
633 if (ec_read(i
, p
) < 0)
640 static int acpi_ec_write(int i
, u8 v
)
643 if (!acpi_evalf(ecwr_handle
, NULL
, NULL
, "vdd", i
, v
))
646 if (ec_write(i
, v
) < 0)
653 static int issue_thinkpad_cmos_command(int cmos_cmd
)
658 if (!acpi_evalf(cmos_handle
, NULL
, NULL
, "vd", cmos_cmd
))
664 /*************************************************************************
668 #define TPACPI_ACPIHANDLE_INIT(object) \
669 drv_acpi_handle_init(#object, &object##_handle, *object##_parent, \
670 object##_paths, ARRAY_SIZE(object##_paths))
672 static void __init
drv_acpi_handle_init(const char *name
,
673 acpi_handle
*handle
, const acpi_handle parent
,
674 char **paths
, const int num_paths
)
679 vdbg_printk(TPACPI_DBG_INIT
, "trying to locate ACPI handle for %s\n",
682 for (i
= 0; i
< num_paths
; i
++) {
683 status
= acpi_get_handle(parent
, paths
[i
], handle
);
684 if (ACPI_SUCCESS(status
)) {
685 dbg_printk(TPACPI_DBG_INIT
,
686 "Found ACPI handle %s for %s\n",
692 vdbg_printk(TPACPI_DBG_INIT
, "ACPI handle for %s not found\n",
697 static acpi_status __init
tpacpi_acpi_handle_locate_callback(acpi_handle handle
,
698 u32 level
, void *context
, void **return_value
)
700 struct acpi_device
*dev
;
701 if (!strcmp(context
, "video")) {
702 if (acpi_bus_get_device(handle
, &dev
))
704 if (strcmp(ACPI_VIDEO_HID
, acpi_device_hid(dev
)))
708 *(acpi_handle
*)return_value
= handle
;
710 return AE_CTRL_TERMINATE
;
713 static void __init
tpacpi_acpi_handle_locate(const char *name
,
718 acpi_handle device_found
;
720 BUG_ON(!name
|| !handle
);
721 vdbg_printk(TPACPI_DBG_INIT
,
722 "trying to locate ACPI handle for %s, using HID %s\n",
723 name
, hid
? hid
: "NULL");
725 memset(&device_found
, 0, sizeof(device_found
));
726 status
= acpi_get_devices(hid
, tpacpi_acpi_handle_locate_callback
,
727 (void *)name
, &device_found
);
731 if (ACPI_SUCCESS(status
)) {
732 *handle
= device_found
;
733 dbg_printk(TPACPI_DBG_INIT
,
734 "Found ACPI handle for %s\n", name
);
736 vdbg_printk(TPACPI_DBG_INIT
,
737 "Could not locate an ACPI handle for %s: %s\n",
738 name
, acpi_format_exception(status
));
742 static void dispatch_acpi_notify(acpi_handle handle
, u32 event
, void *data
)
744 struct ibm_struct
*ibm
= data
;
746 if (tpacpi_lifecycle
!= TPACPI_LIFE_RUNNING
)
749 if (!ibm
|| !ibm
->acpi
|| !ibm
->acpi
->notify
)
752 ibm
->acpi
->notify(ibm
, event
);
755 static int __init
setup_acpi_notify(struct ibm_struct
*ibm
)
762 if (!*ibm
->acpi
->handle
)
765 vdbg_printk(TPACPI_DBG_INIT
,
766 "setting up ACPI notify for %s\n", ibm
->name
);
768 rc
= acpi_bus_get_device(*ibm
->acpi
->handle
, &ibm
->acpi
->device
);
770 pr_err("acpi_bus_get_device(%s) failed: %d\n", ibm
->name
, rc
);
774 ibm
->acpi
->device
->driver_data
= ibm
;
775 sprintf(acpi_device_class(ibm
->acpi
->device
), "%s/%s",
776 TPACPI_ACPI_EVENT_PREFIX
,
779 status
= acpi_install_notify_handler(*ibm
->acpi
->handle
,
780 ibm
->acpi
->type
, dispatch_acpi_notify
, ibm
);
781 if (ACPI_FAILURE(status
)) {
782 if (status
== AE_ALREADY_EXISTS
) {
783 pr_notice("another device driver is already "
784 "handling %s events\n", ibm
->name
);
786 pr_err("acpi_install_notify_handler(%s) failed: %s\n",
787 ibm
->name
, acpi_format_exception(status
));
791 ibm
->flags
.acpi_notify_installed
= 1;
795 static int __init
tpacpi_device_add(struct acpi_device
*device
)
800 static int __init
register_tpacpi_subdriver(struct ibm_struct
*ibm
)
804 dbg_printk(TPACPI_DBG_INIT
,
805 "registering %s as an ACPI driver\n", ibm
->name
);
809 ibm
->acpi
->driver
= kzalloc(sizeof(struct acpi_driver
), GFP_KERNEL
);
810 if (!ibm
->acpi
->driver
) {
811 pr_err("failed to allocate memory for ibm->acpi->driver\n");
815 sprintf(ibm
->acpi
->driver
->name
, "%s_%s", TPACPI_NAME
, ibm
->name
);
816 ibm
->acpi
->driver
->ids
= ibm
->acpi
->hid
;
818 ibm
->acpi
->driver
->ops
.add
= &tpacpi_device_add
;
820 rc
= acpi_bus_register_driver(ibm
->acpi
->driver
);
822 pr_err("acpi_bus_register_driver(%s) failed: %d\n",
824 kfree(ibm
->acpi
->driver
);
825 ibm
->acpi
->driver
= NULL
;
827 ibm
->flags
.acpi_driver_registered
= 1;
833 /****************************************************************************
834 ****************************************************************************
838 ****************************************************************************
839 ****************************************************************************/
841 static int dispatch_proc_show(struct seq_file
*m
, void *v
)
843 struct ibm_struct
*ibm
= m
->private;
845 if (!ibm
|| !ibm
->read
)
850 static int dispatch_proc_open(struct inode
*inode
, struct file
*file
)
852 return single_open(file
, dispatch_proc_show
, PDE_DATA(inode
));
855 static ssize_t
dispatch_proc_write(struct file
*file
,
856 const char __user
*userbuf
,
857 size_t count
, loff_t
*pos
)
859 struct ibm_struct
*ibm
= PDE_DATA(file_inode(file
));
863 if (!ibm
|| !ibm
->write
)
865 if (count
> PAGE_SIZE
- 2)
868 kernbuf
= kmalloc(count
+ 2, GFP_KERNEL
);
872 if (copy_from_user(kernbuf
, userbuf
, count
)) {
878 strcat(kernbuf
, ",");
879 ret
= ibm
->write(kernbuf
);
888 static const struct file_operations dispatch_proc_fops
= {
889 .owner
= THIS_MODULE
,
890 .open
= dispatch_proc_open
,
893 .release
= single_release
,
894 .write
= dispatch_proc_write
,
897 static char *next_cmd(char **cmds
)
902 while ((end
= strchr(start
, ',')) && end
== start
)
914 /****************************************************************************
915 ****************************************************************************
917 * Device model: input, hwmon and platform
919 ****************************************************************************
920 ****************************************************************************/
922 static struct platform_device
*tpacpi_pdev
;
923 static struct platform_device
*tpacpi_sensors_pdev
;
924 static struct device
*tpacpi_hwmon
;
925 static struct input_dev
*tpacpi_inputdev
;
926 static struct mutex tpacpi_inputdev_send_mutex
;
927 static LIST_HEAD(tpacpi_all_drivers
);
929 #ifdef CONFIG_PM_SLEEP
930 static int tpacpi_suspend_handler(struct device
*dev
)
932 struct ibm_struct
*ibm
, *itmp
;
934 list_for_each_entry_safe(ibm
, itmp
,
944 static int tpacpi_resume_handler(struct device
*dev
)
946 struct ibm_struct
*ibm
, *itmp
;
948 list_for_each_entry_safe(ibm
, itmp
,
959 static SIMPLE_DEV_PM_OPS(tpacpi_pm
,
960 tpacpi_suspend_handler
, tpacpi_resume_handler
);
962 static void tpacpi_shutdown_handler(struct platform_device
*pdev
)
964 struct ibm_struct
*ibm
, *itmp
;
966 list_for_each_entry_safe(ibm
, itmp
,
974 static struct platform_driver tpacpi_pdriver
= {
976 .name
= TPACPI_DRVR_NAME
,
979 .shutdown
= tpacpi_shutdown_handler
,
982 static struct platform_driver tpacpi_hwmon_pdriver
= {
984 .name
= TPACPI_HWMON_DRVR_NAME
,
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 TP_ACPI_HOTKEYSCAN_MUTE2
,
1916 TP_ACPI_HOTKEYSCAN_BRIGHTNESS_ZERO
,
1917 TP_ACPI_HOTKEYSCAN_CLIPPING_TOOL
,
1918 TP_ACPI_HOTKEYSCAN_CLOUD
,
1919 TP_ACPI_HOTKEYSCAN_UNK9
,
1920 TP_ACPI_HOTKEYSCAN_VOICE
,
1921 TP_ACPI_HOTKEYSCAN_UNK10
,
1922 TP_ACPI_HOTKEYSCAN_GESTURES
,
1923 TP_ACPI_HOTKEYSCAN_UNK11
,
1924 TP_ACPI_HOTKEYSCAN_UNK12
,
1925 TP_ACPI_HOTKEYSCAN_UNK13
,
1926 TP_ACPI_HOTKEYSCAN_CONFIG
,
1927 TP_ACPI_HOTKEYSCAN_NEW_TAB
,
1928 TP_ACPI_HOTKEYSCAN_RELOAD
,
1929 TP_ACPI_HOTKEYSCAN_BACK
,
1930 TP_ACPI_HOTKEYSCAN_MIC_DOWN
,
1931 TP_ACPI_HOTKEYSCAN_MIC_UP
,
1932 TP_ACPI_HOTKEYSCAN_MIC_CANCELLATION
,
1933 TP_ACPI_HOTKEYSCAN_CAMERA_MODE
,
1934 TP_ACPI_HOTKEYSCAN_ROTATE_DISPLAY
,
1936 /* Hotkey keymap size */
1937 TPACPI_HOTKEY_MAP_LEN
1940 enum { /* Keys/events available through NVRAM polling */
1941 TPACPI_HKEY_NVRAM_KNOWN_MASK
= 0x00fb88c0U
,
1942 TPACPI_HKEY_NVRAM_GOOD_MASK
= 0x00fb8000U
,
1945 enum { /* Positions of some of the keys in hotkey masks */
1946 TP_ACPI_HKEY_DISPSWTCH_MASK
= 1 << TP_ACPI_HOTKEYSCAN_FNF7
,
1947 TP_ACPI_HKEY_DISPXPAND_MASK
= 1 << TP_ACPI_HOTKEYSCAN_FNF8
,
1948 TP_ACPI_HKEY_HIBERNATE_MASK
= 1 << TP_ACPI_HOTKEYSCAN_FNF12
,
1949 TP_ACPI_HKEY_BRGHTUP_MASK
= 1 << TP_ACPI_HOTKEYSCAN_FNHOME
,
1950 TP_ACPI_HKEY_BRGHTDWN_MASK
= 1 << TP_ACPI_HOTKEYSCAN_FNEND
,
1951 TP_ACPI_HKEY_THNKLGHT_MASK
= 1 << TP_ACPI_HOTKEYSCAN_FNPAGEUP
,
1952 TP_ACPI_HKEY_ZOOM_MASK
= 1 << TP_ACPI_HOTKEYSCAN_FNSPACE
,
1953 TP_ACPI_HKEY_VOLUP_MASK
= 1 << TP_ACPI_HOTKEYSCAN_VOLUMEUP
,
1954 TP_ACPI_HKEY_VOLDWN_MASK
= 1 << TP_ACPI_HOTKEYSCAN_VOLUMEDOWN
,
1955 TP_ACPI_HKEY_MUTE_MASK
= 1 << TP_ACPI_HOTKEYSCAN_MUTE
,
1956 TP_ACPI_HKEY_THINKPAD_MASK
= 1 << TP_ACPI_HOTKEYSCAN_THINKPAD
,
1959 enum { /* NVRAM to ACPI HKEY group map */
1960 TP_NVRAM_HKEY_GROUP_HK2
= TP_ACPI_HKEY_THINKPAD_MASK
|
1961 TP_ACPI_HKEY_ZOOM_MASK
|
1962 TP_ACPI_HKEY_DISPSWTCH_MASK
|
1963 TP_ACPI_HKEY_HIBERNATE_MASK
,
1964 TP_NVRAM_HKEY_GROUP_BRIGHTNESS
= TP_ACPI_HKEY_BRGHTUP_MASK
|
1965 TP_ACPI_HKEY_BRGHTDWN_MASK
,
1966 TP_NVRAM_HKEY_GROUP_VOLUME
= TP_ACPI_HKEY_VOLUP_MASK
|
1967 TP_ACPI_HKEY_VOLDWN_MASK
|
1968 TP_ACPI_HKEY_MUTE_MASK
,
1971 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
1972 struct tp_nvram_state
{
1973 u16 thinkpad_toggle
:1;
1975 u16 display_toggle
:1;
1976 u16 thinklight_toggle
:1;
1977 u16 hibernate_toggle
:1;
1978 u16 displayexp_toggle
:1;
1979 u16 display_state
:1;
1980 u16 brightness_toggle
:1;
1981 u16 volume_toggle
:1;
1984 u8 brightness_level
;
1988 /* kthread for the hotkey poller */
1989 static struct task_struct
*tpacpi_hotkey_task
;
1992 * Acquire mutex to write poller control variables as an
1995 * Increment hotkey_config_change when changing them if you
1996 * want the kthread to forget old state.
1998 * See HOTKEY_CONFIG_CRITICAL_START/HOTKEY_CONFIG_CRITICAL_END
2000 static struct mutex hotkey_thread_data_mutex
;
2001 static unsigned int hotkey_config_change
;
2004 * hotkey poller control variables
2006 * Must be atomic or readers will also need to acquire mutex
2008 * HOTKEY_CONFIG_CRITICAL_START/HOTKEY_CONFIG_CRITICAL_END
2009 * should be used only when the changes need to be taken as
2010 * a block, OR when one needs to force the kthread to forget
2013 static u32 hotkey_source_mask
; /* bit mask 0=ACPI,1=NVRAM */
2014 static unsigned int hotkey_poll_freq
= 10; /* Hz */
2016 #define HOTKEY_CONFIG_CRITICAL_START \
2018 mutex_lock(&hotkey_thread_data_mutex); \
2019 hotkey_config_change++; \
2021 #define HOTKEY_CONFIG_CRITICAL_END \
2022 mutex_unlock(&hotkey_thread_data_mutex);
2024 #else /* CONFIG_THINKPAD_ACPI_HOTKEY_POLL */
2026 #define hotkey_source_mask 0U
2027 #define HOTKEY_CONFIG_CRITICAL_START
2028 #define HOTKEY_CONFIG_CRITICAL_END
2030 #endif /* CONFIG_THINKPAD_ACPI_HOTKEY_POLL */
2032 static struct mutex hotkey_mutex
;
2034 static enum { /* Reasons for waking up */
2035 TP_ACPI_WAKEUP_NONE
= 0, /* None or unknown */
2036 TP_ACPI_WAKEUP_BAYEJ
, /* Bay ejection request */
2037 TP_ACPI_WAKEUP_UNDOCK
, /* Undock request */
2038 } hotkey_wakeup_reason
;
2040 static int hotkey_autosleep_ack
;
2042 static u32 hotkey_orig_mask
; /* events the BIOS had enabled */
2043 static u32 hotkey_all_mask
; /* all events supported in fw */
2044 static u32 hotkey_reserved_mask
; /* events better left disabled */
2045 static u32 hotkey_driver_mask
; /* events needed by the driver */
2046 static u32 hotkey_user_mask
; /* events visible to userspace */
2047 static u32 hotkey_acpi_mask
; /* events enabled in firmware */
2049 static u16
*hotkey_keycode_map
;
2051 static struct attribute_set
*hotkey_dev_attributes
;
2053 static void tpacpi_driver_event(const unsigned int hkey_event
);
2054 static void hotkey_driver_event(const unsigned int scancode
);
2055 static void hotkey_poll_setup(const bool may_warn
);
2057 /* HKEY.MHKG() return bits */
2058 #define TP_HOTKEY_TABLET_MASK (1 << 3)
2060 static int hotkey_get_wlsw(void)
2064 if (!tp_features
.hotkey_wlsw
)
2067 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
2069 return (tpacpi_wlsw_emulstate
) ?
2070 TPACPI_RFK_RADIO_ON
: TPACPI_RFK_RADIO_OFF
;
2073 if (!acpi_evalf(hkey_handle
, &status
, "WLSW", "d"))
2076 return (status
) ? TPACPI_RFK_RADIO_ON
: TPACPI_RFK_RADIO_OFF
;
2079 static int hotkey_get_tablet_mode(int *status
)
2083 if (!acpi_evalf(hkey_handle
, &s
, "MHKG", "d"))
2086 *status
= ((s
& TP_HOTKEY_TABLET_MASK
) != 0);
2091 * Reads current event mask from firmware, and updates
2092 * hotkey_acpi_mask accordingly. Also resets any bits
2093 * from hotkey_user_mask that are unavailable to be
2094 * delivered (shadow requirement of the userspace ABI).
2096 * Call with hotkey_mutex held
2098 static int hotkey_mask_get(void)
2100 if (tp_features
.hotkey_mask
) {
2103 if (!acpi_evalf(hkey_handle
, &m
, "DHKN", "d"))
2106 hotkey_acpi_mask
= m
;
2108 /* no mask support doesn't mean no event support... */
2109 hotkey_acpi_mask
= hotkey_all_mask
;
2112 /* sync userspace-visible mask */
2113 hotkey_user_mask
&= (hotkey_acpi_mask
| hotkey_source_mask
);
2118 static void hotkey_mask_warn_incomplete_mask(void)
2120 /* log only what the user can fix... */
2121 const u32 wantedmask
= hotkey_driver_mask
&
2122 ~(hotkey_acpi_mask
| hotkey_source_mask
) &
2123 (hotkey_all_mask
| TPACPI_HKEY_NVRAM_KNOWN_MASK
);
2126 pr_notice("required events 0x%08x not enabled!\n", wantedmask
);
2130 * Set the firmware mask when supported
2132 * Also calls hotkey_mask_get to update hotkey_acpi_mask.
2134 * NOTE: does not set bits in hotkey_user_mask, but may reset them.
2136 * Call with hotkey_mutex held
2138 static int hotkey_mask_set(u32 mask
)
2143 const u32 fwmask
= mask
& ~hotkey_source_mask
;
2145 if (tp_features
.hotkey_mask
) {
2146 for (i
= 0; i
< 32; i
++) {
2147 if (!acpi_evalf(hkey_handle
,
2148 NULL
, "MHKM", "vdd", i
+ 1,
2149 !!(mask
& (1 << i
)))) {
2157 * We *must* make an inconditional call to hotkey_mask_get to
2158 * refresh hotkey_acpi_mask and update hotkey_user_mask
2160 * Take the opportunity to also log when we cannot _enable_
2163 if (!hotkey_mask_get() && !rc
&& (fwmask
& ~hotkey_acpi_mask
)) {
2164 pr_notice("asked for hotkey mask 0x%08x, but "
2165 "firmware forced it to 0x%08x\n",
2166 fwmask
, hotkey_acpi_mask
);
2169 if (tpacpi_lifecycle
!= TPACPI_LIFE_EXITING
)
2170 hotkey_mask_warn_incomplete_mask();
2176 * Sets hotkey_user_mask and tries to set the firmware mask
2178 * Call with hotkey_mutex held
2180 static int hotkey_user_mask_set(const u32 mask
)
2184 /* Give people a chance to notice they are doing something that
2185 * is bound to go boom on their users sooner or later */
2186 if (!tp_warned
.hotkey_mask_ff
&&
2187 (mask
== 0xffff || mask
== 0xffffff ||
2188 mask
== 0xffffffff)) {
2189 tp_warned
.hotkey_mask_ff
= 1;
2190 pr_notice("setting the hotkey mask to 0x%08x is likely "
2191 "not the best way to go about it\n", mask
);
2192 pr_notice("please consider using the driver defaults, "
2193 "and refer to up-to-date thinkpad-acpi "
2197 /* Try to enable what the user asked for, plus whatever we need.
2198 * this syncs everything but won't enable bits in hotkey_user_mask */
2199 rc
= hotkey_mask_set((mask
| hotkey_driver_mask
) & ~hotkey_source_mask
);
2201 /* Enable the available bits in hotkey_user_mask */
2202 hotkey_user_mask
= mask
& (hotkey_acpi_mask
| hotkey_source_mask
);
2208 * Sets the driver hotkey mask.
2210 * Can be called even if the hotkey subdriver is inactive
2212 static int tpacpi_hotkey_driver_mask_set(const u32 mask
)
2216 /* Do the right thing if hotkey_init has not been called yet */
2217 if (!tp_features
.hotkey
) {
2218 hotkey_driver_mask
= mask
;
2222 mutex_lock(&hotkey_mutex
);
2224 HOTKEY_CONFIG_CRITICAL_START
2225 hotkey_driver_mask
= mask
;
2226 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
2227 hotkey_source_mask
|= (mask
& ~hotkey_all_mask
);
2229 HOTKEY_CONFIG_CRITICAL_END
2231 rc
= hotkey_mask_set((hotkey_acpi_mask
| hotkey_driver_mask
) &
2232 ~hotkey_source_mask
);
2233 hotkey_poll_setup(true);
2235 mutex_unlock(&hotkey_mutex
);
2240 static int hotkey_status_get(int *status
)
2242 if (!acpi_evalf(hkey_handle
, status
, "DHKC", "d"))
2248 static int hotkey_status_set(bool enable
)
2250 if (!acpi_evalf(hkey_handle
, NULL
, "MHKC", "vd", enable
? 1 : 0))
2256 static void tpacpi_input_send_tabletsw(void)
2260 if (tp_features
.hotkey_tablet
&&
2261 !hotkey_get_tablet_mode(&state
)) {
2262 mutex_lock(&tpacpi_inputdev_send_mutex
);
2264 input_report_switch(tpacpi_inputdev
,
2265 SW_TABLET_MODE
, !!state
);
2266 input_sync(tpacpi_inputdev
);
2268 mutex_unlock(&tpacpi_inputdev_send_mutex
);
2272 /* Do NOT call without validating scancode first */
2273 static void tpacpi_input_send_key(const unsigned int scancode
)
2275 const unsigned int keycode
= hotkey_keycode_map
[scancode
];
2277 if (keycode
!= KEY_RESERVED
) {
2278 mutex_lock(&tpacpi_inputdev_send_mutex
);
2280 input_event(tpacpi_inputdev
, EV_MSC
, MSC_SCAN
, scancode
);
2281 input_report_key(tpacpi_inputdev
, keycode
, 1);
2282 input_sync(tpacpi_inputdev
);
2284 input_event(tpacpi_inputdev
, EV_MSC
, MSC_SCAN
, scancode
);
2285 input_report_key(tpacpi_inputdev
, keycode
, 0);
2286 input_sync(tpacpi_inputdev
);
2288 mutex_unlock(&tpacpi_inputdev_send_mutex
);
2292 /* Do NOT call without validating scancode first */
2293 static void tpacpi_input_send_key_masked(const unsigned int scancode
)
2295 hotkey_driver_event(scancode
);
2296 if (hotkey_user_mask
& (1 << scancode
))
2297 tpacpi_input_send_key(scancode
);
2300 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
2301 static struct tp_acpi_drv_struct ibm_hotkey_acpidriver
;
2303 /* Do NOT call without validating scancode first */
2304 static void tpacpi_hotkey_send_key(unsigned int scancode
)
2306 tpacpi_input_send_key_masked(scancode
);
2309 static void hotkey_read_nvram(struct tp_nvram_state
*n
, const u32 m
)
2313 if (m
& TP_NVRAM_HKEY_GROUP_HK2
) {
2314 d
= nvram_read_byte(TP_NVRAM_ADDR_HK2
);
2315 n
->thinkpad_toggle
= !!(d
& TP_NVRAM_MASK_HKT_THINKPAD
);
2316 n
->zoom_toggle
= !!(d
& TP_NVRAM_MASK_HKT_ZOOM
);
2317 n
->display_toggle
= !!(d
& TP_NVRAM_MASK_HKT_DISPLAY
);
2318 n
->hibernate_toggle
= !!(d
& TP_NVRAM_MASK_HKT_HIBERNATE
);
2320 if (m
& TP_ACPI_HKEY_THNKLGHT_MASK
) {
2321 d
= nvram_read_byte(TP_NVRAM_ADDR_THINKLIGHT
);
2322 n
->thinklight_toggle
= !!(d
& TP_NVRAM_MASK_THINKLIGHT
);
2324 if (m
& TP_ACPI_HKEY_DISPXPAND_MASK
) {
2325 d
= nvram_read_byte(TP_NVRAM_ADDR_VIDEO
);
2326 n
->displayexp_toggle
=
2327 !!(d
& TP_NVRAM_MASK_HKT_DISPEXPND
);
2329 if (m
& TP_NVRAM_HKEY_GROUP_BRIGHTNESS
) {
2330 d
= nvram_read_byte(TP_NVRAM_ADDR_BRIGHTNESS
);
2331 n
->brightness_level
= (d
& TP_NVRAM_MASK_LEVEL_BRIGHTNESS
)
2332 >> TP_NVRAM_POS_LEVEL_BRIGHTNESS
;
2333 n
->brightness_toggle
=
2334 !!(d
& TP_NVRAM_MASK_HKT_BRIGHTNESS
);
2336 if (m
& TP_NVRAM_HKEY_GROUP_VOLUME
) {
2337 d
= nvram_read_byte(TP_NVRAM_ADDR_MIXER
);
2338 n
->volume_level
= (d
& TP_NVRAM_MASK_LEVEL_VOLUME
)
2339 >> TP_NVRAM_POS_LEVEL_VOLUME
;
2340 n
->mute
= !!(d
& TP_NVRAM_MASK_MUTE
);
2341 n
->volume_toggle
= !!(d
& TP_NVRAM_MASK_HKT_VOLUME
);
2345 #define TPACPI_COMPARE_KEY(__scancode, __member) \
2347 if ((event_mask & (1 << __scancode)) && \
2348 oldn->__member != newn->__member) \
2349 tpacpi_hotkey_send_key(__scancode); \
2352 #define TPACPI_MAY_SEND_KEY(__scancode) \
2354 if (event_mask & (1 << __scancode)) \
2355 tpacpi_hotkey_send_key(__scancode); \
2358 static void issue_volchange(const unsigned int oldvol
,
2359 const unsigned int newvol
,
2360 const u32 event_mask
)
2362 unsigned int i
= oldvol
;
2364 while (i
> newvol
) {
2365 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEDOWN
);
2368 while (i
< newvol
) {
2369 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEUP
);
2374 static void issue_brightnesschange(const unsigned int oldbrt
,
2375 const unsigned int newbrt
,
2376 const u32 event_mask
)
2378 unsigned int i
= oldbrt
;
2380 while (i
> newbrt
) {
2381 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNEND
);
2384 while (i
< newbrt
) {
2385 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNHOME
);
2390 static void hotkey_compare_and_issue_event(struct tp_nvram_state
*oldn
,
2391 struct tp_nvram_state
*newn
,
2392 const u32 event_mask
)
2395 TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_THINKPAD
, thinkpad_toggle
);
2396 TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_FNSPACE
, zoom_toggle
);
2397 TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_FNF7
, display_toggle
);
2398 TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_FNF12
, hibernate_toggle
);
2400 TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_FNPAGEUP
, thinklight_toggle
);
2402 TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_FNF8
, displayexp_toggle
);
2407 * This code is supposed to duplicate the IBM firmware behaviour:
2408 * - Pressing MUTE issues mute hotkey message, even when already mute
2409 * - Pressing Volume up/down issues volume up/down hotkey messages,
2410 * even when already at maximum or minimum volume
2411 * - The act of unmuting issues volume up/down notification,
2412 * depending which key was used to unmute
2414 * We are constrained to what the NVRAM can tell us, which is not much
2415 * and certainly not enough if more than one volume hotkey was pressed
2416 * since the last poll cycle.
2418 * Just to make our life interesting, some newer Lenovo ThinkPads have
2419 * bugs in the BIOS and may fail to update volume_toggle properly.
2424 oldn
->volume_toggle
!= newn
->volume_toggle
||
2425 oldn
->volume_level
!= newn
->volume_level
) {
2426 /* recently muted, or repeated mute keypress, or
2427 * multiple presses ending in mute */
2428 issue_volchange(oldn
->volume_level
, newn
->volume_level
,
2430 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_MUTE
);
2435 /* recently unmuted, issue 'unmute' keypress */
2436 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEUP
);
2438 if (oldn
->volume_level
!= newn
->volume_level
) {
2439 issue_volchange(oldn
->volume_level
, newn
->volume_level
,
2441 } else if (oldn
->volume_toggle
!= newn
->volume_toggle
) {
2442 /* repeated vol up/down keypress at end of scale ? */
2443 if (newn
->volume_level
== 0)
2444 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEDOWN
);
2445 else if (newn
->volume_level
>= TP_NVRAM_LEVEL_VOLUME_MAX
)
2446 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEUP
);
2450 /* handle brightness */
2451 if (oldn
->brightness_level
!= newn
->brightness_level
) {
2452 issue_brightnesschange(oldn
->brightness_level
,
2453 newn
->brightness_level
, event_mask
);
2454 } else if (oldn
->brightness_toggle
!= newn
->brightness_toggle
) {
2455 /* repeated key presses that didn't change state */
2456 if (newn
->brightness_level
== 0)
2457 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNEND
);
2458 else if (newn
->brightness_level
>= bright_maxlvl
2459 && !tp_features
.bright_unkfw
)
2460 TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNHOME
);
2463 #undef TPACPI_COMPARE_KEY
2464 #undef TPACPI_MAY_SEND_KEY
2470 * We track all events in hotkey_source_mask all the time, since
2471 * most of them are edge-based. We only issue those requested by
2472 * hotkey_user_mask or hotkey_driver_mask, though.
2474 static int hotkey_kthread(void *data
)
2476 struct tp_nvram_state s
[2];
2477 u32 poll_mask
, event_mask
;
2478 unsigned int si
, so
;
2480 unsigned int change_detector
;
2481 unsigned int poll_freq
;
2484 if (tpacpi_lifecycle
== TPACPI_LIFE_EXITING
)
2493 /* Initial state for compares */
2494 mutex_lock(&hotkey_thread_data_mutex
);
2495 change_detector
= hotkey_config_change
;
2496 poll_mask
= hotkey_source_mask
;
2497 event_mask
= hotkey_source_mask
&
2498 (hotkey_driver_mask
| hotkey_user_mask
);
2499 poll_freq
= hotkey_poll_freq
;
2500 mutex_unlock(&hotkey_thread_data_mutex
);
2501 hotkey_read_nvram(&s
[so
], poll_mask
);
2503 while (!kthread_should_stop()) {
2505 if (likely(poll_freq
))
2508 t
= 100; /* should never happen... */
2510 t
= msleep_interruptible(t
);
2511 if (unlikely(kthread_freezable_should_stop(&was_frozen
)))
2514 if (t
> 0 && !was_frozen
)
2517 mutex_lock(&hotkey_thread_data_mutex
);
2518 if (was_frozen
|| hotkey_config_change
!= change_detector
) {
2519 /* forget old state on thaw or config change */
2522 change_detector
= hotkey_config_change
;
2524 poll_mask
= hotkey_source_mask
;
2525 event_mask
= hotkey_source_mask
&
2526 (hotkey_driver_mask
| hotkey_user_mask
);
2527 poll_freq
= hotkey_poll_freq
;
2528 mutex_unlock(&hotkey_thread_data_mutex
);
2530 if (likely(poll_mask
)) {
2531 hotkey_read_nvram(&s
[si
], poll_mask
);
2532 if (likely(si
!= so
)) {
2533 hotkey_compare_and_issue_event(&s
[so
], &s
[si
],
2546 /* call with hotkey_mutex held */
2547 static void hotkey_poll_stop_sync(void)
2549 if (tpacpi_hotkey_task
) {
2550 kthread_stop(tpacpi_hotkey_task
);
2551 tpacpi_hotkey_task
= NULL
;
2555 /* call with hotkey_mutex held */
2556 static void hotkey_poll_setup(const bool may_warn
)
2558 const u32 poll_driver_mask
= hotkey_driver_mask
& hotkey_source_mask
;
2559 const u32 poll_user_mask
= hotkey_user_mask
& hotkey_source_mask
;
2561 if (hotkey_poll_freq
> 0 &&
2562 (poll_driver_mask
||
2563 (poll_user_mask
&& tpacpi_inputdev
->users
> 0))) {
2564 if (!tpacpi_hotkey_task
) {
2565 tpacpi_hotkey_task
= kthread_run(hotkey_kthread
,
2566 NULL
, TPACPI_NVRAM_KTHREAD_NAME
);
2567 if (IS_ERR(tpacpi_hotkey_task
)) {
2568 tpacpi_hotkey_task
= NULL
;
2569 pr_err("could not create kernel thread "
2570 "for hotkey polling\n");
2574 hotkey_poll_stop_sync();
2575 if (may_warn
&& (poll_driver_mask
|| poll_user_mask
) &&
2576 hotkey_poll_freq
== 0) {
2577 pr_notice("hot keys 0x%08x and/or events 0x%08x "
2578 "require polling, which is currently "
2580 poll_user_mask
, poll_driver_mask
);
2585 static void hotkey_poll_setup_safe(const bool may_warn
)
2587 mutex_lock(&hotkey_mutex
);
2588 hotkey_poll_setup(may_warn
);
2589 mutex_unlock(&hotkey_mutex
);
2592 /* call with hotkey_mutex held */
2593 static void hotkey_poll_set_freq(unsigned int freq
)
2596 hotkey_poll_stop_sync();
2598 hotkey_poll_freq
= freq
;
2601 #else /* CONFIG_THINKPAD_ACPI_HOTKEY_POLL */
2603 static void hotkey_poll_setup(const bool __unused
)
2607 static void hotkey_poll_setup_safe(const bool __unused
)
2611 #endif /* CONFIG_THINKPAD_ACPI_HOTKEY_POLL */
2613 static int hotkey_inputdev_open(struct input_dev
*dev
)
2615 switch (tpacpi_lifecycle
) {
2616 case TPACPI_LIFE_INIT
:
2617 case TPACPI_LIFE_RUNNING
:
2618 hotkey_poll_setup_safe(false);
2620 case TPACPI_LIFE_EXITING
:
2624 /* Should only happen if tpacpi_lifecycle is corrupt */
2629 static void hotkey_inputdev_close(struct input_dev
*dev
)
2631 /* disable hotkey polling when possible */
2632 if (tpacpi_lifecycle
!= TPACPI_LIFE_EXITING
&&
2633 !(hotkey_source_mask
& hotkey_driver_mask
))
2634 hotkey_poll_setup_safe(false);
2637 /* sysfs hotkey enable ------------------------------------------------- */
2638 static ssize_t
hotkey_enable_show(struct device
*dev
,
2639 struct device_attribute
*attr
,
2644 printk_deprecated_attribute("hotkey_enable",
2645 "Hotkey reporting is always enabled");
2647 res
= hotkey_status_get(&status
);
2651 return snprintf(buf
, PAGE_SIZE
, "%d\n", status
);
2654 static ssize_t
hotkey_enable_store(struct device
*dev
,
2655 struct device_attribute
*attr
,
2656 const char *buf
, size_t count
)
2660 printk_deprecated_attribute("hotkey_enable",
2661 "Hotkeys can be disabled through hotkey_mask");
2663 if (parse_strtoul(buf
, 1, &t
))
2672 static DEVICE_ATTR_RW(hotkey_enable
);
2674 /* sysfs hotkey mask --------------------------------------------------- */
2675 static ssize_t
hotkey_mask_show(struct device
*dev
,
2676 struct device_attribute
*attr
,
2679 return snprintf(buf
, PAGE_SIZE
, "0x%08x\n", hotkey_user_mask
);
2682 static ssize_t
hotkey_mask_store(struct device
*dev
,
2683 struct device_attribute
*attr
,
2684 const char *buf
, size_t count
)
2689 if (parse_strtoul(buf
, 0xffffffffUL
, &t
))
2692 if (mutex_lock_killable(&hotkey_mutex
))
2693 return -ERESTARTSYS
;
2695 res
= hotkey_user_mask_set(t
);
2697 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
2698 hotkey_poll_setup(true);
2701 mutex_unlock(&hotkey_mutex
);
2703 tpacpi_disclose_usertask("hotkey_mask", "set to 0x%08lx\n", t
);
2705 return (res
) ? res
: count
;
2708 static DEVICE_ATTR_RW(hotkey_mask
);
2710 /* sysfs hotkey bios_enabled ------------------------------------------- */
2711 static ssize_t
hotkey_bios_enabled_show(struct device
*dev
,
2712 struct device_attribute
*attr
,
2715 return sprintf(buf
, "0\n");
2718 static DEVICE_ATTR_RO(hotkey_bios_enabled
);
2720 /* sysfs hotkey bios_mask ---------------------------------------------- */
2721 static ssize_t
hotkey_bios_mask_show(struct device
*dev
,
2722 struct device_attribute
*attr
,
2725 printk_deprecated_attribute("hotkey_bios_mask",
2726 "This attribute is useless.");
2727 return snprintf(buf
, PAGE_SIZE
, "0x%08x\n", hotkey_orig_mask
);
2730 static DEVICE_ATTR_RO(hotkey_bios_mask
);
2732 /* sysfs hotkey all_mask ----------------------------------------------- */
2733 static ssize_t
hotkey_all_mask_show(struct device
*dev
,
2734 struct device_attribute
*attr
,
2737 return snprintf(buf
, PAGE_SIZE
, "0x%08x\n",
2738 hotkey_all_mask
| hotkey_source_mask
);
2741 static DEVICE_ATTR_RO(hotkey_all_mask
);
2743 /* sysfs hotkey recommended_mask --------------------------------------- */
2744 static ssize_t
hotkey_recommended_mask_show(struct device
*dev
,
2745 struct device_attribute
*attr
,
2748 return snprintf(buf
, PAGE_SIZE
, "0x%08x\n",
2749 (hotkey_all_mask
| hotkey_source_mask
)
2750 & ~hotkey_reserved_mask
);
2753 static DEVICE_ATTR_RO(hotkey_recommended_mask
);
2755 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
2757 /* sysfs hotkey hotkey_source_mask ------------------------------------- */
2758 static ssize_t
hotkey_source_mask_show(struct device
*dev
,
2759 struct device_attribute
*attr
,
2762 return snprintf(buf
, PAGE_SIZE
, "0x%08x\n", hotkey_source_mask
);
2765 static ssize_t
hotkey_source_mask_store(struct device
*dev
,
2766 struct device_attribute
*attr
,
2767 const char *buf
, size_t count
)
2773 if (parse_strtoul(buf
, 0xffffffffUL
, &t
) ||
2774 ((t
& ~TPACPI_HKEY_NVRAM_KNOWN_MASK
) != 0))
2777 if (mutex_lock_killable(&hotkey_mutex
))
2778 return -ERESTARTSYS
;
2780 HOTKEY_CONFIG_CRITICAL_START
2781 hotkey_source_mask
= t
;
2782 HOTKEY_CONFIG_CRITICAL_END
2784 rc
= hotkey_mask_set((hotkey_user_mask
| hotkey_driver_mask
) &
2785 ~hotkey_source_mask
);
2786 hotkey_poll_setup(true);
2788 /* check if events needed by the driver got disabled */
2789 r_ev
= hotkey_driver_mask
& ~(hotkey_acpi_mask
& hotkey_all_mask
)
2790 & ~hotkey_source_mask
& TPACPI_HKEY_NVRAM_KNOWN_MASK
;
2792 mutex_unlock(&hotkey_mutex
);
2795 pr_err("hotkey_source_mask: "
2796 "failed to update the firmware event mask!\n");
2799 pr_notice("hotkey_source_mask: "
2800 "some important events were disabled: 0x%04x\n",
2803 tpacpi_disclose_usertask("hotkey_source_mask", "set to 0x%08lx\n", t
);
2805 return (rc
< 0) ? rc
: count
;
2808 static DEVICE_ATTR_RW(hotkey_source_mask
);
2810 /* sysfs hotkey hotkey_poll_freq --------------------------------------- */
2811 static ssize_t
hotkey_poll_freq_show(struct device
*dev
,
2812 struct device_attribute
*attr
,
2815 return snprintf(buf
, PAGE_SIZE
, "%d\n", hotkey_poll_freq
);
2818 static ssize_t
hotkey_poll_freq_store(struct device
*dev
,
2819 struct device_attribute
*attr
,
2820 const char *buf
, size_t count
)
2824 if (parse_strtoul(buf
, 25, &t
))
2827 if (mutex_lock_killable(&hotkey_mutex
))
2828 return -ERESTARTSYS
;
2830 hotkey_poll_set_freq(t
);
2831 hotkey_poll_setup(true);
2833 mutex_unlock(&hotkey_mutex
);
2835 tpacpi_disclose_usertask("hotkey_poll_freq", "set to %lu\n", t
);
2840 static DEVICE_ATTR_RW(hotkey_poll_freq
);
2842 #endif /* CONFIG_THINKPAD_ACPI_HOTKEY_POLL */
2844 /* sysfs hotkey radio_sw (pollable) ------------------------------------ */
2845 static ssize_t
hotkey_radio_sw_show(struct device
*dev
,
2846 struct device_attribute
*attr
,
2850 res
= hotkey_get_wlsw();
2854 /* Opportunistic update */
2855 tpacpi_rfk_update_hwblock_state((res
== TPACPI_RFK_RADIO_OFF
));
2857 return snprintf(buf
, PAGE_SIZE
, "%d\n",
2858 (res
== TPACPI_RFK_RADIO_OFF
) ? 0 : 1);
2861 static DEVICE_ATTR_RO(hotkey_radio_sw
);
2863 static void hotkey_radio_sw_notify_change(void)
2865 if (tp_features
.hotkey_wlsw
)
2866 sysfs_notify(&tpacpi_pdev
->dev
.kobj
, NULL
,
2870 /* sysfs hotkey tablet mode (pollable) --------------------------------- */
2871 static ssize_t
hotkey_tablet_mode_show(struct device
*dev
,
2872 struct device_attribute
*attr
,
2876 res
= hotkey_get_tablet_mode(&s
);
2880 return snprintf(buf
, PAGE_SIZE
, "%d\n", !!s
);
2883 static DEVICE_ATTR_RO(hotkey_tablet_mode
);
2885 static void hotkey_tablet_mode_notify_change(void)
2887 if (tp_features
.hotkey_tablet
)
2888 sysfs_notify(&tpacpi_pdev
->dev
.kobj
, NULL
,
2889 "hotkey_tablet_mode");
2892 /* sysfs wakeup reason (pollable) -------------------------------------- */
2893 static ssize_t
hotkey_wakeup_reason_show(struct device
*dev
,
2894 struct device_attribute
*attr
,
2897 return snprintf(buf
, PAGE_SIZE
, "%d\n", hotkey_wakeup_reason
);
2900 static DEVICE_ATTR(wakeup_reason
, S_IRUGO
, hotkey_wakeup_reason_show
, NULL
);
2902 static void hotkey_wakeup_reason_notify_change(void)
2904 sysfs_notify(&tpacpi_pdev
->dev
.kobj
, NULL
,
2908 /* sysfs wakeup hotunplug_complete (pollable) -------------------------- */
2909 static ssize_t
hotkey_wakeup_hotunplug_complete_show(struct device
*dev
,
2910 struct device_attribute
*attr
,
2913 return snprintf(buf
, PAGE_SIZE
, "%d\n", hotkey_autosleep_ack
);
2916 static DEVICE_ATTR(wakeup_hotunplug_complete
, S_IRUGO
,
2917 hotkey_wakeup_hotunplug_complete_show
, NULL
);
2919 static void hotkey_wakeup_hotunplug_complete_notify_change(void)
2921 sysfs_notify(&tpacpi_pdev
->dev
.kobj
, NULL
,
2922 "wakeup_hotunplug_complete");
2925 /* sysfs adaptive kbd mode --------------------------------------------- */
2927 static int adaptive_keyboard_get_mode(void);
2928 static int adaptive_keyboard_set_mode(int new_mode
);
2930 enum ADAPTIVE_KEY_MODE
{
2933 WEB_CONFERENCE_MODE
,
2938 static ssize_t
adaptive_kbd_mode_show(struct device
*dev
,
2939 struct device_attribute
*attr
,
2944 current_mode
= adaptive_keyboard_get_mode();
2945 if (current_mode
< 0)
2946 return current_mode
;
2948 return snprintf(buf
, PAGE_SIZE
, "%d\n", current_mode
);
2951 static ssize_t
adaptive_kbd_mode_store(struct device
*dev
,
2952 struct device_attribute
*attr
,
2953 const char *buf
, size_t count
)
2958 if (parse_strtoul(buf
, LAYFLAT_MODE
, &t
))
2961 res
= adaptive_keyboard_set_mode(t
);
2962 return (res
< 0) ? res
: count
;
2965 static DEVICE_ATTR_RW(adaptive_kbd_mode
);
2967 static struct attribute
*adaptive_kbd_attributes
[] = {
2968 &dev_attr_adaptive_kbd_mode
.attr
,
2972 static const struct attribute_group adaptive_kbd_attr_group
= {
2973 .attrs
= adaptive_kbd_attributes
,
2976 /* --------------------------------------------------------------------- */
2978 static struct attribute
*hotkey_attributes
[] __initdata
= {
2979 &dev_attr_hotkey_enable
.attr
,
2980 &dev_attr_hotkey_bios_enabled
.attr
,
2981 &dev_attr_hotkey_bios_mask
.attr
,
2982 &dev_attr_wakeup_reason
.attr
,
2983 &dev_attr_wakeup_hotunplug_complete
.attr
,
2984 &dev_attr_hotkey_mask
.attr
,
2985 &dev_attr_hotkey_all_mask
.attr
,
2986 &dev_attr_hotkey_recommended_mask
.attr
,
2987 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
2988 &dev_attr_hotkey_source_mask
.attr
,
2989 &dev_attr_hotkey_poll_freq
.attr
,
2994 * Sync both the hw and sw blocking state of all switches
2996 static void tpacpi_send_radiosw_update(void)
3001 * We must sync all rfkill controllers *before* issuing any
3002 * rfkill input events, or we will race the rfkill core input
3005 * tpacpi_inputdev_send_mutex works as a synchronization point
3008 * We optimize to avoid numerous calls to hotkey_get_wlsw.
3011 wlsw
= hotkey_get_wlsw();
3013 /* Sync hw blocking state first if it is hw-blocked */
3014 if (wlsw
== TPACPI_RFK_RADIO_OFF
)
3015 tpacpi_rfk_update_hwblock_state(true);
3017 /* Sync sw blocking state */
3018 tpacpi_rfk_update_swstate_all();
3020 /* Sync hw blocking state last if it is hw-unblocked */
3021 if (wlsw
== TPACPI_RFK_RADIO_ON
)
3022 tpacpi_rfk_update_hwblock_state(false);
3024 /* Issue rfkill input event for WLSW switch */
3026 mutex_lock(&tpacpi_inputdev_send_mutex
);
3028 input_report_switch(tpacpi_inputdev
,
3029 SW_RFKILL_ALL
, (wlsw
> 0));
3030 input_sync(tpacpi_inputdev
);
3032 mutex_unlock(&tpacpi_inputdev_send_mutex
);
3036 * this can be unconditional, as we will poll state again
3037 * if userspace uses the notify to read data
3039 hotkey_radio_sw_notify_change();
3042 static void hotkey_exit(void)
3044 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
3045 mutex_lock(&hotkey_mutex
);
3046 hotkey_poll_stop_sync();
3047 mutex_unlock(&hotkey_mutex
);
3050 if (hotkey_dev_attributes
)
3051 delete_attr_set(hotkey_dev_attributes
, &tpacpi_pdev
->dev
.kobj
);
3053 dbg_printk(TPACPI_DBG_EXIT
| TPACPI_DBG_HKEY
,
3054 "restoring original HKEY status and mask\n");
3055 /* yes, there is a bitwise or below, we want the
3056 * functions to be called even if one of them fail */
3057 if (((tp_features
.hotkey_mask
&&
3058 hotkey_mask_set(hotkey_orig_mask
)) |
3059 hotkey_status_set(false)) != 0)
3060 pr_err("failed to restore hot key mask "
3061 "to BIOS defaults\n");
3064 static void __init
hotkey_unmap(const unsigned int scancode
)
3066 if (hotkey_keycode_map
[scancode
] != KEY_RESERVED
) {
3067 clear_bit(hotkey_keycode_map
[scancode
],
3068 tpacpi_inputdev
->keybit
);
3069 hotkey_keycode_map
[scancode
] = KEY_RESERVED
;
3075 * TPACPI_HK_Q_INIMASK: Supports FN+F3,FN+F4,FN+F12
3078 #define TPACPI_HK_Q_INIMASK 0x0001
3080 static const struct tpacpi_quirk tpacpi_hotkey_qtable
[] __initconst
= {
3081 TPACPI_Q_IBM('I', 'H', TPACPI_HK_Q_INIMASK
), /* 600E */
3082 TPACPI_Q_IBM('I', 'N', TPACPI_HK_Q_INIMASK
), /* 600E */
3083 TPACPI_Q_IBM('I', 'D', TPACPI_HK_Q_INIMASK
), /* 770, 770E, 770ED */
3084 TPACPI_Q_IBM('I', 'W', TPACPI_HK_Q_INIMASK
), /* A20m */
3085 TPACPI_Q_IBM('I', 'V', TPACPI_HK_Q_INIMASK
), /* A20p */
3086 TPACPI_Q_IBM('1', '0', TPACPI_HK_Q_INIMASK
), /* A21e, A22e */
3087 TPACPI_Q_IBM('K', 'U', TPACPI_HK_Q_INIMASK
), /* A21e */
3088 TPACPI_Q_IBM('K', 'X', TPACPI_HK_Q_INIMASK
), /* A21m, A22m */
3089 TPACPI_Q_IBM('K', 'Y', TPACPI_HK_Q_INIMASK
), /* A21p, A22p */
3090 TPACPI_Q_IBM('1', 'B', TPACPI_HK_Q_INIMASK
), /* A22e */
3091 TPACPI_Q_IBM('1', '3', TPACPI_HK_Q_INIMASK
), /* A22m */
3092 TPACPI_Q_IBM('1', 'E', TPACPI_HK_Q_INIMASK
), /* A30/p (0) */
3093 TPACPI_Q_IBM('1', 'C', TPACPI_HK_Q_INIMASK
), /* R30 */
3094 TPACPI_Q_IBM('1', 'F', TPACPI_HK_Q_INIMASK
), /* R31 */
3095 TPACPI_Q_IBM('I', 'Y', TPACPI_HK_Q_INIMASK
), /* T20 */
3096 TPACPI_Q_IBM('K', 'Z', TPACPI_HK_Q_INIMASK
), /* T21 */
3097 TPACPI_Q_IBM('1', '6', TPACPI_HK_Q_INIMASK
), /* T22 */
3098 TPACPI_Q_IBM('I', 'Z', TPACPI_HK_Q_INIMASK
), /* X20, X21 */
3099 TPACPI_Q_IBM('1', 'D', TPACPI_HK_Q_INIMASK
), /* X22, X23, X24 */
3102 typedef u16 tpacpi_keymap_entry_t
;
3103 typedef tpacpi_keymap_entry_t tpacpi_keymap_t
[TPACPI_HOTKEY_MAP_LEN
];
3105 static int __init
hotkey_init(struct ibm_init_struct
*iibm
)
3107 /* Requirements for changing the default keymaps:
3109 * 1. Many of the keys are mapped to KEY_RESERVED for very
3110 * good reasons. Do not change them unless you have deep
3111 * knowledge on the IBM and Lenovo ThinkPad firmware for
3112 * the various ThinkPad models. The driver behaves
3113 * differently for KEY_RESERVED: such keys have their
3114 * hot key mask *unset* in mask_recommended, and also
3115 * in the initial hot key mask programmed into the
3116 * firmware at driver load time, which means the firm-
3117 * ware may react very differently if you change them to
3120 * 2. You must be subscribed to the linux-thinkpad and
3121 * ibm-acpi-devel mailing lists, and you should read the
3122 * list archives since 2007 if you want to change the
3123 * keymaps. This requirement exists so that you will
3124 * know the past history of problems with the thinkpad-
3125 * acpi driver keymaps, and also that you will be
3126 * listening to any bug reports;
3128 * 3. Do not send thinkpad-acpi specific patches directly to
3129 * for merging, *ever*. Send them to the linux-acpi
3130 * mailinglist for comments. Merging is to be done only
3131 * through acpi-test and the ACPI maintainer.
3133 * If the above is too much to ask, don't change the keymap.
3134 * Ask the thinkpad-acpi maintainer to do it, instead.
3138 TPACPI_KEYMAP_IBM_GENERIC
= 0,
3139 TPACPI_KEYMAP_LENOVO_GENERIC
,
3142 static const tpacpi_keymap_t tpacpi_keymaps
[] __initconst
= {
3143 /* Generic keymap for IBM ThinkPads */
3144 [TPACPI_KEYMAP_IBM_GENERIC
] = {
3145 /* Scan Codes 0x00 to 0x0B: ACPI HKEY FN+F1..F12 */
3146 KEY_FN_F1
, KEY_BATTERY
, KEY_COFFEE
, KEY_SLEEP
,
3147 KEY_WLAN
, KEY_FN_F6
, KEY_SWITCHVIDEOMODE
, KEY_FN_F8
,
3148 KEY_FN_F9
, KEY_FN_F10
, KEY_FN_F11
, KEY_SUSPEND
,
3150 /* Scan codes 0x0C to 0x1F: Other ACPI HKEY hot keys */
3151 KEY_UNKNOWN
, /* 0x0C: FN+BACKSPACE */
3152 KEY_UNKNOWN
, /* 0x0D: FN+INSERT */
3153 KEY_UNKNOWN
, /* 0x0E: FN+DELETE */
3155 /* brightness: firmware always reacts to them */
3156 KEY_RESERVED
, /* 0x0F: FN+HOME (brightness up) */
3157 KEY_RESERVED
, /* 0x10: FN+END (brightness down) */
3159 /* Thinklight: firmware always react to it */
3160 KEY_RESERVED
, /* 0x11: FN+PGUP (thinklight toggle) */
3162 KEY_UNKNOWN
, /* 0x12: FN+PGDOWN */
3163 KEY_ZOOM
, /* 0x13: FN+SPACE (zoom) */
3165 /* Volume: firmware always react to it and reprograms
3166 * the built-in *extra* mixer. Never map it to control
3167 * another mixer by default. */
3168 KEY_RESERVED
, /* 0x14: VOLUME UP */
3169 KEY_RESERVED
, /* 0x15: VOLUME DOWN */
3170 KEY_RESERVED
, /* 0x16: MUTE */
3172 KEY_VENDOR
, /* 0x17: Thinkpad/AccessIBM/Lenovo */
3174 /* (assignments unknown, please report if found) */
3175 KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
,
3176 KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
,
3178 /* No assignments, only used for Adaptive keyboards. */
3179 KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
,
3180 KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
,
3181 KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
,
3182 KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
,
3183 KEY_UNKNOWN
, KEY_UNKNOWN
, KEY_UNKNOWN
,
3186 /* Generic keymap for Lenovo ThinkPads */
3187 [TPACPI_KEYMAP_LENOVO_GENERIC
] = {
3188 /* Scan Codes 0x00 to 0x0B: ACPI HKEY FN+F1..F12 */
3189 KEY_FN_F1
, KEY_COFFEE
, KEY_BATTERY
, KEY_SLEEP
,
3190 KEY_WLAN
, KEY_CAMERA
, KEY_SWITCHVIDEOMODE
, KEY_FN_F8
,
3191 KEY_FN_F9
, KEY_FN_F10
, KEY_FN_F11
, KEY_SUSPEND
,
3193 /* Scan codes 0x0C to 0x1F: Other ACPI HKEY hot keys */
3194 KEY_UNKNOWN
, /* 0x0C: FN+BACKSPACE */
3195 KEY_UNKNOWN
, /* 0x0D: FN+INSERT */
3196 KEY_UNKNOWN
, /* 0x0E: FN+DELETE */
3198 /* These should be enabled --only-- when ACPI video
3199 * is disabled (i.e. in "vendor" mode), and are handled
3200 * in a special way by the init code */
3201 KEY_BRIGHTNESSUP
, /* 0x0F: FN+HOME (brightness up) */
3202 KEY_BRIGHTNESSDOWN
, /* 0x10: FN+END (brightness down) */
3204 KEY_RESERVED
, /* 0x11: FN+PGUP (thinklight toggle) */
3206 KEY_UNKNOWN
, /* 0x12: FN+PGDOWN */
3207 KEY_ZOOM
, /* 0x13: FN+SPACE (zoom) */
3209 /* Volume: z60/z61, T60 (BIOS version?): firmware always
3210 * react to it and reprograms the built-in *extra* mixer.
3211 * Never map it to control another mixer by default.
3213 * T60?, T61, R60?, R61: firmware and EC tries to send
3214 * these over the regular keyboard, so these are no-ops,
3215 * but there are still weird bugs re. MUTE, so do not
3216 * change unless you get test reports from all Lenovo
3217 * models. May cause the BIOS to interfere with the
3220 KEY_RESERVED
, /* 0x14: VOLUME UP */
3221 KEY_RESERVED
, /* 0x15: VOLUME DOWN */
3222 KEY_RESERVED
, /* 0x16: MUTE */
3224 KEY_VENDOR
, /* 0x17: Thinkpad/AccessIBM/Lenovo */
3226 /* (assignments unknown, please report if found) */
3227 KEY_UNKNOWN
, KEY_UNKNOWN
,
3230 * The mic mute button only sends 0x1a. It does not
3231 * automatically mute the mic or change the mute light.
3233 KEY_MICMUTE
, /* 0x1a: Mic mute (since ?400 or so) */
3235 /* (assignments unknown, please report if found) */
3238 /* Extra keys in use since the X240 / T440 / T540 */
3239 KEY_CONFIG
, KEY_SEARCH
, KEY_SCALE
, KEY_FILE
,
3242 * These are the adaptive keyboard keycodes for Carbon X1 2014.
3243 * The first item in this list is the Mute button which is
3244 * emitted with 0x103 through
3245 * adaptive_keyboard_hotkey_notify_hotkey() when the sound
3247 * We'll need to offset those by 0x20.
3249 KEY_RESERVED
, /* Mute held, 0x103 */
3250 KEY_BRIGHTNESS_MIN
, /* Backlight off */
3251 KEY_RESERVED
, /* Clipping tool */
3252 KEY_RESERVED
, /* Cloud */
3254 KEY_VOICECOMMAND
, /* Voice */
3256 KEY_RESERVED
, /* Gestures */
3260 KEY_CONFIG
, /* Settings */
3261 KEY_RESERVED
, /* New tab */
3262 KEY_REFRESH
, /* Reload */
3263 KEY_BACK
, /* Back */
3264 KEY_RESERVED
, /* Microphone down */
3265 KEY_RESERVED
, /* Microphone up */
3266 KEY_RESERVED
, /* Microphone cancellation */
3267 KEY_RESERVED
, /* Camera mode */
3268 KEY_RESERVED
, /* Rotate display, 0x116 */
3272 static const struct tpacpi_quirk tpacpi_keymap_qtable
[] __initconst
= {
3273 /* Generic maps (fallback) */
3275 .vendor
= PCI_VENDOR_ID_IBM
,
3276 .bios
= TPACPI_MATCH_ANY
, .ec
= TPACPI_MATCH_ANY
,
3277 .quirks
= TPACPI_KEYMAP_IBM_GENERIC
,
3280 .vendor
= PCI_VENDOR_ID_LENOVO
,
3281 .bios
= TPACPI_MATCH_ANY
, .ec
= TPACPI_MATCH_ANY
,
3282 .quirks
= TPACPI_KEYMAP_LENOVO_GENERIC
,
3286 #define TPACPI_HOTKEY_MAP_SIZE sizeof(tpacpi_keymap_t)
3287 #define TPACPI_HOTKEY_MAP_TYPESIZE sizeof(tpacpi_keymap_entry_t)
3292 bool radiosw_state
= false;
3293 bool tabletsw_state
= false;
3295 unsigned long quirks
;
3296 unsigned long keymap_id
;
3298 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_HKEY
,
3299 "initializing hotkey subdriver\n");
3301 BUG_ON(!tpacpi_inputdev
);
3302 BUG_ON(tpacpi_inputdev
->open
!= NULL
||
3303 tpacpi_inputdev
->close
!= NULL
);
3305 TPACPI_ACPIHANDLE_INIT(hkey
);
3306 mutex_init(&hotkey_mutex
);
3308 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
3309 mutex_init(&hotkey_thread_data_mutex
);
3312 /* hotkey not supported on 570 */
3313 tp_features
.hotkey
= hkey_handle
!= NULL
;
3315 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_HKEY
,
3317 str_supported(tp_features
.hotkey
));
3319 if (!tp_features
.hotkey
)
3323 * Check if we have an adaptive keyboard, like on the
3324 * Lenovo Carbon X1 2014 (2nd Gen).
3326 if (acpi_evalf(hkey_handle
, &hkeyv
, "MHKV", "qd")) {
3327 if ((hkeyv
>> 8) == 2) {
3328 tp_features
.has_adaptive_kbd
= true;
3329 res
= sysfs_create_group(&tpacpi_pdev
->dev
.kobj
,
3330 &adaptive_kbd_attr_group
);
3336 quirks
= tpacpi_check_quirks(tpacpi_hotkey_qtable
,
3337 ARRAY_SIZE(tpacpi_hotkey_qtable
));
3339 tpacpi_disable_brightness_delay();
3341 /* MUST have enough space for all attributes to be added to
3342 * hotkey_dev_attributes */
3343 hotkey_dev_attributes
= create_attr_set(
3344 ARRAY_SIZE(hotkey_attributes
) + 2,
3346 if (!hotkey_dev_attributes
)
3348 res
= add_many_to_attr_set(hotkey_dev_attributes
,
3350 ARRAY_SIZE(hotkey_attributes
));
3354 /* mask not supported on 600e/x, 770e, 770x, A21e, A2xm/p,
3355 A30, R30, R31, T20-22, X20-21, X22-24. Detected by checking
3356 for HKEY interface version 0x100 */
3357 if (acpi_evalf(hkey_handle
, &hkeyv
, "MHKV", "qd")) {
3358 if ((hkeyv
>> 8) != 1) {
3359 pr_err("unknown version of the HKEY interface: 0x%x\n",
3361 pr_err("please report this to %s\n", TPACPI_MAIL
);
3364 * MHKV 0x100 in A31, R40, R40e,
3365 * T4x, X31, and later
3367 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_HKEY
,
3368 "firmware HKEY interface version: 0x%x\n",
3371 /* Paranoia check AND init hotkey_all_mask */
3372 if (!acpi_evalf(hkey_handle
, &hotkey_all_mask
,
3374 pr_err("missing MHKA handler, "
3375 "please report this to %s\n",
3377 /* Fallback: pre-init for FN+F3,F4,F12 */
3378 hotkey_all_mask
= 0x080cU
;
3380 tp_features
.hotkey_mask
= 1;
3385 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_HKEY
,
3386 "hotkey masks are %s\n",
3387 str_supported(tp_features
.hotkey_mask
));
3389 /* Init hotkey_all_mask if not initialized yet */
3390 if (!tp_features
.hotkey_mask
&& !hotkey_all_mask
&&
3391 (quirks
& TPACPI_HK_Q_INIMASK
))
3392 hotkey_all_mask
= 0x080cU
; /* FN+F12, FN+F4, FN+F3 */
3394 /* Init hotkey_acpi_mask and hotkey_orig_mask */
3395 if (tp_features
.hotkey_mask
) {
3396 /* hotkey_source_mask *must* be zero for
3397 * the first hotkey_mask_get to return hotkey_orig_mask */
3398 res
= hotkey_mask_get();
3402 hotkey_orig_mask
= hotkey_acpi_mask
;
3404 hotkey_orig_mask
= hotkey_all_mask
;
3405 hotkey_acpi_mask
= hotkey_all_mask
;
3408 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
3410 tp_features
.hotkey_wlsw
= 1;
3411 radiosw_state
= !!tpacpi_wlsw_emulstate
;
3412 pr_info("radio switch emulation enabled\n");
3415 /* Not all thinkpads have a hardware radio switch */
3416 if (acpi_evalf(hkey_handle
, &status
, "WLSW", "qd")) {
3417 tp_features
.hotkey_wlsw
= 1;
3418 radiosw_state
= !!status
;
3419 pr_info("radio switch found; radios are %s\n",
3420 enabled(status
, 0));
3422 if (tp_features
.hotkey_wlsw
)
3423 res
= add_to_attr_set(hotkey_dev_attributes
,
3424 &dev_attr_hotkey_radio_sw
.attr
);
3426 /* For X41t, X60t, X61t Tablets... */
3427 if (!res
&& acpi_evalf(hkey_handle
, &status
, "MHKG", "qd")) {
3428 tp_features
.hotkey_tablet
= 1;
3429 tabletsw_state
= !!(status
& TP_HOTKEY_TABLET_MASK
);
3430 pr_info("possible tablet mode switch found; "
3431 "ThinkPad in %s mode\n",
3432 (tabletsw_state
) ? "tablet" : "laptop");
3433 res
= add_to_attr_set(hotkey_dev_attributes
,
3434 &dev_attr_hotkey_tablet_mode
.attr
);
3438 res
= register_attr_set_with_sysfs(
3439 hotkey_dev_attributes
,
3440 &tpacpi_pdev
->dev
.kobj
);
3444 /* Set up key map */
3445 hotkey_keycode_map
= kmalloc(TPACPI_HOTKEY_MAP_SIZE
,
3447 if (!hotkey_keycode_map
) {
3448 pr_err("failed to allocate memory for key map\n");
3453 keymap_id
= tpacpi_check_quirks(tpacpi_keymap_qtable
,
3454 ARRAY_SIZE(tpacpi_keymap_qtable
));
3455 BUG_ON(keymap_id
>= ARRAY_SIZE(tpacpi_keymaps
));
3456 dbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_HKEY
,
3457 "using keymap number %lu\n", keymap_id
);
3459 memcpy(hotkey_keycode_map
, &tpacpi_keymaps
[keymap_id
],
3460 TPACPI_HOTKEY_MAP_SIZE
);
3462 input_set_capability(tpacpi_inputdev
, EV_MSC
, MSC_SCAN
);
3463 tpacpi_inputdev
->keycodesize
= TPACPI_HOTKEY_MAP_TYPESIZE
;
3464 tpacpi_inputdev
->keycodemax
= TPACPI_HOTKEY_MAP_LEN
;
3465 tpacpi_inputdev
->keycode
= hotkey_keycode_map
;
3466 for (i
= 0; i
< TPACPI_HOTKEY_MAP_LEN
; i
++) {
3467 if (hotkey_keycode_map
[i
] != KEY_RESERVED
) {
3468 input_set_capability(tpacpi_inputdev
, EV_KEY
,
3469 hotkey_keycode_map
[i
]);
3471 if (i
< sizeof(hotkey_reserved_mask
)*8)
3472 hotkey_reserved_mask
|= 1 << i
;
3476 if (tp_features
.hotkey_wlsw
) {
3477 input_set_capability(tpacpi_inputdev
, EV_SW
, SW_RFKILL_ALL
);
3478 input_report_switch(tpacpi_inputdev
,
3479 SW_RFKILL_ALL
, radiosw_state
);
3481 if (tp_features
.hotkey_tablet
) {
3482 input_set_capability(tpacpi_inputdev
, EV_SW
, SW_TABLET_MODE
);
3483 input_report_switch(tpacpi_inputdev
,
3484 SW_TABLET_MODE
, tabletsw_state
);
3487 /* Do not issue duplicate brightness change events to
3488 * userspace. tpacpi_detect_brightness_capabilities() must have
3489 * been called before this point */
3490 if (acpi_video_backlight_support()) {
3491 pr_info("This ThinkPad has standard ACPI backlight "
3492 "brightness control, supported by the ACPI "
3494 pr_notice("Disabling thinkpad-acpi brightness events "
3497 /* Disable brightness up/down on Lenovo thinkpads when
3498 * ACPI is handling them, otherwise it is plain impossible
3499 * for userspace to do something even remotely sane */
3500 hotkey_reserved_mask
|=
3501 (1 << TP_ACPI_HOTKEYSCAN_FNHOME
)
3502 | (1 << TP_ACPI_HOTKEYSCAN_FNEND
);
3503 hotkey_unmap(TP_ACPI_HOTKEYSCAN_FNHOME
);
3504 hotkey_unmap(TP_ACPI_HOTKEYSCAN_FNEND
);
3507 #ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
3508 hotkey_source_mask
= TPACPI_HKEY_NVRAM_GOOD_MASK
3510 & ~hotkey_reserved_mask
;
3512 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_HKEY
,
3513 "hotkey source mask 0x%08x, polling freq %u\n",
3514 hotkey_source_mask
, hotkey_poll_freq
);
3517 dbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_HKEY
,
3518 "enabling firmware HKEY event interface...\n");
3519 res
= hotkey_status_set(true);
3524 res
= hotkey_mask_set(((hotkey_all_mask
& ~hotkey_reserved_mask
)
3525 | hotkey_driver_mask
)
3526 & ~hotkey_source_mask
);
3527 if (res
< 0 && res
!= -ENXIO
) {
3531 hotkey_user_mask
= (hotkey_acpi_mask
| hotkey_source_mask
)
3532 & ~hotkey_reserved_mask
;
3533 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_HKEY
,
3534 "initial masks: user=0x%08x, fw=0x%08x, poll=0x%08x\n",
3535 hotkey_user_mask
, hotkey_acpi_mask
, hotkey_source_mask
);
3537 tpacpi_inputdev
->open
= &hotkey_inputdev_open
;
3538 tpacpi_inputdev
->close
= &hotkey_inputdev_close
;
3540 hotkey_poll_setup_safe(true);
3545 delete_attr_set(hotkey_dev_attributes
, &tpacpi_pdev
->dev
.kobj
);
3546 sysfs_remove_group(&tpacpi_pdev
->dev
.kobj
,
3547 &adaptive_kbd_attr_group
);
3549 hotkey_dev_attributes
= NULL
;
3551 return (res
< 0) ? res
: 1;
3554 /* Thinkpad X1 Carbon support 5 modes including Home mode, Web browser
3555 * mode, Web conference mode, Function mode and Lay-flat mode.
3556 * We support Home mode and Function mode currently.
3558 * Will consider support rest of modes in future.
3561 static const int adaptive_keyboard_modes
[] = {
3563 /* WEB_BROWSER_MODE = 2,
3564 WEB_CONFERENCE_MODE = 3, */
3568 #define DFR_CHANGE_ROW 0x101
3569 #define DFR_SHOW_QUICKVIEW_ROW 0x102
3570 #define FIRST_ADAPTIVE_KEY 0x103
3571 #define ADAPTIVE_KEY_OFFSET 0x020
3573 /* press Fn key a while second, it will switch to Function Mode. Then
3574 * release Fn key, previous mode be restored.
3576 static bool adaptive_keyboard_mode_is_saved
;
3577 static int adaptive_keyboard_prev_mode
;
3579 static int adaptive_keyboard_get_mode(void)
3583 if (!acpi_evalf(hkey_handle
, &mode
, "GTRW", "dd", 0)) {
3584 pr_err("Cannot read adaptive keyboard mode\n");
3591 static int adaptive_keyboard_set_mode(int new_mode
)
3594 new_mode
> LAYFLAT_MODE
)
3597 if (!acpi_evalf(hkey_handle
, NULL
, "STRW", "vd", new_mode
)) {
3598 pr_err("Cannot set adaptive keyboard mode\n");
3605 static int adaptive_keyboard_get_next_mode(int mode
)
3608 size_t max_mode
= ARRAY_SIZE(adaptive_keyboard_modes
) - 1;
3610 for (i
= 0; i
<= max_mode
; i
++) {
3611 if (adaptive_keyboard_modes
[i
] == mode
)
3620 return adaptive_keyboard_modes
[i
];
3623 static bool adaptive_keyboard_hotkey_notify_hotkey(unsigned int scancode
)
3625 int current_mode
= 0;
3630 case DFR_CHANGE_ROW
:
3631 if (adaptive_keyboard_mode_is_saved
) {
3632 new_mode
= adaptive_keyboard_prev_mode
;
3633 adaptive_keyboard_mode_is_saved
= false;
3635 current_mode
= adaptive_keyboard_get_mode();
3636 if (current_mode
< 0)
3638 new_mode
= adaptive_keyboard_get_next_mode(
3642 if (adaptive_keyboard_set_mode(new_mode
) < 0)
3647 case DFR_SHOW_QUICKVIEW_ROW
:
3648 current_mode
= adaptive_keyboard_get_mode();
3649 if (current_mode
< 0)
3652 adaptive_keyboard_prev_mode
= current_mode
;
3653 adaptive_keyboard_mode_is_saved
= true;
3655 if (adaptive_keyboard_set_mode (FUNCTION_MODE
) < 0)
3660 if (scancode
< FIRST_ADAPTIVE_KEY
||
3661 scancode
>= FIRST_ADAPTIVE_KEY
+ TPACPI_HOTKEY_MAP_LEN
-
3662 ADAPTIVE_KEY_OFFSET
) {
3663 pr_info("Unhandled adaptive keyboard key: 0x%x\n",
3667 keycode
= hotkey_keycode_map
[scancode
- FIRST_ADAPTIVE_KEY
+ ADAPTIVE_KEY_OFFSET
];
3668 if (keycode
!= KEY_RESERVED
) {
3669 mutex_lock(&tpacpi_inputdev_send_mutex
);
3671 input_report_key(tpacpi_inputdev
, keycode
, 1);
3672 input_sync(tpacpi_inputdev
);
3674 input_report_key(tpacpi_inputdev
, keycode
, 0);
3675 input_sync(tpacpi_inputdev
);
3677 mutex_unlock(&tpacpi_inputdev_send_mutex
);
3683 static bool hotkey_notify_hotkey(const u32 hkey
,
3685 bool *ignore_acpi_ev
)
3687 /* 0x1000-0x1FFF: key presses */
3688 unsigned int scancode
= hkey
& 0xfff;
3689 *send_acpi_ev
= true;
3690 *ignore_acpi_ev
= false;
3692 /* HKEY event 0x1001 is scancode 0x00 */
3693 if (scancode
> 0 && scancode
<= TPACPI_HOTKEY_MAP_LEN
) {
3695 if (!(hotkey_source_mask
& (1 << scancode
))) {
3696 tpacpi_input_send_key_masked(scancode
);
3697 *send_acpi_ev
= false;
3699 *ignore_acpi_ev
= true;
3703 return adaptive_keyboard_hotkey_notify_hotkey(scancode
);
3708 static bool hotkey_notify_wakeup(const u32 hkey
,
3710 bool *ignore_acpi_ev
)
3712 /* 0x2000-0x2FFF: Wakeup reason */
3713 *send_acpi_ev
= true;
3714 *ignore_acpi_ev
= false;
3717 case TP_HKEY_EV_WKUP_S3_UNDOCK
: /* suspend, undock */
3718 case TP_HKEY_EV_WKUP_S4_UNDOCK
: /* hibernation, undock */
3719 hotkey_wakeup_reason
= TP_ACPI_WAKEUP_UNDOCK
;
3720 *ignore_acpi_ev
= true;
3723 case TP_HKEY_EV_WKUP_S3_BAYEJ
: /* suspend, bay eject */
3724 case TP_HKEY_EV_WKUP_S4_BAYEJ
: /* hibernation, bay eject */
3725 hotkey_wakeup_reason
= TP_ACPI_WAKEUP_BAYEJ
;
3726 *ignore_acpi_ev
= true;
3729 case TP_HKEY_EV_WKUP_S3_BATLOW
: /* Battery on critical low level/S3 */
3730 case TP_HKEY_EV_WKUP_S4_BATLOW
: /* Battery on critical low level/S4 */
3731 pr_alert("EMERGENCY WAKEUP: battery almost empty\n");
3732 /* how to auto-heal: */
3733 /* 2313: woke up from S3, go to S4/S5 */
3734 /* 2413: woke up from S4, go to S5 */
3741 if (hotkey_wakeup_reason
!= TP_ACPI_WAKEUP_NONE
) {
3742 pr_info("woke up due to a hot-unplug request...\n");
3743 hotkey_wakeup_reason_notify_change();
3748 static bool hotkey_notify_dockevent(const u32 hkey
,
3750 bool *ignore_acpi_ev
)
3752 /* 0x4000-0x4FFF: dock-related events */
3753 *send_acpi_ev
= true;
3754 *ignore_acpi_ev
= false;
3757 case TP_HKEY_EV_UNDOCK_ACK
:
3758 /* ACPI undock operation completed after wakeup */
3759 hotkey_autosleep_ack
= 1;
3760 pr_info("undocked\n");
3761 hotkey_wakeup_hotunplug_complete_notify_change();
3764 case TP_HKEY_EV_HOTPLUG_DOCK
: /* docked to port replicator */
3765 pr_info("docked into hotplug port replicator\n");
3767 case TP_HKEY_EV_HOTPLUG_UNDOCK
: /* undocked from port replicator */
3768 pr_info("undocked from hotplug port replicator\n");
3776 static bool hotkey_notify_usrevent(const u32 hkey
,
3778 bool *ignore_acpi_ev
)
3780 /* 0x5000-0x5FFF: human interface helpers */
3781 *send_acpi_ev
= true;
3782 *ignore_acpi_ev
= false;
3785 case TP_HKEY_EV_PEN_INSERTED
: /* X61t: tablet pen inserted into bay */
3786 case TP_HKEY_EV_PEN_REMOVED
: /* X61t: tablet pen removed from bay */
3789 case TP_HKEY_EV_TABLET_TABLET
: /* X41t-X61t: tablet mode */
3790 case TP_HKEY_EV_TABLET_NOTEBOOK
: /* X41t-X61t: normal mode */
3791 tpacpi_input_send_tabletsw();
3792 hotkey_tablet_mode_notify_change();
3793 *send_acpi_ev
= false;
3796 case TP_HKEY_EV_LID_CLOSE
: /* Lid closed */
3797 case TP_HKEY_EV_LID_OPEN
: /* Lid opened */
3798 case TP_HKEY_EV_BRGHT_CHANGED
: /* brightness changed */
3799 /* do not propagate these events */
3800 *ignore_acpi_ev
= true;
3808 static void thermal_dump_all_sensors(void);
3810 static bool hotkey_notify_6xxx(const u32 hkey
,
3812 bool *ignore_acpi_ev
)
3816 /* 0x6000-0x6FFF: thermal alarms/notices and keyboard events */
3817 *send_acpi_ev
= true;
3818 *ignore_acpi_ev
= false;
3821 case TP_HKEY_EV_THM_TABLE_CHANGED
:
3822 pr_info("EC reports that Thermal Table has changed\n");
3823 /* recommended action: do nothing, we don't have
3824 * Lenovo ATM information */
3826 case TP_HKEY_EV_ALARM_BAT_HOT
:
3827 pr_crit("THERMAL ALARM: battery is too hot!\n");
3828 /* recommended action: warn user through gui */
3830 case TP_HKEY_EV_ALARM_BAT_XHOT
:
3831 pr_alert("THERMAL EMERGENCY: battery is extremely hot!\n");
3832 /* recommended action: immediate sleep/hibernate */
3834 case TP_HKEY_EV_ALARM_SENSOR_HOT
:
3835 pr_crit("THERMAL ALARM: "
3836 "a sensor reports something is too hot!\n");
3837 /* recommended action: warn user through gui, that */
3838 /* some internal component is too hot */
3840 case TP_HKEY_EV_ALARM_SENSOR_XHOT
:
3841 pr_alert("THERMAL EMERGENCY: "
3842 "a sensor reports something is extremely hot!\n");
3843 /* recommended action: immediate sleep/hibernate */
3845 case TP_HKEY_EV_AC_CHANGED
:
3846 /* X120e, X121e, X220, X220i, X220t, X230, T420, T420s, W520:
3847 * AC status changed; can be triggered by plugging or
3848 * unplugging AC adapter, docking or undocking. */
3852 case TP_HKEY_EV_KEY_NUMLOCK
:
3853 case TP_HKEY_EV_KEY_FN
:
3854 case TP_HKEY_EV_KEY_FN_ESC
:
3855 /* key press events, we just ignore them as long as the EC
3856 * is still reporting them in the normal keyboard stream */
3857 *send_acpi_ev
= false;
3858 *ignore_acpi_ev
= true;
3862 pr_warn("unknown possible thermal alarm or keyboard event received\n");
3866 thermal_dump_all_sensors();
3871 static void hotkey_notify(struct ibm_struct
*ibm
, u32 event
)
3875 bool ignore_acpi_ev
;
3878 if (event
!= 0x80) {
3879 pr_err("unknown HKEY notification event %d\n", event
);
3880 /* forward it to userspace, maybe it knows how to handle it */
3881 acpi_bus_generate_netlink_event(
3882 ibm
->acpi
->device
->pnp
.device_class
,
3883 dev_name(&ibm
->acpi
->device
->dev
),
3889 if (!acpi_evalf(hkey_handle
, &hkey
, "MHKP", "d")) {
3890 pr_err("failed to retrieve HKEY event\n");
3899 send_acpi_ev
= true;
3900 ignore_acpi_ev
= false;
3902 switch (hkey
>> 12) {
3904 /* 0x1000-0x1FFF: key presses */
3905 known_ev
= hotkey_notify_hotkey(hkey
, &send_acpi_ev
,
3909 /* 0x2000-0x2FFF: Wakeup reason */
3910 known_ev
= hotkey_notify_wakeup(hkey
, &send_acpi_ev
,
3914 /* 0x3000-0x3FFF: bay-related wakeups */
3916 case TP_HKEY_EV_BAYEJ_ACK
:
3917 hotkey_autosleep_ack
= 1;
3918 pr_info("bay ejected\n");
3919 hotkey_wakeup_hotunplug_complete_notify_change();
3922 case TP_HKEY_EV_OPTDRV_EJ
:
3923 /* FIXME: kick libata if SATA link offline */
3931 /* 0x4000-0x4FFF: dock-related events */
3932 known_ev
= hotkey_notify_dockevent(hkey
, &send_acpi_ev
,
3936 /* 0x5000-0x5FFF: human interface helpers */
3937 known_ev
= hotkey_notify_usrevent(hkey
, &send_acpi_ev
,
3941 /* 0x6000-0x6FFF: thermal alarms/notices and
3942 * keyboard events */
3943 known_ev
= hotkey_notify_6xxx(hkey
, &send_acpi_ev
,
3947 /* 0x7000-0x7FFF: misc */
3948 if (tp_features
.hotkey_wlsw
&&
3949 hkey
== TP_HKEY_EV_RFKILL_CHANGED
) {
3950 tpacpi_send_radiosw_update();
3955 /* fallthrough to default */
3960 pr_notice("unhandled HKEY event 0x%04x\n", hkey
);
3961 pr_notice("please report the conditions when this "
3962 "event happened to %s\n", TPACPI_MAIL
);
3965 /* netlink events */
3966 if (!ignore_acpi_ev
&& send_acpi_ev
) {
3967 acpi_bus_generate_netlink_event(
3968 ibm
->acpi
->device
->pnp
.device_class
,
3969 dev_name(&ibm
->acpi
->device
->dev
),
3975 static void hotkey_suspend(void)
3977 /* Do these on suspend, we get the events on early resume! */
3978 hotkey_wakeup_reason
= TP_ACPI_WAKEUP_NONE
;
3979 hotkey_autosleep_ack
= 0;
3981 /* save previous mode of adaptive keyboard of X1 Carbon */
3982 if (tp_features
.has_adaptive_kbd
) {
3983 if (!acpi_evalf(hkey_handle
, &adaptive_keyboard_prev_mode
,
3985 pr_err("Cannot read adaptive keyboard mode.\n");
3990 static void hotkey_resume(void)
3992 tpacpi_disable_brightness_delay();
3994 if (hotkey_status_set(true) < 0 ||
3995 hotkey_mask_set(hotkey_acpi_mask
) < 0)
3996 pr_err("error while attempting to reset the event "
3997 "firmware interface\n");
3999 tpacpi_send_radiosw_update();
4000 hotkey_tablet_mode_notify_change();
4001 hotkey_wakeup_reason_notify_change();
4002 hotkey_wakeup_hotunplug_complete_notify_change();
4003 hotkey_poll_setup_safe(false);
4005 /* restore previous mode of adapive keyboard of X1 Carbon */
4006 if (tp_features
.has_adaptive_kbd
) {
4007 if (!acpi_evalf(hkey_handle
, NULL
, "STRW", "vd",
4008 adaptive_keyboard_prev_mode
)) {
4009 pr_err("Cannot set adaptive keyboard mode.\n");
4014 /* procfs -------------------------------------------------------------- */
4015 static int hotkey_read(struct seq_file
*m
)
4019 if (!tp_features
.hotkey
) {
4020 seq_printf(m
, "status:\t\tnot supported\n");
4024 if (mutex_lock_killable(&hotkey_mutex
))
4025 return -ERESTARTSYS
;
4026 res
= hotkey_status_get(&status
);
4028 res
= hotkey_mask_get();
4029 mutex_unlock(&hotkey_mutex
);
4033 seq_printf(m
, "status:\t\t%s\n", enabled(status
, 0));
4034 if (hotkey_all_mask
) {
4035 seq_printf(m
, "mask:\t\t0x%08x\n", hotkey_user_mask
);
4036 seq_printf(m
, "commands:\tenable, disable, reset, <mask>\n");
4038 seq_printf(m
, "mask:\t\tnot supported\n");
4039 seq_printf(m
, "commands:\tenable, disable, reset\n");
4045 static void hotkey_enabledisable_warn(bool enable
)
4047 tpacpi_log_usertask("procfs hotkey enable/disable");
4048 if (!WARN((tpacpi_lifecycle
== TPACPI_LIFE_RUNNING
|| !enable
),
4049 pr_fmt("hotkey enable/disable functionality has been "
4050 "removed from the driver. "
4051 "Hotkeys are always enabled.\n")))
4052 pr_err("Please remove the hotkey=enable module "
4053 "parameter, it is deprecated. "
4054 "Hotkeys are always enabled.\n");
4057 static int hotkey_write(char *buf
)
4063 if (!tp_features
.hotkey
)
4066 if (mutex_lock_killable(&hotkey_mutex
))
4067 return -ERESTARTSYS
;
4069 mask
= hotkey_user_mask
;
4072 while ((cmd
= next_cmd(&buf
))) {
4073 if (strlencmp(cmd
, "enable") == 0) {
4074 hotkey_enabledisable_warn(1);
4075 } else if (strlencmp(cmd
, "disable") == 0) {
4076 hotkey_enabledisable_warn(0);
4078 } else if (strlencmp(cmd
, "reset") == 0) {
4079 mask
= (hotkey_all_mask
| hotkey_source_mask
)
4080 & ~hotkey_reserved_mask
;
4081 } else if (sscanf(cmd
, "0x%x", &mask
) == 1) {
4083 } else if (sscanf(cmd
, "%x", &mask
) == 1) {
4092 tpacpi_disclose_usertask("procfs hotkey",
4093 "set mask to 0x%08x\n", mask
);
4094 res
= hotkey_user_mask_set(mask
);
4098 mutex_unlock(&hotkey_mutex
);
4102 static const struct acpi_device_id ibm_htk_device_ids
[] = {
4103 {TPACPI_ACPI_IBM_HKEY_HID
, 0},
4104 {TPACPI_ACPI_LENOVO_HKEY_HID
, 0},
4108 static struct tp_acpi_drv_struct ibm_hotkey_acpidriver
= {
4109 .hid
= ibm_htk_device_ids
,
4110 .notify
= hotkey_notify
,
4111 .handle
= &hkey_handle
,
4112 .type
= ACPI_DEVICE_NOTIFY
,
4115 static struct ibm_struct hotkey_driver_data
= {
4117 .read
= hotkey_read
,
4118 .write
= hotkey_write
,
4119 .exit
= hotkey_exit
,
4120 .resume
= hotkey_resume
,
4121 .suspend
= hotkey_suspend
,
4122 .acpi
= &ibm_hotkey_acpidriver
,
4125 /*************************************************************************
4126 * Bluetooth subdriver
4130 /* ACPI GBDC/SBDC bits */
4131 TP_ACPI_BLUETOOTH_HWPRESENT
= 0x01, /* Bluetooth hw available */
4132 TP_ACPI_BLUETOOTH_RADIOSSW
= 0x02, /* Bluetooth radio enabled */
4133 TP_ACPI_BLUETOOTH_RESUMECTRL
= 0x04, /* Bluetooth state at resume:
4134 0 = disable, 1 = enable */
4138 /* ACPI \BLTH commands */
4139 TP_ACPI_BLTH_GET_ULTRAPORT_ID
= 0x00, /* Get Ultraport BT ID */
4140 TP_ACPI_BLTH_GET_PWR_ON_RESUME
= 0x01, /* Get power-on-resume state */
4141 TP_ACPI_BLTH_PWR_ON_ON_RESUME
= 0x02, /* Resume powered on */
4142 TP_ACPI_BLTH_PWR_OFF_ON_RESUME
= 0x03, /* Resume powered off */
4143 TP_ACPI_BLTH_SAVE_STATE
= 0x05, /* Save state for S4/S5 */
4146 #define TPACPI_RFK_BLUETOOTH_SW_NAME "tpacpi_bluetooth_sw"
4148 static int bluetooth_get_status(void)
4152 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
4153 if (dbg_bluetoothemul
)
4154 return (tpacpi_bluetooth_emulstate
) ?
4155 TPACPI_RFK_RADIO_ON
: TPACPI_RFK_RADIO_OFF
;
4158 if (!acpi_evalf(hkey_handle
, &status
, "GBDC", "d"))
4161 return ((status
& TP_ACPI_BLUETOOTH_RADIOSSW
) != 0) ?
4162 TPACPI_RFK_RADIO_ON
: TPACPI_RFK_RADIO_OFF
;
4165 static int bluetooth_set_status(enum tpacpi_rfkill_state state
)
4169 vdbg_printk(TPACPI_DBG_RFKILL
,
4170 "will attempt to %s bluetooth\n",
4171 (state
== TPACPI_RFK_RADIO_ON
) ? "enable" : "disable");
4173 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
4174 if (dbg_bluetoothemul
) {
4175 tpacpi_bluetooth_emulstate
= (state
== TPACPI_RFK_RADIO_ON
);
4180 if (state
== TPACPI_RFK_RADIO_ON
)
4181 status
= TP_ACPI_BLUETOOTH_RADIOSSW
4182 | TP_ACPI_BLUETOOTH_RESUMECTRL
;
4186 if (!acpi_evalf(hkey_handle
, NULL
, "SBDC", "vd", status
))
4192 /* sysfs bluetooth enable ---------------------------------------------- */
4193 static ssize_t
bluetooth_enable_show(struct device
*dev
,
4194 struct device_attribute
*attr
,
4197 return tpacpi_rfk_sysfs_enable_show(TPACPI_RFK_BLUETOOTH_SW_ID
,
4201 static ssize_t
bluetooth_enable_store(struct device
*dev
,
4202 struct device_attribute
*attr
,
4203 const char *buf
, size_t count
)
4205 return tpacpi_rfk_sysfs_enable_store(TPACPI_RFK_BLUETOOTH_SW_ID
,
4209 static DEVICE_ATTR_RW(bluetooth_enable
);
4211 /* --------------------------------------------------------------------- */
4213 static struct attribute
*bluetooth_attributes
[] = {
4214 &dev_attr_bluetooth_enable
.attr
,
4218 static const struct attribute_group bluetooth_attr_group
= {
4219 .attrs
= bluetooth_attributes
,
4222 static const struct tpacpi_rfk_ops bluetooth_tprfk_ops
= {
4223 .get_status
= bluetooth_get_status
,
4224 .set_status
= bluetooth_set_status
,
4227 static void bluetooth_shutdown(void)
4229 /* Order firmware to save current state to NVRAM */
4230 if (!acpi_evalf(NULL
, NULL
, "\\BLTH", "vd",
4231 TP_ACPI_BLTH_SAVE_STATE
))
4232 pr_notice("failed to save bluetooth state to NVRAM\n");
4234 vdbg_printk(TPACPI_DBG_RFKILL
,
4235 "bluetooth state saved to NVRAM\n");
4238 static void bluetooth_exit(void)
4240 sysfs_remove_group(&tpacpi_pdev
->dev
.kobj
,
4241 &bluetooth_attr_group
);
4243 tpacpi_destroy_rfkill(TPACPI_RFK_BLUETOOTH_SW_ID
);
4245 bluetooth_shutdown();
4248 static int __init
bluetooth_init(struct ibm_init_struct
*iibm
)
4253 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_RFKILL
,
4254 "initializing bluetooth subdriver\n");
4256 TPACPI_ACPIHANDLE_INIT(hkey
);
4258 /* bluetooth not supported on 570, 600e/x, 770e, 770x, A21e, A2xm/p,
4259 G4x, R30, R31, R40e, R50e, T20-22, X20-21 */
4260 tp_features
.bluetooth
= hkey_handle
&&
4261 acpi_evalf(hkey_handle
, &status
, "GBDC", "qd");
4263 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_RFKILL
,
4264 "bluetooth is %s, status 0x%02x\n",
4265 str_supported(tp_features
.bluetooth
),
4268 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
4269 if (dbg_bluetoothemul
) {
4270 tp_features
.bluetooth
= 1;
4271 pr_info("bluetooth switch emulation enabled\n");
4274 if (tp_features
.bluetooth
&&
4275 !(status
& TP_ACPI_BLUETOOTH_HWPRESENT
)) {
4276 /* no bluetooth hardware present in system */
4277 tp_features
.bluetooth
= 0;
4278 dbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_RFKILL
,
4279 "bluetooth hardware not installed\n");
4282 if (!tp_features
.bluetooth
)
4285 res
= tpacpi_new_rfkill(TPACPI_RFK_BLUETOOTH_SW_ID
,
4286 &bluetooth_tprfk_ops
,
4287 RFKILL_TYPE_BLUETOOTH
,
4288 TPACPI_RFK_BLUETOOTH_SW_NAME
,
4293 res
= sysfs_create_group(&tpacpi_pdev
->dev
.kobj
,
4294 &bluetooth_attr_group
);
4296 tpacpi_destroy_rfkill(TPACPI_RFK_BLUETOOTH_SW_ID
);
4303 /* procfs -------------------------------------------------------------- */
4304 static int bluetooth_read(struct seq_file
*m
)
4306 return tpacpi_rfk_procfs_read(TPACPI_RFK_BLUETOOTH_SW_ID
, m
);
4309 static int bluetooth_write(char *buf
)
4311 return tpacpi_rfk_procfs_write(TPACPI_RFK_BLUETOOTH_SW_ID
, buf
);
4314 static struct ibm_struct bluetooth_driver_data
= {
4315 .name
= "bluetooth",
4316 .read
= bluetooth_read
,
4317 .write
= bluetooth_write
,
4318 .exit
= bluetooth_exit
,
4319 .shutdown
= bluetooth_shutdown
,
4322 /*************************************************************************
4327 /* ACPI GWAN/SWAN bits */
4328 TP_ACPI_WANCARD_HWPRESENT
= 0x01, /* Wan hw available */
4329 TP_ACPI_WANCARD_RADIOSSW
= 0x02, /* Wan radio enabled */
4330 TP_ACPI_WANCARD_RESUMECTRL
= 0x04, /* Wan state at resume:
4331 0 = disable, 1 = enable */
4334 #define TPACPI_RFK_WWAN_SW_NAME "tpacpi_wwan_sw"
4336 static int wan_get_status(void)
4340 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
4342 return (tpacpi_wwan_emulstate
) ?
4343 TPACPI_RFK_RADIO_ON
: TPACPI_RFK_RADIO_OFF
;
4346 if (!acpi_evalf(hkey_handle
, &status
, "GWAN", "d"))
4349 return ((status
& TP_ACPI_WANCARD_RADIOSSW
) != 0) ?
4350 TPACPI_RFK_RADIO_ON
: TPACPI_RFK_RADIO_OFF
;
4353 static int wan_set_status(enum tpacpi_rfkill_state state
)
4357 vdbg_printk(TPACPI_DBG_RFKILL
,
4358 "will attempt to %s wwan\n",
4359 (state
== TPACPI_RFK_RADIO_ON
) ? "enable" : "disable");
4361 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
4363 tpacpi_wwan_emulstate
= (state
== TPACPI_RFK_RADIO_ON
);
4368 if (state
== TPACPI_RFK_RADIO_ON
)
4369 status
= TP_ACPI_WANCARD_RADIOSSW
4370 | TP_ACPI_WANCARD_RESUMECTRL
;
4374 if (!acpi_evalf(hkey_handle
, NULL
, "SWAN", "vd", status
))
4380 /* sysfs wan enable ---------------------------------------------------- */
4381 static ssize_t
wan_enable_show(struct device
*dev
,
4382 struct device_attribute
*attr
,
4385 return tpacpi_rfk_sysfs_enable_show(TPACPI_RFK_WWAN_SW_ID
,
4389 static ssize_t
wan_enable_store(struct device
*dev
,
4390 struct device_attribute
*attr
,
4391 const char *buf
, size_t count
)
4393 return tpacpi_rfk_sysfs_enable_store(TPACPI_RFK_WWAN_SW_ID
,
4397 static DEVICE_ATTR(wwan_enable
, S_IWUSR
| S_IRUGO
,
4398 wan_enable_show
, wan_enable_store
);
4400 /* --------------------------------------------------------------------- */
4402 static struct attribute
*wan_attributes
[] = {
4403 &dev_attr_wwan_enable
.attr
,
4407 static const struct attribute_group wan_attr_group
= {
4408 .attrs
= wan_attributes
,
4411 static const struct tpacpi_rfk_ops wan_tprfk_ops
= {
4412 .get_status
= wan_get_status
,
4413 .set_status
= wan_set_status
,
4416 static void wan_shutdown(void)
4418 /* Order firmware to save current state to NVRAM */
4419 if (!acpi_evalf(NULL
, NULL
, "\\WGSV", "vd",
4420 TP_ACPI_WGSV_SAVE_STATE
))
4421 pr_notice("failed to save WWAN state to NVRAM\n");
4423 vdbg_printk(TPACPI_DBG_RFKILL
,
4424 "WWAN state saved to NVRAM\n");
4427 static void wan_exit(void)
4429 sysfs_remove_group(&tpacpi_pdev
->dev
.kobj
,
4432 tpacpi_destroy_rfkill(TPACPI_RFK_WWAN_SW_ID
);
4437 static int __init
wan_init(struct ibm_init_struct
*iibm
)
4442 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_RFKILL
,
4443 "initializing wan subdriver\n");
4445 TPACPI_ACPIHANDLE_INIT(hkey
);
4447 tp_features
.wan
= hkey_handle
&&
4448 acpi_evalf(hkey_handle
, &status
, "GWAN", "qd");
4450 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_RFKILL
,
4451 "wan is %s, status 0x%02x\n",
4452 str_supported(tp_features
.wan
),
4455 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
4457 tp_features
.wan
= 1;
4458 pr_info("wwan switch emulation enabled\n");
4461 if (tp_features
.wan
&&
4462 !(status
& TP_ACPI_WANCARD_HWPRESENT
)) {
4463 /* no wan hardware present in system */
4464 tp_features
.wan
= 0;
4465 dbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_RFKILL
,
4466 "wan hardware not installed\n");
4469 if (!tp_features
.wan
)
4472 res
= tpacpi_new_rfkill(TPACPI_RFK_WWAN_SW_ID
,
4475 TPACPI_RFK_WWAN_SW_NAME
,
4480 res
= sysfs_create_group(&tpacpi_pdev
->dev
.kobj
,
4484 tpacpi_destroy_rfkill(TPACPI_RFK_WWAN_SW_ID
);
4491 /* procfs -------------------------------------------------------------- */
4492 static int wan_read(struct seq_file
*m
)
4494 return tpacpi_rfk_procfs_read(TPACPI_RFK_WWAN_SW_ID
, m
);
4497 static int wan_write(char *buf
)
4499 return tpacpi_rfk_procfs_write(TPACPI_RFK_WWAN_SW_ID
, buf
);
4502 static struct ibm_struct wan_driver_data
= {
4507 .shutdown
= wan_shutdown
,
4510 /*************************************************************************
4515 /* ACPI GUWB/SUWB bits */
4516 TP_ACPI_UWB_HWPRESENT
= 0x01, /* UWB hw available */
4517 TP_ACPI_UWB_RADIOSSW
= 0x02, /* UWB radio enabled */
4520 #define TPACPI_RFK_UWB_SW_NAME "tpacpi_uwb_sw"
4522 static int uwb_get_status(void)
4526 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
4528 return (tpacpi_uwb_emulstate
) ?
4529 TPACPI_RFK_RADIO_ON
: TPACPI_RFK_RADIO_OFF
;
4532 if (!acpi_evalf(hkey_handle
, &status
, "GUWB", "d"))
4535 return ((status
& TP_ACPI_UWB_RADIOSSW
) != 0) ?
4536 TPACPI_RFK_RADIO_ON
: TPACPI_RFK_RADIO_OFF
;
4539 static int uwb_set_status(enum tpacpi_rfkill_state state
)
4543 vdbg_printk(TPACPI_DBG_RFKILL
,
4544 "will attempt to %s UWB\n",
4545 (state
== TPACPI_RFK_RADIO_ON
) ? "enable" : "disable");
4547 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
4549 tpacpi_uwb_emulstate
= (state
== TPACPI_RFK_RADIO_ON
);
4554 if (state
== TPACPI_RFK_RADIO_ON
)
4555 status
= TP_ACPI_UWB_RADIOSSW
;
4559 if (!acpi_evalf(hkey_handle
, NULL
, "SUWB", "vd", status
))
4565 /* --------------------------------------------------------------------- */
4567 static const struct tpacpi_rfk_ops uwb_tprfk_ops
= {
4568 .get_status
= uwb_get_status
,
4569 .set_status
= uwb_set_status
,
4572 static void uwb_exit(void)
4574 tpacpi_destroy_rfkill(TPACPI_RFK_UWB_SW_ID
);
4577 static int __init
uwb_init(struct ibm_init_struct
*iibm
)
4582 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_RFKILL
,
4583 "initializing uwb subdriver\n");
4585 TPACPI_ACPIHANDLE_INIT(hkey
);
4587 tp_features
.uwb
= hkey_handle
&&
4588 acpi_evalf(hkey_handle
, &status
, "GUWB", "qd");
4590 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_RFKILL
,
4591 "uwb is %s, status 0x%02x\n",
4592 str_supported(tp_features
.uwb
),
4595 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
4597 tp_features
.uwb
= 1;
4598 pr_info("uwb switch emulation enabled\n");
4601 if (tp_features
.uwb
&&
4602 !(status
& TP_ACPI_UWB_HWPRESENT
)) {
4603 /* no uwb hardware present in system */
4604 tp_features
.uwb
= 0;
4605 dbg_printk(TPACPI_DBG_INIT
,
4606 "uwb hardware not installed\n");
4609 if (!tp_features
.uwb
)
4612 res
= tpacpi_new_rfkill(TPACPI_RFK_UWB_SW_ID
,
4615 TPACPI_RFK_UWB_SW_NAME
,
4620 static struct ibm_struct uwb_driver_data
= {
4623 .flags
.experimental
= 1,
4626 /*************************************************************************
4630 #ifdef CONFIG_THINKPAD_ACPI_VIDEO
4632 enum video_access_mode
{
4633 TPACPI_VIDEO_NONE
= 0,
4634 TPACPI_VIDEO_570
, /* 570 */
4635 TPACPI_VIDEO_770
, /* 600e/x, 770e, 770x */
4636 TPACPI_VIDEO_NEW
, /* all others */
4639 enum { /* video status flags, based on VIDEO_570 */
4640 TP_ACPI_VIDEO_S_LCD
= 0x01, /* LCD output enabled */
4641 TP_ACPI_VIDEO_S_CRT
= 0x02, /* CRT output enabled */
4642 TP_ACPI_VIDEO_S_DVI
= 0x08, /* DVI output enabled */
4645 enum { /* TPACPI_VIDEO_570 constants */
4646 TP_ACPI_VIDEO_570_PHSCMD
= 0x87, /* unknown magic constant :( */
4647 TP_ACPI_VIDEO_570_PHSMASK
= 0x03, /* PHS bits that map to
4648 * video_status_flags */
4649 TP_ACPI_VIDEO_570_PHS2CMD
= 0x8b, /* unknown magic constant :( */
4650 TP_ACPI_VIDEO_570_PHS2SET
= 0x80, /* unknown magic constant :( */
4653 static enum video_access_mode video_supported
;
4654 static int video_orig_autosw
;
4656 static int video_autosw_get(void);
4657 static int video_autosw_set(int enable
);
4659 TPACPI_HANDLE(vid
, root
,
4660 "\\_SB.PCI.AGP.VGA", /* 570 */
4661 "\\_SB.PCI0.AGP0.VID0", /* 600e/x, 770x */
4662 "\\_SB.PCI0.VID0", /* 770e */
4663 "\\_SB.PCI0.VID", /* A21e, G4x, R50e, X30, X40 */
4664 "\\_SB.PCI0.AGP.VGA", /* X100e and a few others */
4665 "\\_SB.PCI0.AGP.VID", /* all others */
4668 TPACPI_HANDLE(vid2
, root
, "\\_SB.PCI0.AGPB.VID"); /* G41 */
4670 static int __init
video_init(struct ibm_init_struct
*iibm
)
4674 vdbg_printk(TPACPI_DBG_INIT
, "initializing video subdriver\n");
4676 TPACPI_ACPIHANDLE_INIT(vid
);
4677 if (tpacpi_is_ibm())
4678 TPACPI_ACPIHANDLE_INIT(vid2
);
4680 if (vid2_handle
&& acpi_evalf(NULL
, &ivga
, "\\IVGA", "d") && ivga
)
4681 /* G41, assume IVGA doesn't change */
4682 vid_handle
= vid2_handle
;
4685 /* video switching not supported on R30, R31 */
4686 video_supported
= TPACPI_VIDEO_NONE
;
4687 else if (tpacpi_is_ibm() &&
4688 acpi_evalf(vid_handle
, &video_orig_autosw
, "SWIT", "qd"))
4690 video_supported
= TPACPI_VIDEO_570
;
4691 else if (tpacpi_is_ibm() &&
4692 acpi_evalf(vid_handle
, &video_orig_autosw
, "^VADL", "qd"))
4693 /* 600e/x, 770e, 770x */
4694 video_supported
= TPACPI_VIDEO_770
;
4697 video_supported
= TPACPI_VIDEO_NEW
;
4699 vdbg_printk(TPACPI_DBG_INIT
, "video is %s, mode %d\n",
4700 str_supported(video_supported
!= TPACPI_VIDEO_NONE
),
4703 return (video_supported
!= TPACPI_VIDEO_NONE
) ? 0 : 1;
4706 static void video_exit(void)
4708 dbg_printk(TPACPI_DBG_EXIT
,
4709 "restoring original video autoswitch mode\n");
4710 if (video_autosw_set(video_orig_autosw
))
4711 pr_err("error while trying to restore original "
4712 "video autoswitch mode\n");
4715 static int video_outputsw_get(void)
4720 switch (video_supported
) {
4721 case TPACPI_VIDEO_570
:
4722 if (!acpi_evalf(NULL
, &i
, "\\_SB.PHS", "dd",
4723 TP_ACPI_VIDEO_570_PHSCMD
))
4725 status
= i
& TP_ACPI_VIDEO_570_PHSMASK
;
4727 case TPACPI_VIDEO_770
:
4728 if (!acpi_evalf(NULL
, &i
, "\\VCDL", "d"))
4731 status
|= TP_ACPI_VIDEO_S_LCD
;
4732 if (!acpi_evalf(NULL
, &i
, "\\VCDC", "d"))
4735 status
|= TP_ACPI_VIDEO_S_CRT
;
4737 case TPACPI_VIDEO_NEW
:
4738 if (!acpi_evalf(NULL
, NULL
, "\\VUPS", "vd", 1) ||
4739 !acpi_evalf(NULL
, &i
, "\\VCDC", "d"))
4742 status
|= TP_ACPI_VIDEO_S_CRT
;
4744 if (!acpi_evalf(NULL
, NULL
, "\\VUPS", "vd", 0) ||
4745 !acpi_evalf(NULL
, &i
, "\\VCDL", "d"))
4748 status
|= TP_ACPI_VIDEO_S_LCD
;
4749 if (!acpi_evalf(NULL
, &i
, "\\VCDD", "d"))
4752 status
|= TP_ACPI_VIDEO_S_DVI
;
4761 static int video_outputsw_set(int status
)
4766 switch (video_supported
) {
4767 case TPACPI_VIDEO_570
:
4768 res
= acpi_evalf(NULL
, NULL
,
4769 "\\_SB.PHS2", "vdd",
4770 TP_ACPI_VIDEO_570_PHS2CMD
,
4771 status
| TP_ACPI_VIDEO_570_PHS2SET
);
4773 case TPACPI_VIDEO_770
:
4774 autosw
= video_autosw_get();
4778 res
= video_autosw_set(1);
4781 res
= acpi_evalf(vid_handle
, NULL
,
4782 "ASWT", "vdd", status
* 0x100, 0);
4783 if (!autosw
&& video_autosw_set(autosw
)) {
4784 pr_err("video auto-switch left enabled due to error\n");
4788 case TPACPI_VIDEO_NEW
:
4789 res
= acpi_evalf(NULL
, NULL
, "\\VUPS", "vd", 0x80) &&
4790 acpi_evalf(NULL
, NULL
, "\\VSDS", "vdd", status
, 1);
4796 return (res
) ? 0 : -EIO
;
4799 static int video_autosw_get(void)
4803 switch (video_supported
) {
4804 case TPACPI_VIDEO_570
:
4805 if (!acpi_evalf(vid_handle
, &autosw
, "SWIT", "d"))
4808 case TPACPI_VIDEO_770
:
4809 case TPACPI_VIDEO_NEW
:
4810 if (!acpi_evalf(vid_handle
, &autosw
, "^VDEE", "d"))
4820 static int video_autosw_set(int enable
)
4822 if (!acpi_evalf(vid_handle
, NULL
, "_DOS", "vd", (enable
) ? 1 : 0))
4827 static int video_outputsw_cycle(void)
4829 int autosw
= video_autosw_get();
4835 switch (video_supported
) {
4836 case TPACPI_VIDEO_570
:
4837 res
= video_autosw_set(1);
4840 res
= acpi_evalf(ec_handle
, NULL
, "_Q16", "v");
4842 case TPACPI_VIDEO_770
:
4843 case TPACPI_VIDEO_NEW
:
4844 res
= video_autosw_set(1);
4847 res
= acpi_evalf(vid_handle
, NULL
, "VSWT", "v");
4852 if (!autosw
&& video_autosw_set(autosw
)) {
4853 pr_err("video auto-switch left enabled due to error\n");
4857 return (res
) ? 0 : -EIO
;
4860 static int video_expand_toggle(void)
4862 switch (video_supported
) {
4863 case TPACPI_VIDEO_570
:
4864 return acpi_evalf(ec_handle
, NULL
, "_Q17", "v") ?
4866 case TPACPI_VIDEO_770
:
4867 return acpi_evalf(vid_handle
, NULL
, "VEXP", "v") ?
4869 case TPACPI_VIDEO_NEW
:
4870 return acpi_evalf(NULL
, NULL
, "\\VEXP", "v") ?
4878 static int video_read(struct seq_file
*m
)
4882 if (video_supported
== TPACPI_VIDEO_NONE
) {
4883 seq_printf(m
, "status:\t\tnot supported\n");
4887 /* Even reads can crash X.org, so... */
4888 if (!capable(CAP_SYS_ADMIN
))
4891 status
= video_outputsw_get();
4895 autosw
= video_autosw_get();
4899 seq_printf(m
, "status:\t\tsupported\n");
4900 seq_printf(m
, "lcd:\t\t%s\n", enabled(status
, 0));
4901 seq_printf(m
, "crt:\t\t%s\n", enabled(status
, 1));
4902 if (video_supported
== TPACPI_VIDEO_NEW
)
4903 seq_printf(m
, "dvi:\t\t%s\n", enabled(status
, 3));
4904 seq_printf(m
, "auto:\t\t%s\n", enabled(autosw
, 0));
4905 seq_printf(m
, "commands:\tlcd_enable, lcd_disable\n");
4906 seq_printf(m
, "commands:\tcrt_enable, crt_disable\n");
4907 if (video_supported
== TPACPI_VIDEO_NEW
)
4908 seq_printf(m
, "commands:\tdvi_enable, dvi_disable\n");
4909 seq_printf(m
, "commands:\tauto_enable, auto_disable\n");
4910 seq_printf(m
, "commands:\tvideo_switch, expand_toggle\n");
4915 static int video_write(char *buf
)
4918 int enable
, disable
, status
;
4921 if (video_supported
== TPACPI_VIDEO_NONE
)
4924 /* Even reads can crash X.org, let alone writes... */
4925 if (!capable(CAP_SYS_ADMIN
))
4931 while ((cmd
= next_cmd(&buf
))) {
4932 if (strlencmp(cmd
, "lcd_enable") == 0) {
4933 enable
|= TP_ACPI_VIDEO_S_LCD
;
4934 } else if (strlencmp(cmd
, "lcd_disable") == 0) {
4935 disable
|= TP_ACPI_VIDEO_S_LCD
;
4936 } else if (strlencmp(cmd
, "crt_enable") == 0) {
4937 enable
|= TP_ACPI_VIDEO_S_CRT
;
4938 } else if (strlencmp(cmd
, "crt_disable") == 0) {
4939 disable
|= TP_ACPI_VIDEO_S_CRT
;
4940 } else if (video_supported
== TPACPI_VIDEO_NEW
&&
4941 strlencmp(cmd
, "dvi_enable") == 0) {
4942 enable
|= TP_ACPI_VIDEO_S_DVI
;
4943 } else if (video_supported
== TPACPI_VIDEO_NEW
&&
4944 strlencmp(cmd
, "dvi_disable") == 0) {
4945 disable
|= TP_ACPI_VIDEO_S_DVI
;
4946 } else if (strlencmp(cmd
, "auto_enable") == 0) {
4947 res
= video_autosw_set(1);
4950 } else if (strlencmp(cmd
, "auto_disable") == 0) {
4951 res
= video_autosw_set(0);
4954 } else if (strlencmp(cmd
, "video_switch") == 0) {
4955 res
= video_outputsw_cycle();
4958 } else if (strlencmp(cmd
, "expand_toggle") == 0) {
4959 res
= video_expand_toggle();
4966 if (enable
|| disable
) {
4967 status
= video_outputsw_get();
4970 res
= video_outputsw_set((status
& ~disable
) | enable
);
4978 static struct ibm_struct video_driver_data
= {
4981 .write
= video_write
,
4985 #endif /* CONFIG_THINKPAD_ACPI_VIDEO */
4987 /*************************************************************************
4988 * Light (thinklight) subdriver
4991 TPACPI_HANDLE(lght
, root
, "\\LGHT"); /* A21e, A2xm/p, T20-22, X20-21 */
4992 TPACPI_HANDLE(ledb
, ec
, "LEDB"); /* G4x */
4994 static int light_get_status(void)
4998 if (tp_features
.light_status
) {
4999 if (!acpi_evalf(ec_handle
, &status
, "KBLT", "d"))
5007 static int light_set_status(int status
)
5011 if (tp_features
.light
) {
5013 rc
= acpi_evalf(cmos_handle
, NULL
, NULL
, "vd",
5015 TP_CMOS_THINKLIGHT_ON
:
5016 TP_CMOS_THINKLIGHT_OFF
);
5018 rc
= acpi_evalf(lght_handle
, NULL
, NULL
, "vd",
5021 return (rc
) ? 0 : -EIO
;
5027 static void light_set_status_worker(struct work_struct
*work
)
5029 struct tpacpi_led_classdev
*data
=
5030 container_of(work
, struct tpacpi_led_classdev
, work
);
5032 if (likely(tpacpi_lifecycle
== TPACPI_LIFE_RUNNING
))
5033 light_set_status((data
->new_state
!= TPACPI_LED_OFF
));
5036 static void light_sysfs_set(struct led_classdev
*led_cdev
,
5037 enum led_brightness brightness
)
5039 struct tpacpi_led_classdev
*data
=
5040 container_of(led_cdev
,
5041 struct tpacpi_led_classdev
,
5043 data
->new_state
= (brightness
!= LED_OFF
) ?
5044 TPACPI_LED_ON
: TPACPI_LED_OFF
;
5045 queue_work(tpacpi_wq
, &data
->work
);
5048 static enum led_brightness
light_sysfs_get(struct led_classdev
*led_cdev
)
5050 return (light_get_status() == 1) ? LED_FULL
: LED_OFF
;
5053 static struct tpacpi_led_classdev tpacpi_led_thinklight
= {
5055 .name
= "tpacpi::thinklight",
5056 .brightness_set
= &light_sysfs_set
,
5057 .brightness_get
= &light_sysfs_get
,
5061 static int __init
light_init(struct ibm_init_struct
*iibm
)
5065 vdbg_printk(TPACPI_DBG_INIT
, "initializing light subdriver\n");
5067 if (tpacpi_is_ibm()) {
5068 TPACPI_ACPIHANDLE_INIT(ledb
);
5069 TPACPI_ACPIHANDLE_INIT(lght
);
5071 TPACPI_ACPIHANDLE_INIT(cmos
);
5072 INIT_WORK(&tpacpi_led_thinklight
.work
, light_set_status_worker
);
5074 /* light not supported on 570, 600e/x, 770e, 770x, G4x, R30, R31 */
5075 tp_features
.light
= (cmos_handle
|| lght_handle
) && !ledb_handle
;
5077 if (tp_features
.light
)
5078 /* light status not supported on
5079 570, 600e/x, 770e, 770x, G4x, R30, R31, R32, X20 */
5080 tp_features
.light_status
=
5081 acpi_evalf(ec_handle
, NULL
, "KBLT", "qv");
5083 vdbg_printk(TPACPI_DBG_INIT
, "light is %s, light status is %s\n",
5084 str_supported(tp_features
.light
),
5085 str_supported(tp_features
.light_status
));
5087 if (!tp_features
.light
)
5090 rc
= led_classdev_register(&tpacpi_pdev
->dev
,
5091 &tpacpi_led_thinklight
.led_classdev
);
5094 tp_features
.light
= 0;
5095 tp_features
.light_status
= 0;
5103 static void light_exit(void)
5105 led_classdev_unregister(&tpacpi_led_thinklight
.led_classdev
);
5106 flush_workqueue(tpacpi_wq
);
5109 static int light_read(struct seq_file
*m
)
5113 if (!tp_features
.light
) {
5114 seq_printf(m
, "status:\t\tnot supported\n");
5115 } else if (!tp_features
.light_status
) {
5116 seq_printf(m
, "status:\t\tunknown\n");
5117 seq_printf(m
, "commands:\ton, off\n");
5119 status
= light_get_status();
5122 seq_printf(m
, "status:\t\t%s\n", onoff(status
, 0));
5123 seq_printf(m
, "commands:\ton, off\n");
5129 static int light_write(char *buf
)
5134 if (!tp_features
.light
)
5137 while ((cmd
= next_cmd(&buf
))) {
5138 if (strlencmp(cmd
, "on") == 0) {
5140 } else if (strlencmp(cmd
, "off") == 0) {
5146 return light_set_status(newstatus
);
5149 static struct ibm_struct light_driver_data
= {
5152 .write
= light_write
,
5156 /*************************************************************************
5160 /* sysfs cmos_command -------------------------------------------------- */
5161 static ssize_t
cmos_command_store(struct device
*dev
,
5162 struct device_attribute
*attr
,
5163 const char *buf
, size_t count
)
5165 unsigned long cmos_cmd
;
5168 if (parse_strtoul(buf
, 21, &cmos_cmd
))
5171 res
= issue_thinkpad_cmos_command(cmos_cmd
);
5172 return (res
) ? res
: count
;
5175 static DEVICE_ATTR_WO(cmos_command
);
5177 /* --------------------------------------------------------------------- */
5179 static int __init
cmos_init(struct ibm_init_struct
*iibm
)
5183 vdbg_printk(TPACPI_DBG_INIT
,
5184 "initializing cmos commands subdriver\n");
5186 TPACPI_ACPIHANDLE_INIT(cmos
);
5188 vdbg_printk(TPACPI_DBG_INIT
, "cmos commands are %s\n",
5189 str_supported(cmos_handle
!= NULL
));
5191 res
= device_create_file(&tpacpi_pdev
->dev
, &dev_attr_cmos_command
);
5195 return (cmos_handle
) ? 0 : 1;
5198 static void cmos_exit(void)
5200 device_remove_file(&tpacpi_pdev
->dev
, &dev_attr_cmos_command
);
5203 static int cmos_read(struct seq_file
*m
)
5205 /* cmos not supported on 570, 600e/x, 770e, 770x, A21e, A2xm/p,
5206 R30, R31, T20-22, X20-21 */
5208 seq_printf(m
, "status:\t\tnot supported\n");
5210 seq_printf(m
, "status:\t\tsupported\n");
5211 seq_printf(m
, "commands:\t<cmd> (<cmd> is 0-21)\n");
5217 static int cmos_write(char *buf
)
5222 while ((cmd
= next_cmd(&buf
))) {
5223 if (sscanf(cmd
, "%u", &cmos_cmd
) == 1 &&
5224 cmos_cmd
>= 0 && cmos_cmd
<= 21) {
5229 res
= issue_thinkpad_cmos_command(cmos_cmd
);
5237 static struct ibm_struct cmos_driver_data
= {
5240 .write
= cmos_write
,
5244 /*************************************************************************
5248 enum led_access_mode
{
5249 TPACPI_LED_NONE
= 0,
5250 TPACPI_LED_570
, /* 570 */
5251 TPACPI_LED_OLD
, /* 600e/x, 770e, 770x, A21e, A2xm/p, T20-22, X20-21 */
5252 TPACPI_LED_NEW
, /* all others */
5255 enum { /* For TPACPI_LED_OLD */
5256 TPACPI_LED_EC_HLCL
= 0x0c, /* EC reg to get led to power on */
5257 TPACPI_LED_EC_HLBL
= 0x0d, /* EC reg to blink a lit led */
5258 TPACPI_LED_EC_HLMS
= 0x0e, /* EC reg to select led to command */
5261 static enum led_access_mode led_supported
;
5263 static acpi_handle led_handle
;
5265 #define TPACPI_LED_NUMLEDS 16
5266 static struct tpacpi_led_classdev
*tpacpi_leds
;
5267 static enum led_status_t tpacpi_led_state_cache
[TPACPI_LED_NUMLEDS
];
5268 static const char * const tpacpi_led_names
[TPACPI_LED_NUMLEDS
] = {
5269 /* there's a limit of 19 chars + NULL before 2.6.26 */
5271 "tpacpi:orange:batt",
5272 "tpacpi:green:batt",
5273 "tpacpi::dock_active",
5274 "tpacpi::bay_active",
5275 "tpacpi::dock_batt",
5276 "tpacpi::unknown_led",
5278 "tpacpi::dock_status1",
5279 "tpacpi::dock_status2",
5280 "tpacpi::unknown_led2",
5281 "tpacpi::unknown_led3",
5282 "tpacpi::thinkvantage",
5284 #define TPACPI_SAFE_LEDS 0x1081U
5286 static inline bool tpacpi_is_led_restricted(const unsigned int led
)
5288 #ifdef CONFIG_THINKPAD_ACPI_UNSAFE_LEDS
5291 return (1U & (TPACPI_SAFE_LEDS
>> led
)) == 0;
5295 static int led_get_status(const unsigned int led
)
5298 enum led_status_t led_s
;
5300 switch (led_supported
) {
5301 case TPACPI_LED_570
:
5302 if (!acpi_evalf(ec_handle
,
5303 &status
, "GLED", "dd", 1 << led
))
5305 led_s
= (status
== 0) ?
5310 tpacpi_led_state_cache
[led
] = led_s
;
5319 static int led_set_status(const unsigned int led
,
5320 const enum led_status_t ledstatus
)
5322 /* off, on, blink. Index is led_status_t */
5323 static const unsigned int led_sled_arg1
[] = { 0, 1, 3 };
5324 static const unsigned int led_led_arg1
[] = { 0, 0x80, 0xc0 };
5328 switch (led_supported
) {
5329 case TPACPI_LED_570
:
5331 if (unlikely(led
> 7))
5333 if (unlikely(tpacpi_is_led_restricted(led
)))
5335 if (!acpi_evalf(led_handle
, NULL
, NULL
, "vdd",
5336 (1 << led
), led_sled_arg1
[ledstatus
]))
5339 case TPACPI_LED_OLD
:
5340 /* 600e/x, 770e, 770x, A21e, A2xm/p, T20-22, X20 */
5341 if (unlikely(led
> 7))
5343 if (unlikely(tpacpi_is_led_restricted(led
)))
5345 rc
= ec_write(TPACPI_LED_EC_HLMS
, (1 << led
));
5347 rc
= ec_write(TPACPI_LED_EC_HLBL
,
5348 (ledstatus
== TPACPI_LED_BLINK
) << led
);
5350 rc
= ec_write(TPACPI_LED_EC_HLCL
,
5351 (ledstatus
!= TPACPI_LED_OFF
) << led
);
5353 case TPACPI_LED_NEW
:
5355 if (unlikely(led
>= TPACPI_LED_NUMLEDS
))
5357 if (unlikely(tpacpi_is_led_restricted(led
)))
5359 if (!acpi_evalf(led_handle
, NULL
, NULL
, "vdd",
5360 led
, led_led_arg1
[ledstatus
]))
5368 tpacpi_led_state_cache
[led
] = ledstatus
;
5373 static void led_set_status_worker(struct work_struct
*work
)
5375 struct tpacpi_led_classdev
*data
=
5376 container_of(work
, struct tpacpi_led_classdev
, work
);
5378 if (likely(tpacpi_lifecycle
== TPACPI_LIFE_RUNNING
))
5379 led_set_status(data
->led
, data
->new_state
);
5382 static void led_sysfs_set(struct led_classdev
*led_cdev
,
5383 enum led_brightness brightness
)
5385 struct tpacpi_led_classdev
*data
= container_of(led_cdev
,
5386 struct tpacpi_led_classdev
, led_classdev
);
5388 if (brightness
== LED_OFF
)
5389 data
->new_state
= TPACPI_LED_OFF
;
5390 else if (tpacpi_led_state_cache
[data
->led
] != TPACPI_LED_BLINK
)
5391 data
->new_state
= TPACPI_LED_ON
;
5393 data
->new_state
= TPACPI_LED_BLINK
;
5395 queue_work(tpacpi_wq
, &data
->work
);
5398 static int led_sysfs_blink_set(struct led_classdev
*led_cdev
,
5399 unsigned long *delay_on
, unsigned long *delay_off
)
5401 struct tpacpi_led_classdev
*data
= container_of(led_cdev
,
5402 struct tpacpi_led_classdev
, led_classdev
);
5404 /* Can we choose the flash rate? */
5405 if (*delay_on
== 0 && *delay_off
== 0) {
5406 /* yes. set them to the hardware blink rate (1 Hz) */
5407 *delay_on
= 500; /* ms */
5408 *delay_off
= 500; /* ms */
5409 } else if ((*delay_on
!= 500) || (*delay_off
!= 500))
5412 data
->new_state
= TPACPI_LED_BLINK
;
5413 queue_work(tpacpi_wq
, &data
->work
);
5418 static enum led_brightness
led_sysfs_get(struct led_classdev
*led_cdev
)
5422 struct tpacpi_led_classdev
*data
= container_of(led_cdev
,
5423 struct tpacpi_led_classdev
, led_classdev
);
5425 rc
= led_get_status(data
->led
);
5427 if (rc
== TPACPI_LED_OFF
|| rc
< 0)
5428 rc
= LED_OFF
; /* no error handling in led class :( */
5435 static void led_exit(void)
5439 for (i
= 0; i
< TPACPI_LED_NUMLEDS
; i
++) {
5440 if (tpacpi_leds
[i
].led_classdev
.name
)
5441 led_classdev_unregister(&tpacpi_leds
[i
].led_classdev
);
5444 flush_workqueue(tpacpi_wq
);
5448 static int __init
tpacpi_init_led(unsigned int led
)
5452 tpacpi_leds
[led
].led
= led
;
5454 /* LEDs with no name don't get registered */
5455 if (!tpacpi_led_names
[led
])
5458 tpacpi_leds
[led
].led_classdev
.brightness_set
= &led_sysfs_set
;
5459 tpacpi_leds
[led
].led_classdev
.blink_set
= &led_sysfs_blink_set
;
5460 if (led_supported
== TPACPI_LED_570
)
5461 tpacpi_leds
[led
].led_classdev
.brightness_get
=
5464 tpacpi_leds
[led
].led_classdev
.name
= tpacpi_led_names
[led
];
5466 INIT_WORK(&tpacpi_leds
[led
].work
, led_set_status_worker
);
5468 rc
= led_classdev_register(&tpacpi_pdev
->dev
,
5469 &tpacpi_leds
[led
].led_classdev
);
5471 tpacpi_leds
[led
].led_classdev
.name
= NULL
;
5476 static const struct tpacpi_quirk led_useful_qtable
[] __initconst
= {
5477 TPACPI_Q_IBM('1', 'E', 0x009f), /* A30 */
5478 TPACPI_Q_IBM('1', 'N', 0x009f), /* A31 */
5479 TPACPI_Q_IBM('1', 'G', 0x009f), /* A31 */
5481 TPACPI_Q_IBM('1', 'I', 0x0097), /* T30 */
5482 TPACPI_Q_IBM('1', 'R', 0x0097), /* T40, T41, T42, R50, R51 */
5483 TPACPI_Q_IBM('7', '0', 0x0097), /* T43, R52 */
5484 TPACPI_Q_IBM('1', 'Y', 0x0097), /* T43 */
5485 TPACPI_Q_IBM('1', 'W', 0x0097), /* R50e */
5486 TPACPI_Q_IBM('1', 'V', 0x0097), /* R51 */
5487 TPACPI_Q_IBM('7', '8', 0x0097), /* R51e */
5488 TPACPI_Q_IBM('7', '6', 0x0097), /* R52 */
5490 TPACPI_Q_IBM('1', 'K', 0x00bf), /* X30 */
5491 TPACPI_Q_IBM('1', 'Q', 0x00bf), /* X31, X32 */
5492 TPACPI_Q_IBM('1', 'U', 0x00bf), /* X40 */
5493 TPACPI_Q_IBM('7', '4', 0x00bf), /* X41 */
5494 TPACPI_Q_IBM('7', '5', 0x00bf), /* X41t */
5496 TPACPI_Q_IBM('7', '9', 0x1f97), /* T60 (1) */
5497 TPACPI_Q_IBM('7', '7', 0x1f97), /* Z60* (1) */
5498 TPACPI_Q_IBM('7', 'F', 0x1f97), /* Z61* (1) */
5499 TPACPI_Q_IBM('7', 'B', 0x1fb7), /* X60 (1) */
5501 /* (1) - may have excess leds enabled on MSB */
5503 /* Defaults (order matters, keep last, don't reorder!) */
5505 .vendor
= PCI_VENDOR_ID_LENOVO
,
5506 .bios
= TPACPI_MATCH_ANY
, .ec
= TPACPI_MATCH_ANY
,
5509 { /* IBM ThinkPads with no EC version string */
5510 .vendor
= PCI_VENDOR_ID_IBM
,
5511 .bios
= TPACPI_MATCH_ANY
, .ec
= TPACPI_MATCH_UNKNOWN
,
5514 { /* IBM ThinkPads with EC version string */
5515 .vendor
= PCI_VENDOR_ID_IBM
,
5516 .bios
= TPACPI_MATCH_ANY
, .ec
= TPACPI_MATCH_ANY
,
5521 #undef TPACPI_LEDQ_IBM
5522 #undef TPACPI_LEDQ_LNV
5524 static enum led_access_mode __init
led_init_detect_mode(void)
5528 if (tpacpi_is_ibm()) {
5530 status
= acpi_get_handle(ec_handle
, "SLED", &led_handle
);
5531 if (ACPI_SUCCESS(status
))
5532 return TPACPI_LED_570
;
5534 /* 600e/x, 770e, 770x, A21e, A2xm/p, T20-22, X20-21 */
5535 status
= acpi_get_handle(ec_handle
, "SYSL", &led_handle
);
5536 if (ACPI_SUCCESS(status
))
5537 return TPACPI_LED_OLD
;
5541 status
= acpi_get_handle(ec_handle
, "LED", &led_handle
);
5542 if (ACPI_SUCCESS(status
))
5543 return TPACPI_LED_NEW
;
5545 /* R30, R31, and unknown firmwares */
5547 return TPACPI_LED_NONE
;
5550 static int __init
led_init(struct ibm_init_struct
*iibm
)
5554 unsigned long useful_leds
;
5556 vdbg_printk(TPACPI_DBG_INIT
, "initializing LED subdriver\n");
5558 led_supported
= led_init_detect_mode();
5560 if (led_supported
!= TPACPI_LED_NONE
) {
5561 useful_leds
= tpacpi_check_quirks(led_useful_qtable
,
5562 ARRAY_SIZE(led_useful_qtable
));
5566 led_supported
= TPACPI_LED_NONE
;
5570 vdbg_printk(TPACPI_DBG_INIT
, "LED commands are %s, mode %d\n",
5571 str_supported(led_supported
), led_supported
);
5573 if (led_supported
== TPACPI_LED_NONE
)
5576 tpacpi_leds
= kzalloc(sizeof(*tpacpi_leds
) * TPACPI_LED_NUMLEDS
,
5579 pr_err("Out of memory for LED data\n");
5583 for (i
= 0; i
< TPACPI_LED_NUMLEDS
; i
++) {
5584 tpacpi_leds
[i
].led
= -1;
5586 if (!tpacpi_is_led_restricted(i
) &&
5587 test_bit(i
, &useful_leds
)) {
5588 rc
= tpacpi_init_led(i
);
5596 #ifdef CONFIG_THINKPAD_ACPI_UNSAFE_LEDS
5597 pr_notice("warning: userspace override of important "
5598 "firmware LEDs is enabled\n");
5603 #define str_led_status(s) \
5604 ((s) == TPACPI_LED_OFF ? "off" : \
5605 ((s) == TPACPI_LED_ON ? "on" : "blinking"))
5607 static int led_read(struct seq_file
*m
)
5609 if (!led_supported
) {
5610 seq_printf(m
, "status:\t\tnot supported\n");
5613 seq_printf(m
, "status:\t\tsupported\n");
5615 if (led_supported
== TPACPI_LED_570
) {
5618 for (i
= 0; i
< 8; i
++) {
5619 status
= led_get_status(i
);
5622 seq_printf(m
, "%d:\t\t%s\n",
5623 i
, str_led_status(status
));
5627 seq_printf(m
, "commands:\t"
5628 "<led> on, <led> off, <led> blink (<led> is 0-15)\n");
5633 static int led_write(char *buf
)
5637 enum led_status_t s
;
5642 while ((cmd
= next_cmd(&buf
))) {
5643 if (sscanf(cmd
, "%d", &led
) != 1)
5646 if (led
< 0 || led
> (TPACPI_LED_NUMLEDS
- 1) ||
5647 tpacpi_leds
[led
].led
< 0)
5650 if (strstr(cmd
, "off")) {
5652 } else if (strstr(cmd
, "on")) {
5654 } else if (strstr(cmd
, "blink")) {
5655 s
= TPACPI_LED_BLINK
;
5660 rc
= led_set_status(led
, s
);
5668 static struct ibm_struct led_driver_data
= {
5675 /*************************************************************************
5679 TPACPI_HANDLE(beep
, ec
, "BEEP"); /* all except R30, R31 */
5681 #define TPACPI_BEEP_Q1 0x0001
5683 static const struct tpacpi_quirk beep_quirk_table
[] __initconst
= {
5684 TPACPI_Q_IBM('I', 'M', TPACPI_BEEP_Q1
), /* 570 */
5685 TPACPI_Q_IBM('I', 'U', TPACPI_BEEP_Q1
), /* 570E - unverified */
5688 static int __init
beep_init(struct ibm_init_struct
*iibm
)
5690 unsigned long quirks
;
5692 vdbg_printk(TPACPI_DBG_INIT
, "initializing beep subdriver\n");
5694 TPACPI_ACPIHANDLE_INIT(beep
);
5696 vdbg_printk(TPACPI_DBG_INIT
, "beep is %s\n",
5697 str_supported(beep_handle
!= NULL
));
5699 quirks
= tpacpi_check_quirks(beep_quirk_table
,
5700 ARRAY_SIZE(beep_quirk_table
));
5702 tp_features
.beep_needs_two_args
= !!(quirks
& TPACPI_BEEP_Q1
);
5704 return (beep_handle
) ? 0 : 1;
5707 static int beep_read(struct seq_file
*m
)
5710 seq_printf(m
, "status:\t\tnot supported\n");
5712 seq_printf(m
, "status:\t\tsupported\n");
5713 seq_printf(m
, "commands:\t<cmd> (<cmd> is 0-17)\n");
5719 static int beep_write(char *buf
)
5727 while ((cmd
= next_cmd(&buf
))) {
5728 if (sscanf(cmd
, "%u", &beep_cmd
) == 1 &&
5729 beep_cmd
>= 0 && beep_cmd
<= 17) {
5733 if (tp_features
.beep_needs_two_args
) {
5734 if (!acpi_evalf(beep_handle
, NULL
, NULL
, "vdd",
5738 if (!acpi_evalf(beep_handle
, NULL
, NULL
, "vd",
5747 static struct ibm_struct beep_driver_data
= {
5750 .write
= beep_write
,
5753 /*************************************************************************
5757 enum thermal_access_mode
{
5758 TPACPI_THERMAL_NONE
= 0, /* No thermal support */
5759 TPACPI_THERMAL_ACPI_TMP07
, /* Use ACPI TMP0-7 */
5760 TPACPI_THERMAL_ACPI_UPDT
, /* Use ACPI TMP0-7 with UPDT */
5761 TPACPI_THERMAL_TPEC_8
, /* Use ACPI EC regs, 8 sensors */
5762 TPACPI_THERMAL_TPEC_16
, /* Use ACPI EC regs, 16 sensors */
5765 enum { /* TPACPI_THERMAL_TPEC_* */
5766 TP_EC_THERMAL_TMP0
= 0x78, /* ACPI EC regs TMP 0..7 */
5767 TP_EC_THERMAL_TMP8
= 0xC0, /* ACPI EC regs TMP 8..15 */
5768 TP_EC_THERMAL_TMP_NA
= -128, /* ACPI EC sensor not available */
5770 TPACPI_THERMAL_SENSOR_NA
= -128000, /* Sensor not available */
5774 #define TPACPI_MAX_THERMAL_SENSORS 16 /* Max thermal sensors supported */
5775 struct ibm_thermal_sensors_struct
{
5776 s32 temp
[TPACPI_MAX_THERMAL_SENSORS
];
5779 static enum thermal_access_mode thermal_read_mode
;
5781 /* idx is zero-based */
5782 static int thermal_get_sensor(int idx
, s32
*value
)
5788 t
= TP_EC_THERMAL_TMP0
;
5790 switch (thermal_read_mode
) {
5791 #if TPACPI_MAX_THERMAL_SENSORS >= 16
5792 case TPACPI_THERMAL_TPEC_16
:
5793 if (idx
>= 8 && idx
<= 15) {
5794 t
= TP_EC_THERMAL_TMP8
;
5799 case TPACPI_THERMAL_TPEC_8
:
5801 if (!acpi_ec_read(t
+ idx
, &tmp
))
5803 *value
= tmp
* 1000;
5808 case TPACPI_THERMAL_ACPI_UPDT
:
5810 snprintf(tmpi
, sizeof(tmpi
), "TMP%c", '0' + idx
);
5811 if (!acpi_evalf(ec_handle
, NULL
, "UPDT", "v"))
5813 if (!acpi_evalf(ec_handle
, &t
, tmpi
, "d"))
5815 *value
= (t
- 2732) * 100;
5820 case TPACPI_THERMAL_ACPI_TMP07
:
5822 snprintf(tmpi
, sizeof(tmpi
), "TMP%c", '0' + idx
);
5823 if (!acpi_evalf(ec_handle
, &t
, tmpi
, "d"))
5825 if (t
> 127 || t
< -127)
5826 t
= TP_EC_THERMAL_TMP_NA
;
5832 case TPACPI_THERMAL_NONE
:
5840 static int thermal_get_sensors(struct ibm_thermal_sensors_struct
*s
)
5851 if (thermal_read_mode
== TPACPI_THERMAL_TPEC_16
)
5854 for (i
= 0 ; i
< n
; i
++) {
5855 res
= thermal_get_sensor(i
, &s
->temp
[i
]);
5863 static void thermal_dump_all_sensors(void)
5866 struct ibm_thermal_sensors_struct t
;
5868 n
= thermal_get_sensors(&t
);
5872 pr_notice("temperatures (Celsius):");
5874 for (i
= 0; i
< n
; i
++) {
5875 if (t
.temp
[i
] != TPACPI_THERMAL_SENSOR_NA
)
5876 pr_cont(" %d", (int)(t
.temp
[i
] / 1000));
5884 /* sysfs temp##_input -------------------------------------------------- */
5886 static ssize_t
thermal_temp_input_show(struct device
*dev
,
5887 struct device_attribute
*attr
,
5890 struct sensor_device_attribute
*sensor_attr
=
5891 to_sensor_dev_attr(attr
);
5892 int idx
= sensor_attr
->index
;
5896 res
= thermal_get_sensor(idx
, &value
);
5899 if (value
== TPACPI_THERMAL_SENSOR_NA
)
5902 return snprintf(buf
, PAGE_SIZE
, "%d\n", value
);
5905 #define THERMAL_SENSOR_ATTR_TEMP(_idxA, _idxB) \
5906 SENSOR_ATTR(temp##_idxA##_input, S_IRUGO, \
5907 thermal_temp_input_show, NULL, _idxB)
5909 static struct sensor_device_attribute sensor_dev_attr_thermal_temp_input
[] = {
5910 THERMAL_SENSOR_ATTR_TEMP(1, 0),
5911 THERMAL_SENSOR_ATTR_TEMP(2, 1),
5912 THERMAL_SENSOR_ATTR_TEMP(3, 2),
5913 THERMAL_SENSOR_ATTR_TEMP(4, 3),
5914 THERMAL_SENSOR_ATTR_TEMP(5, 4),
5915 THERMAL_SENSOR_ATTR_TEMP(6, 5),
5916 THERMAL_SENSOR_ATTR_TEMP(7, 6),
5917 THERMAL_SENSOR_ATTR_TEMP(8, 7),
5918 THERMAL_SENSOR_ATTR_TEMP(9, 8),
5919 THERMAL_SENSOR_ATTR_TEMP(10, 9),
5920 THERMAL_SENSOR_ATTR_TEMP(11, 10),
5921 THERMAL_SENSOR_ATTR_TEMP(12, 11),
5922 THERMAL_SENSOR_ATTR_TEMP(13, 12),
5923 THERMAL_SENSOR_ATTR_TEMP(14, 13),
5924 THERMAL_SENSOR_ATTR_TEMP(15, 14),
5925 THERMAL_SENSOR_ATTR_TEMP(16, 15),
5928 #define THERMAL_ATTRS(X) \
5929 &sensor_dev_attr_thermal_temp_input[X].dev_attr.attr
5931 static struct attribute
*thermal_temp_input_attr
[] = {
5951 static const struct attribute_group thermal_temp_input16_group
= {
5952 .attrs
= thermal_temp_input_attr
5955 static const struct attribute_group thermal_temp_input8_group
= {
5956 .attrs
= &thermal_temp_input_attr
[8]
5959 #undef THERMAL_SENSOR_ATTR_TEMP
5960 #undef THERMAL_ATTRS
5962 /* --------------------------------------------------------------------- */
5964 static int __init
thermal_init(struct ibm_init_struct
*iibm
)
5971 vdbg_printk(TPACPI_DBG_INIT
, "initializing thermal subdriver\n");
5973 acpi_tmp7
= acpi_evalf(ec_handle
, NULL
, "TMP7", "qv");
5975 if (thinkpad_id
.ec_model
) {
5977 * Direct EC access mode: sensors at registers
5978 * 0x78-0x7F, 0xC0-0xC7. Registers return 0x00 for
5979 * non-implemented, thermal sensors return 0x80 when
5984 for (i
= 0; i
< 8; i
++) {
5985 if (acpi_ec_read(TP_EC_THERMAL_TMP0
+ i
, &t
)) {
5991 if (acpi_ec_read(TP_EC_THERMAL_TMP8
+ i
, &t
)) {
5999 /* This is sheer paranoia, but we handle it anyway */
6001 pr_err("ThinkPad ACPI EC access misbehaving, "
6002 "falling back to ACPI TMPx access "
6004 thermal_read_mode
= TPACPI_THERMAL_ACPI_TMP07
;
6006 pr_err("ThinkPad ACPI EC access misbehaving, "
6007 "disabling thermal sensors access\n");
6008 thermal_read_mode
= TPACPI_THERMAL_NONE
;
6013 TPACPI_THERMAL_TPEC_16
: TPACPI_THERMAL_TPEC_8
;
6015 } else if (acpi_tmp7
) {
6016 if (tpacpi_is_ibm() &&
6017 acpi_evalf(ec_handle
, NULL
, "UPDT", "qv")) {
6018 /* 600e/x, 770e, 770x */
6019 thermal_read_mode
= TPACPI_THERMAL_ACPI_UPDT
;
6021 /* IBM/LENOVO DSDT EC.TMPx access, max 8 sensors */
6022 thermal_read_mode
= TPACPI_THERMAL_ACPI_TMP07
;
6025 /* temperatures not supported on 570, G4x, R30, R31, R32 */
6026 thermal_read_mode
= TPACPI_THERMAL_NONE
;
6029 vdbg_printk(TPACPI_DBG_INIT
, "thermal is %s, mode %d\n",
6030 str_supported(thermal_read_mode
!= TPACPI_THERMAL_NONE
),
6033 switch (thermal_read_mode
) {
6034 case TPACPI_THERMAL_TPEC_16
:
6035 res
= sysfs_create_group(&tpacpi_sensors_pdev
->dev
.kobj
,
6036 &thermal_temp_input16_group
);
6040 case TPACPI_THERMAL_TPEC_8
:
6041 case TPACPI_THERMAL_ACPI_TMP07
:
6042 case TPACPI_THERMAL_ACPI_UPDT
:
6043 res
= sysfs_create_group(&tpacpi_sensors_pdev
->dev
.kobj
,
6044 &thermal_temp_input8_group
);
6048 case TPACPI_THERMAL_NONE
:
6056 static void thermal_exit(void)
6058 switch (thermal_read_mode
) {
6059 case TPACPI_THERMAL_TPEC_16
:
6060 sysfs_remove_group(&tpacpi_sensors_pdev
->dev
.kobj
,
6061 &thermal_temp_input16_group
);
6063 case TPACPI_THERMAL_TPEC_8
:
6064 case TPACPI_THERMAL_ACPI_TMP07
:
6065 case TPACPI_THERMAL_ACPI_UPDT
:
6066 sysfs_remove_group(&tpacpi_sensors_pdev
->dev
.kobj
,
6067 &thermal_temp_input8_group
);
6069 case TPACPI_THERMAL_NONE
:
6075 static int thermal_read(struct seq_file
*m
)
6078 struct ibm_thermal_sensors_struct t
;
6080 n
= thermal_get_sensors(&t
);
6081 if (unlikely(n
< 0))
6084 seq_printf(m
, "temperatures:\t");
6087 for (i
= 0; i
< (n
- 1); i
++)
6088 seq_printf(m
, "%d ", t
.temp
[i
] / 1000);
6089 seq_printf(m
, "%d\n", t
.temp
[i
] / 1000);
6091 seq_printf(m
, "not supported\n");
6096 static struct ibm_struct thermal_driver_data
= {
6098 .read
= thermal_read
,
6099 .exit
= thermal_exit
,
6102 /*************************************************************************
6103 * Backlight/brightness subdriver
6106 #define TPACPI_BACKLIGHT_DEV_NAME "thinkpad_screen"
6109 * ThinkPads can read brightness from two places: EC HBRV (0x31), or
6110 * CMOS NVRAM byte 0x5E, bits 0-3.
6112 * EC HBRV (0x31) has the following layout
6113 * Bit 7: unknown function
6114 * Bit 6: unknown function
6115 * Bit 5: Z: honour scale changes, NZ: ignore scale changes
6116 * Bit 4: must be set to zero to avoid problems
6117 * Bit 3-0: backlight brightness level
6119 * brightness_get_raw returns status data in the HBRV layout
6121 * WARNING: The X61 has been verified to use HBRV for something else, so
6122 * this should be used _only_ on IBM ThinkPads, and maybe with some careful
6123 * testing on the very early *60 Lenovo models...
6127 TP_EC_BACKLIGHT
= 0x31,
6129 /* TP_EC_BACKLIGHT bitmasks */
6130 TP_EC_BACKLIGHT_LVLMSK
= 0x1F,
6131 TP_EC_BACKLIGHT_CMDMSK
= 0xE0,
6132 TP_EC_BACKLIGHT_MAPSW
= 0x20,
6135 enum tpacpi_brightness_access_mode
{
6136 TPACPI_BRGHT_MODE_AUTO
= 0, /* Not implemented yet */
6137 TPACPI_BRGHT_MODE_EC
, /* EC control */
6138 TPACPI_BRGHT_MODE_UCMS_STEP
, /* UCMS step-based control */
6139 TPACPI_BRGHT_MODE_ECNVRAM
, /* EC control w/ NVRAM store */
6140 TPACPI_BRGHT_MODE_MAX
6143 static struct backlight_device
*ibm_backlight_device
;
6145 static enum tpacpi_brightness_access_mode brightness_mode
=
6146 TPACPI_BRGHT_MODE_MAX
;
6148 static unsigned int brightness_enable
= 2; /* 2 = auto, 0 = no, 1 = yes */
6150 static struct mutex brightness_mutex
;
6152 /* NVRAM brightness access,
6153 * call with brightness_mutex held! */
6154 static unsigned int tpacpi_brightness_nvram_get(void)
6158 lnvram
= (nvram_read_byte(TP_NVRAM_ADDR_BRIGHTNESS
)
6159 & TP_NVRAM_MASK_LEVEL_BRIGHTNESS
)
6160 >> TP_NVRAM_POS_LEVEL_BRIGHTNESS
;
6161 lnvram
&= bright_maxlvl
;
6166 static void tpacpi_brightness_checkpoint_nvram(void)
6171 if (brightness_mode
!= TPACPI_BRGHT_MODE_ECNVRAM
)
6174 vdbg_printk(TPACPI_DBG_BRGHT
,
6175 "trying to checkpoint backlight level to NVRAM...\n");
6177 if (mutex_lock_killable(&brightness_mutex
) < 0)
6180 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT
, &lec
)))
6182 lec
&= TP_EC_BACKLIGHT_LVLMSK
;
6183 b_nvram
= nvram_read_byte(TP_NVRAM_ADDR_BRIGHTNESS
);
6185 if (lec
!= ((b_nvram
& TP_NVRAM_MASK_LEVEL_BRIGHTNESS
)
6186 >> TP_NVRAM_POS_LEVEL_BRIGHTNESS
)) {
6187 /* NVRAM needs update */
6188 b_nvram
&= ~(TP_NVRAM_MASK_LEVEL_BRIGHTNESS
<<
6189 TP_NVRAM_POS_LEVEL_BRIGHTNESS
);
6191 nvram_write_byte(b_nvram
, TP_NVRAM_ADDR_BRIGHTNESS
);
6192 dbg_printk(TPACPI_DBG_BRGHT
,
6193 "updated NVRAM backlight level to %u (0x%02x)\n",
6194 (unsigned int) lec
, (unsigned int) b_nvram
);
6196 vdbg_printk(TPACPI_DBG_BRGHT
,
6197 "NVRAM backlight level already is %u (0x%02x)\n",
6198 (unsigned int) lec
, (unsigned int) b_nvram
);
6201 mutex_unlock(&brightness_mutex
);
6205 /* call with brightness_mutex held! */
6206 static int tpacpi_brightness_get_raw(int *status
)
6210 switch (brightness_mode
) {
6211 case TPACPI_BRGHT_MODE_UCMS_STEP
:
6212 *status
= tpacpi_brightness_nvram_get();
6214 case TPACPI_BRGHT_MODE_EC
:
6215 case TPACPI_BRGHT_MODE_ECNVRAM
:
6216 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT
, &lec
)))
6225 /* call with brightness_mutex held! */
6226 /* do NOT call with illegal backlight level value */
6227 static int tpacpi_brightness_set_ec(unsigned int value
)
6231 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT
, &lec
)))
6234 if (unlikely(!acpi_ec_write(TP_EC_BACKLIGHT
,
6235 (lec
& TP_EC_BACKLIGHT_CMDMSK
) |
6236 (value
& TP_EC_BACKLIGHT_LVLMSK
))))
6242 /* call with brightness_mutex held! */
6243 static int tpacpi_brightness_set_ucmsstep(unsigned int value
)
6246 unsigned int current_value
, i
;
6248 current_value
= tpacpi_brightness_nvram_get();
6250 if (value
== current_value
)
6253 cmos_cmd
= (value
> current_value
) ?
6254 TP_CMOS_BRIGHTNESS_UP
:
6255 TP_CMOS_BRIGHTNESS_DOWN
;
6256 inc
= (value
> current_value
) ? 1 : -1;
6258 for (i
= current_value
; i
!= value
; i
+= inc
)
6259 if (issue_thinkpad_cmos_command(cmos_cmd
))
6265 /* May return EINTR which can always be mapped to ERESTARTSYS */
6266 static int brightness_set(unsigned int value
)
6270 if (value
> bright_maxlvl
)
6273 vdbg_printk(TPACPI_DBG_BRGHT
,
6274 "set backlight level to %d\n", value
);
6276 res
= mutex_lock_killable(&brightness_mutex
);
6280 switch (brightness_mode
) {
6281 case TPACPI_BRGHT_MODE_EC
:
6282 case TPACPI_BRGHT_MODE_ECNVRAM
:
6283 res
= tpacpi_brightness_set_ec(value
);
6285 case TPACPI_BRGHT_MODE_UCMS_STEP
:
6286 res
= tpacpi_brightness_set_ucmsstep(value
);
6292 mutex_unlock(&brightness_mutex
);
6296 /* sysfs backlight class ----------------------------------------------- */
6298 static int brightness_update_status(struct backlight_device
*bd
)
6300 unsigned int level
=
6301 (bd
->props
.fb_blank
== FB_BLANK_UNBLANK
&&
6302 bd
->props
.power
== FB_BLANK_UNBLANK
) ?
6303 bd
->props
.brightness
: 0;
6305 dbg_printk(TPACPI_DBG_BRGHT
,
6306 "backlight: attempt to set level to %d\n",
6309 /* it is the backlight class's job (caller) to handle
6310 * EINTR and other errors properly */
6311 return brightness_set(level
);
6314 static int brightness_get(struct backlight_device
*bd
)
6318 res
= mutex_lock_killable(&brightness_mutex
);
6322 res
= tpacpi_brightness_get_raw(&status
);
6324 mutex_unlock(&brightness_mutex
);
6329 return status
& TP_EC_BACKLIGHT_LVLMSK
;
6332 static void tpacpi_brightness_notify_change(void)
6334 backlight_force_update(ibm_backlight_device
,
6335 BACKLIGHT_UPDATE_HOTKEY
);
6338 static const struct backlight_ops ibm_backlight_data
= {
6339 .get_brightness
= brightness_get
,
6340 .update_status
= brightness_update_status
,
6343 /* --------------------------------------------------------------------- */
6346 * Call _BCL method of video device. On some ThinkPads this will
6347 * switch the firmware to the ACPI brightness control mode.
6350 static int __init
tpacpi_query_bcl_levels(acpi_handle handle
)
6352 struct acpi_buffer buffer
= { ACPI_ALLOCATE_BUFFER
, NULL
};
6353 union acpi_object
*obj
;
6354 struct acpi_device
*device
, *child
;
6357 if (acpi_bus_get_device(handle
, &device
))
6361 list_for_each_entry(child
, &device
->children
, node
) {
6362 acpi_status status
= acpi_evaluate_object(child
->handle
, "_BCL",
6364 if (ACPI_FAILURE(status
))
6367 obj
= (union acpi_object
*)buffer
.pointer
;
6368 if (!obj
|| (obj
->type
!= ACPI_TYPE_PACKAGE
)) {
6369 pr_err("Unknown _BCL data, please report this to %s\n",
6373 rc
= obj
->package
.count
;
6378 kfree(buffer
.pointer
);
6384 * Returns 0 (no ACPI _BCL or _BCL invalid), or size of brightness map
6386 static unsigned int __init
tpacpi_check_std_acpi_brightness_support(void)
6388 acpi_handle video_device
;
6391 tpacpi_acpi_handle_locate("video", NULL
, &video_device
);
6393 bcl_levels
= tpacpi_query_bcl_levels(video_device
);
6395 tp_features
.bright_acpimode
= (bcl_levels
> 0);
6397 return (bcl_levels
> 2) ? (bcl_levels
- 2) : 0;
6401 * These are only useful for models that have only one possibility
6402 * of GPU. If the BIOS model handles both ATI and Intel, don't use
6405 #define TPACPI_BRGHT_Q_NOEC 0x0001 /* Must NOT use EC HBRV */
6406 #define TPACPI_BRGHT_Q_EC 0x0002 /* Should or must use EC HBRV */
6407 #define TPACPI_BRGHT_Q_ASK 0x8000 /* Ask for user report */
6409 static const struct tpacpi_quirk brightness_quirk_table
[] __initconst
= {
6410 /* Models with ATI GPUs known to require ECNVRAM mode */
6411 TPACPI_Q_IBM('1', 'Y', TPACPI_BRGHT_Q_EC
), /* T43/p ATI */
6413 /* Models with ATI GPUs that can use ECNVRAM */
6414 TPACPI_Q_IBM('1', 'R', TPACPI_BRGHT_Q_EC
), /* R50,51 T40-42 */
6415 TPACPI_Q_IBM('1', 'Q', TPACPI_BRGHT_Q_ASK
|TPACPI_BRGHT_Q_EC
),
6416 TPACPI_Q_IBM('7', '6', TPACPI_BRGHT_Q_EC
), /* R52 */
6417 TPACPI_Q_IBM('7', '8', TPACPI_BRGHT_Q_ASK
|TPACPI_BRGHT_Q_EC
),
6419 /* Models with Intel Extreme Graphics 2 */
6420 TPACPI_Q_IBM('1', 'U', TPACPI_BRGHT_Q_NOEC
), /* X40 */
6421 TPACPI_Q_IBM('1', 'V', TPACPI_BRGHT_Q_ASK
|TPACPI_BRGHT_Q_EC
),
6422 TPACPI_Q_IBM('1', 'W', TPACPI_BRGHT_Q_ASK
|TPACPI_BRGHT_Q_EC
),
6424 /* Models with Intel GMA900 */
6425 TPACPI_Q_IBM('7', '0', TPACPI_BRGHT_Q_NOEC
), /* T43, R52 */
6426 TPACPI_Q_IBM('7', '4', TPACPI_BRGHT_Q_NOEC
), /* X41 */
6427 TPACPI_Q_IBM('7', '5', TPACPI_BRGHT_Q_NOEC
), /* X41 Tablet */
6431 * Returns < 0 for error, otherwise sets tp_features.bright_*
6432 * and bright_maxlvl.
6434 static void __init
tpacpi_detect_brightness_capabilities(void)
6438 vdbg_printk(TPACPI_DBG_INIT
,
6439 "detecting firmware brightness interface capabilities\n");
6441 /* we could run a quirks check here (same table used by
6442 * brightness_init) if needed */
6445 * We always attempt to detect acpi support, so as to switch
6446 * Lenovo Vista BIOS to ACPI brightness mode even if we are not
6447 * going to publish a backlight interface
6449 b
= tpacpi_check_std_acpi_brightness_support();
6453 pr_info("detected a 16-level brightness capable ThinkPad\n");
6458 pr_info("detected a 8-level brightness capable ThinkPad\n");
6461 pr_err("Unsupported brightness interface, "
6462 "please contact %s\n", TPACPI_MAIL
);
6463 tp_features
.bright_unkfw
= 1;
6464 bright_maxlvl
= b
- 1;
6468 static int __init
brightness_init(struct ibm_init_struct
*iibm
)
6470 struct backlight_properties props
;
6472 unsigned long quirks
;
6474 vdbg_printk(TPACPI_DBG_INIT
, "initializing brightness subdriver\n");
6476 mutex_init(&brightness_mutex
);
6478 quirks
= tpacpi_check_quirks(brightness_quirk_table
,
6479 ARRAY_SIZE(brightness_quirk_table
));
6481 /* tpacpi_detect_brightness_capabilities() must have run already */
6483 /* if it is unknown, we don't handle it: it wouldn't be safe */
6484 if (tp_features
.bright_unkfw
)
6487 if (!brightness_enable
) {
6488 dbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_BRGHT
,
6489 "brightness support disabled by "
6490 "module parameter\n");
6494 if (acpi_video_backlight_support()) {
6495 if (brightness_enable
> 1) {
6496 pr_info("Standard ACPI backlight interface "
6497 "available, not loading native one\n");
6499 } else if (brightness_enable
== 1) {
6500 pr_warn("Cannot enable backlight brightness support, "
6501 "ACPI is already handling it. Refer to the "
6502 "acpi_backlight kernel parameter.\n");
6505 } else if (tp_features
.bright_acpimode
&& brightness_enable
> 1) {
6506 pr_notice("Standard ACPI backlight interface not "
6507 "available, thinkpad_acpi native "
6508 "brightness control enabled\n");
6512 * Check for module parameter bogosity, note that we
6513 * init brightness_mode to TPACPI_BRGHT_MODE_MAX in order to be
6514 * able to detect "unspecified"
6516 if (brightness_mode
> TPACPI_BRGHT_MODE_MAX
)
6519 /* TPACPI_BRGHT_MODE_AUTO not implemented yet, just use default */
6520 if (brightness_mode
== TPACPI_BRGHT_MODE_AUTO
||
6521 brightness_mode
== TPACPI_BRGHT_MODE_MAX
) {
6522 if (quirks
& TPACPI_BRGHT_Q_EC
)
6523 brightness_mode
= TPACPI_BRGHT_MODE_ECNVRAM
;
6525 brightness_mode
= TPACPI_BRGHT_MODE_UCMS_STEP
;
6527 dbg_printk(TPACPI_DBG_BRGHT
,
6528 "driver auto-selected brightness_mode=%d\n",
6533 if (!tpacpi_is_ibm() &&
6534 (brightness_mode
== TPACPI_BRGHT_MODE_ECNVRAM
||
6535 brightness_mode
== TPACPI_BRGHT_MODE_EC
))
6538 if (tpacpi_brightness_get_raw(&b
) < 0)
6541 memset(&props
, 0, sizeof(struct backlight_properties
));
6542 props
.type
= BACKLIGHT_PLATFORM
;
6543 props
.max_brightness
= bright_maxlvl
;
6544 props
.brightness
= b
& TP_EC_BACKLIGHT_LVLMSK
;
6545 ibm_backlight_device
= backlight_device_register(TPACPI_BACKLIGHT_DEV_NAME
,
6547 &ibm_backlight_data
,
6549 if (IS_ERR(ibm_backlight_device
)) {
6550 int rc
= PTR_ERR(ibm_backlight_device
);
6551 ibm_backlight_device
= NULL
;
6552 pr_err("Could not register backlight device\n");
6555 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_BRGHT
,
6556 "brightness is supported\n");
6558 if (quirks
& TPACPI_BRGHT_Q_ASK
) {
6559 pr_notice("brightness: will use unverified default: "
6560 "brightness_mode=%d\n", brightness_mode
);
6561 pr_notice("brightness: please report to %s whether it works well "
6562 "or not on your ThinkPad\n", TPACPI_MAIL
);
6565 /* Added by mistake in early 2007. Probably useless, but it could
6566 * be working around some unknown firmware problem where the value
6567 * read at startup doesn't match the real hardware state... so leave
6568 * it in place just in case */
6569 backlight_update_status(ibm_backlight_device
);
6571 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_BRGHT
,
6572 "brightness: registering brightness hotkeys "
6573 "as change notification\n");
6574 tpacpi_hotkey_driver_mask_set(hotkey_driver_mask
6575 | TP_ACPI_HKEY_BRGHTUP_MASK
6576 | TP_ACPI_HKEY_BRGHTDWN_MASK
);
6580 static void brightness_suspend(void)
6582 tpacpi_brightness_checkpoint_nvram();
6585 static void brightness_shutdown(void)
6587 tpacpi_brightness_checkpoint_nvram();
6590 static void brightness_exit(void)
6592 if (ibm_backlight_device
) {
6593 vdbg_printk(TPACPI_DBG_EXIT
| TPACPI_DBG_BRGHT
,
6594 "calling backlight_device_unregister()\n");
6595 backlight_device_unregister(ibm_backlight_device
);
6598 tpacpi_brightness_checkpoint_nvram();
6601 static int brightness_read(struct seq_file
*m
)
6605 level
= brightness_get(NULL
);
6607 seq_printf(m
, "level:\t\tunreadable\n");
6609 seq_printf(m
, "level:\t\t%d\n", level
);
6610 seq_printf(m
, "commands:\tup, down\n");
6611 seq_printf(m
, "commands:\tlevel <level> (<level> is 0-%d)\n",
6618 static int brightness_write(char *buf
)
6624 level
= brightness_get(NULL
);
6628 while ((cmd
= next_cmd(&buf
))) {
6629 if (strlencmp(cmd
, "up") == 0) {
6630 if (level
< bright_maxlvl
)
6632 } else if (strlencmp(cmd
, "down") == 0) {
6635 } else if (sscanf(cmd
, "level %d", &level
) == 1 &&
6636 level
>= 0 && level
<= bright_maxlvl
) {
6642 tpacpi_disclose_usertask("procfs brightness",
6643 "set level to %d\n", level
);
6646 * Now we know what the final level should be, so we try to set it.
6647 * Doing it this way makes the syscall restartable in case of EINTR
6649 rc
= brightness_set(level
);
6650 if (!rc
&& ibm_backlight_device
)
6651 backlight_force_update(ibm_backlight_device
,
6652 BACKLIGHT_UPDATE_SYSFS
);
6653 return (rc
== -EINTR
) ? -ERESTARTSYS
: rc
;
6656 static struct ibm_struct brightness_driver_data
= {
6657 .name
= "brightness",
6658 .read
= brightness_read
,
6659 .write
= brightness_write
,
6660 .exit
= brightness_exit
,
6661 .suspend
= brightness_suspend
,
6662 .shutdown
= brightness_shutdown
,
6665 /*************************************************************************
6670 * IBM ThinkPads have a simple volume controller with MUTE gating.
6671 * Very early Lenovo ThinkPads follow the IBM ThinkPad spec.
6673 * Since the *61 series (and probably also the later *60 series), Lenovo
6674 * ThinkPads only implement the MUTE gate.
6677 * Bit 6: MUTE (1 mutes sound)
6679 * Other bits should be zero as far as we know.
6681 * This is also stored in CMOS NVRAM, byte 0x60, bit 6 (MUTE), and
6682 * bits 3-0 (volume). Other bits in NVRAM may have other functions,
6683 * such as bit 7 which is used to detect repeated presses of MUTE,
6684 * and we leave them unchanged.
6686 * On newer Lenovo ThinkPads, the EC can automatically change the volume
6687 * in response to user input. Unfortunately, this rarely works well.
6688 * The laptop changes the state of its internal MUTE gate and, on some
6689 * models, sends KEY_MUTE, causing any user code that responds to the
6690 * mute button to get confused. The hardware MUTE gate is also
6691 * unnecessary, since user code can handle the mute button without
6692 * kernel or EC help.
6694 * To avoid confusing userspace, we simply disable all EC-based mute
6695 * and volume controls when possible.
6698 #ifdef CONFIG_THINKPAD_ACPI_ALSA_SUPPORT
6700 #define TPACPI_ALSA_DRVNAME "ThinkPad EC"
6701 #define TPACPI_ALSA_SHRTNAME "ThinkPad Console Audio Control"
6702 #define TPACPI_ALSA_MIXERNAME TPACPI_ALSA_SHRTNAME
6704 #if SNDRV_CARDS <= 32
6705 #define DEFAULT_ALSA_IDX ~((1 << (SNDRV_CARDS - 3)) - 1)
6707 #define DEFAULT_ALSA_IDX ~((1 << (32 - 3)) - 1)
6709 static int alsa_index
= DEFAULT_ALSA_IDX
; /* last three slots */
6710 static char *alsa_id
= "ThinkPadEC";
6711 static bool alsa_enable
= SNDRV_DEFAULT_ENABLE1
;
6713 struct tpacpi_alsa_data
{
6714 struct snd_card
*card
;
6715 struct snd_ctl_elem_id
*ctl_mute_id
;
6716 struct snd_ctl_elem_id
*ctl_vol_id
;
6719 static struct snd_card
*alsa_card
;
6724 /* TP_EC_AUDIO bits */
6725 TP_EC_AUDIO_MUTESW
= 6,
6727 /* TP_EC_AUDIO bitmasks */
6728 TP_EC_AUDIO_LVL_MSK
= 0x0F,
6729 TP_EC_AUDIO_MUTESW_MSK
= (1 << TP_EC_AUDIO_MUTESW
),
6731 /* Maximum volume */
6732 TP_EC_VOLUME_MAX
= 14,
6735 enum tpacpi_volume_access_mode
{
6736 TPACPI_VOL_MODE_AUTO
= 0, /* Not implemented yet */
6737 TPACPI_VOL_MODE_EC
, /* Pure EC control */
6738 TPACPI_VOL_MODE_UCMS_STEP
, /* UCMS step-based control: N/A */
6739 TPACPI_VOL_MODE_ECNVRAM
, /* EC control w/ NVRAM store */
6743 enum tpacpi_volume_capabilities
{
6744 TPACPI_VOL_CAP_AUTO
= 0, /* Use white/blacklist */
6745 TPACPI_VOL_CAP_VOLMUTE
, /* Output vol and mute */
6746 TPACPI_VOL_CAP_MUTEONLY
, /* Output mute only */
6750 enum tpacpi_mute_btn_mode
{
6751 TP_EC_MUTE_BTN_LATCH
= 0, /* Mute mutes; up/down unmutes */
6752 /* We don't know what mode 1 is. */
6753 TP_EC_MUTE_BTN_NONE
= 2, /* Mute and up/down are just keys */
6754 TP_EC_MUTE_BTN_TOGGLE
= 3, /* Mute toggles; up/down unmutes */
6757 static enum tpacpi_volume_access_mode volume_mode
=
6758 TPACPI_VOL_MODE_MAX
;
6760 static enum tpacpi_volume_capabilities volume_capabilities
;
6761 static bool volume_control_allowed
;
6762 static bool software_mute_requested
= true;
6763 static bool software_mute_active
;
6764 static int software_mute_orig_mode
;
6767 * Used to syncronize writers to TP_EC_AUDIO and
6768 * TP_NVRAM_ADDR_MIXER, as we need to do read-modify-write
6770 static struct mutex volume_mutex
;
6772 static void tpacpi_volume_checkpoint_nvram(void)
6778 if (volume_mode
!= TPACPI_VOL_MODE_ECNVRAM
)
6780 if (!volume_control_allowed
)
6782 if (software_mute_active
)
6785 vdbg_printk(TPACPI_DBG_MIXER
,
6786 "trying to checkpoint mixer state to NVRAM...\n");
6788 if (tp_features
.mixer_no_level_control
)
6789 ec_mask
= TP_EC_AUDIO_MUTESW_MSK
;
6791 ec_mask
= TP_EC_AUDIO_MUTESW_MSK
| TP_EC_AUDIO_LVL_MSK
;
6793 if (mutex_lock_killable(&volume_mutex
) < 0)
6796 if (unlikely(!acpi_ec_read(TP_EC_AUDIO
, &lec
)))
6799 b_nvram
= nvram_read_byte(TP_NVRAM_ADDR_MIXER
);
6801 if (lec
!= (b_nvram
& ec_mask
)) {
6802 /* NVRAM needs update */
6803 b_nvram
&= ~ec_mask
;
6805 nvram_write_byte(b_nvram
, TP_NVRAM_ADDR_MIXER
);
6806 dbg_printk(TPACPI_DBG_MIXER
,
6807 "updated NVRAM mixer status to 0x%02x (0x%02x)\n",
6808 (unsigned int) lec
, (unsigned int) b_nvram
);
6810 vdbg_printk(TPACPI_DBG_MIXER
,
6811 "NVRAM mixer status already is 0x%02x (0x%02x)\n",
6812 (unsigned int) lec
, (unsigned int) b_nvram
);
6816 mutex_unlock(&volume_mutex
);
6819 static int volume_get_status_ec(u8
*status
)
6823 if (!acpi_ec_read(TP_EC_AUDIO
, &s
))
6828 dbg_printk(TPACPI_DBG_MIXER
, "status 0x%02x\n", s
);
6833 static int volume_get_status(u8
*status
)
6835 return volume_get_status_ec(status
);
6838 static int volume_set_status_ec(const u8 status
)
6840 if (!acpi_ec_write(TP_EC_AUDIO
, status
))
6843 dbg_printk(TPACPI_DBG_MIXER
, "set EC mixer to 0x%02x\n", status
);
6846 * On X200s, and possibly on others, it can take a while for
6847 * reads to become correct.
6854 static int volume_set_status(const u8 status
)
6856 return volume_set_status_ec(status
);
6859 /* returns < 0 on error, 0 on no change, 1 on change */
6860 static int __volume_set_mute_ec(const bool mute
)
6865 if (mutex_lock_killable(&volume_mutex
) < 0)
6868 rc
= volume_get_status_ec(&s
);
6872 n
= (mute
) ? s
| TP_EC_AUDIO_MUTESW_MSK
:
6873 s
& ~TP_EC_AUDIO_MUTESW_MSK
;
6876 rc
= volume_set_status_ec(n
);
6882 mutex_unlock(&volume_mutex
);
6886 static int volume_alsa_set_mute(const bool mute
)
6888 dbg_printk(TPACPI_DBG_MIXER
, "ALSA: trying to %smute\n",
6889 (mute
) ? "" : "un");
6890 return __volume_set_mute_ec(mute
);
6893 static int volume_set_mute(const bool mute
)
6897 dbg_printk(TPACPI_DBG_MIXER
, "trying to %smute\n",
6898 (mute
) ? "" : "un");
6900 rc
= __volume_set_mute_ec(mute
);
6901 return (rc
< 0) ? rc
: 0;
6904 /* returns < 0 on error, 0 on no change, 1 on change */
6905 static int __volume_set_volume_ec(const u8 vol
)
6910 if (vol
> TP_EC_VOLUME_MAX
)
6913 if (mutex_lock_killable(&volume_mutex
) < 0)
6916 rc
= volume_get_status_ec(&s
);
6920 n
= (s
& ~TP_EC_AUDIO_LVL_MSK
) | vol
;
6923 rc
= volume_set_status_ec(n
);
6929 mutex_unlock(&volume_mutex
);
6933 static int volume_set_software_mute(bool startup
)
6937 if (!tpacpi_is_lenovo())
6941 if (!acpi_evalf(ec_handle
, &software_mute_orig_mode
,
6945 dbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_MIXER
,
6946 "Initial HAUM setting was %d\n",
6947 software_mute_orig_mode
);
6950 if (!acpi_evalf(ec_handle
, &result
, "SAUM", "qdd",
6951 (int)TP_EC_MUTE_BTN_NONE
))
6954 if (result
!= TP_EC_MUTE_BTN_NONE
)
6955 pr_warn("Unexpected SAUM result %d\n",
6959 * In software mute mode, the standard codec controls take
6960 * precendence, so we unmute the ThinkPad HW switch at
6961 * startup. Just on case there are SAUM-capable ThinkPads
6962 * with level controls, set max HW volume as well.
6964 if (tp_features
.mixer_no_level_control
)
6965 result
= volume_set_mute(false);
6967 result
= volume_set_status(TP_EC_VOLUME_MAX
);
6970 pr_warn("Failed to unmute the HW mute switch\n");
6975 static void volume_exit_software_mute(void)
6979 if (!acpi_evalf(ec_handle
, &r
, "SAUM", "qdd", software_mute_orig_mode
)
6980 || r
!= software_mute_orig_mode
)
6981 pr_warn("Failed to restore mute mode\n");
6984 static int volume_alsa_set_volume(const u8 vol
)
6986 dbg_printk(TPACPI_DBG_MIXER
,
6987 "ALSA: trying to set volume level to %hu\n", vol
);
6988 return __volume_set_volume_ec(vol
);
6991 static void volume_alsa_notify_change(void)
6993 struct tpacpi_alsa_data
*d
;
6995 if (alsa_card
&& alsa_card
->private_data
) {
6996 d
= alsa_card
->private_data
;
6998 snd_ctl_notify(alsa_card
,
6999 SNDRV_CTL_EVENT_MASK_VALUE
,
7002 snd_ctl_notify(alsa_card
,
7003 SNDRV_CTL_EVENT_MASK_VALUE
,
7008 static int volume_alsa_vol_info(struct snd_kcontrol
*kcontrol
,
7009 struct snd_ctl_elem_info
*uinfo
)
7011 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_INTEGER
;
7013 uinfo
->value
.integer
.min
= 0;
7014 uinfo
->value
.integer
.max
= TP_EC_VOLUME_MAX
;
7018 static int volume_alsa_vol_get(struct snd_kcontrol
*kcontrol
,
7019 struct snd_ctl_elem_value
*ucontrol
)
7024 rc
= volume_get_status(&s
);
7028 ucontrol
->value
.integer
.value
[0] = s
& TP_EC_AUDIO_LVL_MSK
;
7032 static int volume_alsa_vol_put(struct snd_kcontrol
*kcontrol
,
7033 struct snd_ctl_elem_value
*ucontrol
)
7035 tpacpi_disclose_usertask("ALSA", "set volume to %ld\n",
7036 ucontrol
->value
.integer
.value
[0]);
7037 return volume_alsa_set_volume(ucontrol
->value
.integer
.value
[0]);
7040 #define volume_alsa_mute_info snd_ctl_boolean_mono_info
7042 static int volume_alsa_mute_get(struct snd_kcontrol
*kcontrol
,
7043 struct snd_ctl_elem_value
*ucontrol
)
7048 rc
= volume_get_status(&s
);
7052 ucontrol
->value
.integer
.value
[0] =
7053 (s
& TP_EC_AUDIO_MUTESW_MSK
) ? 0 : 1;
7057 static int volume_alsa_mute_put(struct snd_kcontrol
*kcontrol
,
7058 struct snd_ctl_elem_value
*ucontrol
)
7060 tpacpi_disclose_usertask("ALSA", "%smute\n",
7061 ucontrol
->value
.integer
.value
[0] ?
7063 return volume_alsa_set_mute(!ucontrol
->value
.integer
.value
[0]);
7066 static struct snd_kcontrol_new volume_alsa_control_vol __initdata
= {
7067 .iface
= SNDRV_CTL_ELEM_IFACE_MIXER
,
7068 .name
= "Console Playback Volume",
7070 .access
= SNDRV_CTL_ELEM_ACCESS_READ
,
7071 .info
= volume_alsa_vol_info
,
7072 .get
= volume_alsa_vol_get
,
7075 static struct snd_kcontrol_new volume_alsa_control_mute __initdata
= {
7076 .iface
= SNDRV_CTL_ELEM_IFACE_MIXER
,
7077 .name
= "Console Playback Switch",
7079 .access
= SNDRV_CTL_ELEM_ACCESS_READ
,
7080 .info
= volume_alsa_mute_info
,
7081 .get
= volume_alsa_mute_get
,
7084 static void volume_suspend(void)
7086 tpacpi_volume_checkpoint_nvram();
7089 static void volume_resume(void)
7091 if (software_mute_active
) {
7092 if (volume_set_software_mute(false) < 0)
7093 pr_warn("Failed to restore software mute\n");
7095 volume_alsa_notify_change();
7099 static void volume_shutdown(void)
7101 tpacpi_volume_checkpoint_nvram();
7104 static void volume_exit(void)
7107 snd_card_free(alsa_card
);
7111 tpacpi_volume_checkpoint_nvram();
7113 if (software_mute_active
)
7114 volume_exit_software_mute();
7117 static int __init
volume_create_alsa_mixer(void)
7119 struct snd_card
*card
;
7120 struct tpacpi_alsa_data
*data
;
7121 struct snd_kcontrol
*ctl_vol
;
7122 struct snd_kcontrol
*ctl_mute
;
7125 rc
= snd_card_new(&tpacpi_pdev
->dev
,
7126 alsa_index
, alsa_id
, THIS_MODULE
,
7127 sizeof(struct tpacpi_alsa_data
), &card
);
7128 if (rc
< 0 || !card
) {
7129 pr_err("Failed to create ALSA card structures: %d\n", rc
);
7133 BUG_ON(!card
->private_data
);
7134 data
= card
->private_data
;
7137 strlcpy(card
->driver
, TPACPI_ALSA_DRVNAME
,
7138 sizeof(card
->driver
));
7139 strlcpy(card
->shortname
, TPACPI_ALSA_SHRTNAME
,
7140 sizeof(card
->shortname
));
7141 snprintf(card
->mixername
, sizeof(card
->mixername
), "ThinkPad EC %s",
7142 (thinkpad_id
.ec_version_str
) ?
7143 thinkpad_id
.ec_version_str
: "(unknown)");
7144 snprintf(card
->longname
, sizeof(card
->longname
),
7145 "%s at EC reg 0x%02x, fw %s", card
->shortname
, TP_EC_AUDIO
,
7146 (thinkpad_id
.ec_version_str
) ?
7147 thinkpad_id
.ec_version_str
: "unknown");
7149 if (volume_control_allowed
) {
7150 volume_alsa_control_vol
.put
= volume_alsa_vol_put
;
7151 volume_alsa_control_vol
.access
=
7152 SNDRV_CTL_ELEM_ACCESS_READWRITE
;
7154 volume_alsa_control_mute
.put
= volume_alsa_mute_put
;
7155 volume_alsa_control_mute
.access
=
7156 SNDRV_CTL_ELEM_ACCESS_READWRITE
;
7159 if (!tp_features
.mixer_no_level_control
) {
7160 ctl_vol
= snd_ctl_new1(&volume_alsa_control_vol
, NULL
);
7161 rc
= snd_ctl_add(card
, ctl_vol
);
7163 pr_err("Failed to create ALSA volume control: %d\n",
7167 data
->ctl_vol_id
= &ctl_vol
->id
;
7170 ctl_mute
= snd_ctl_new1(&volume_alsa_control_mute
, NULL
);
7171 rc
= snd_ctl_add(card
, ctl_mute
);
7173 pr_err("Failed to create ALSA mute control: %d\n", rc
);
7176 data
->ctl_mute_id
= &ctl_mute
->id
;
7178 rc
= snd_card_register(card
);
7180 pr_err("Failed to register ALSA card: %d\n", rc
);
7188 snd_card_free(card
);
7192 #define TPACPI_VOL_Q_MUTEONLY 0x0001 /* Mute-only control available */
7193 #define TPACPI_VOL_Q_LEVEL 0x0002 /* Volume control available */
7195 static const struct tpacpi_quirk volume_quirk_table
[] __initconst
= {
7196 /* Whitelist volume level on all IBM by default */
7197 { .vendor
= PCI_VENDOR_ID_IBM
,
7198 .bios
= TPACPI_MATCH_ANY
,
7199 .ec
= TPACPI_MATCH_ANY
,
7200 .quirks
= TPACPI_VOL_Q_LEVEL
},
7202 /* Lenovo models with volume control (needs confirmation) */
7203 TPACPI_QEC_LNV('7', 'C', TPACPI_VOL_Q_LEVEL
), /* R60/i */
7204 TPACPI_QEC_LNV('7', 'E', TPACPI_VOL_Q_LEVEL
), /* R60e/i */
7205 TPACPI_QEC_LNV('7', '9', TPACPI_VOL_Q_LEVEL
), /* T60/p */
7206 TPACPI_QEC_LNV('7', 'B', TPACPI_VOL_Q_LEVEL
), /* X60/s */
7207 TPACPI_QEC_LNV('7', 'J', TPACPI_VOL_Q_LEVEL
), /* X60t */
7208 TPACPI_QEC_LNV('7', '7', TPACPI_VOL_Q_LEVEL
), /* Z60 */
7209 TPACPI_QEC_LNV('7', 'F', TPACPI_VOL_Q_LEVEL
), /* Z61 */
7211 /* Whitelist mute-only on all Lenovo by default */
7212 { .vendor
= PCI_VENDOR_ID_LENOVO
,
7213 .bios
= TPACPI_MATCH_ANY
,
7214 .ec
= TPACPI_MATCH_ANY
,
7215 .quirks
= TPACPI_VOL_Q_MUTEONLY
}
7218 static int __init
volume_init(struct ibm_init_struct
*iibm
)
7220 unsigned long quirks
;
7223 vdbg_printk(TPACPI_DBG_INIT
, "initializing volume subdriver\n");
7225 mutex_init(&volume_mutex
);
7228 * Check for module parameter bogosity, note that we
7229 * init volume_mode to TPACPI_VOL_MODE_MAX in order to be
7230 * able to detect "unspecified"
7232 if (volume_mode
> TPACPI_VOL_MODE_MAX
)
7235 if (volume_mode
== TPACPI_VOL_MODE_UCMS_STEP
) {
7236 pr_err("UCMS step volume mode not implemented, "
7237 "please contact %s\n", TPACPI_MAIL
);
7241 if (volume_capabilities
>= TPACPI_VOL_CAP_MAX
)
7245 * The ALSA mixer is our primary interface.
7246 * When disabled, don't install the subdriver at all
7249 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_MIXER
,
7250 "ALSA mixer disabled by parameter, "
7251 "not loading volume subdriver...\n");
7255 quirks
= tpacpi_check_quirks(volume_quirk_table
,
7256 ARRAY_SIZE(volume_quirk_table
));
7258 switch (volume_capabilities
) {
7259 case TPACPI_VOL_CAP_AUTO
:
7260 if (quirks
& TPACPI_VOL_Q_MUTEONLY
)
7261 tp_features
.mixer_no_level_control
= 1;
7262 else if (quirks
& TPACPI_VOL_Q_LEVEL
)
7263 tp_features
.mixer_no_level_control
= 0;
7265 return 1; /* no mixer */
7267 case TPACPI_VOL_CAP_VOLMUTE
:
7268 tp_features
.mixer_no_level_control
= 0;
7270 case TPACPI_VOL_CAP_MUTEONLY
:
7271 tp_features
.mixer_no_level_control
= 1;
7277 if (volume_capabilities
!= TPACPI_VOL_CAP_AUTO
)
7278 dbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_MIXER
,
7279 "using user-supplied volume_capabilities=%d\n",
7280 volume_capabilities
);
7282 if (volume_mode
== TPACPI_VOL_MODE_AUTO
||
7283 volume_mode
== TPACPI_VOL_MODE_MAX
) {
7284 volume_mode
= TPACPI_VOL_MODE_ECNVRAM
;
7286 dbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_MIXER
,
7287 "driver auto-selected volume_mode=%d\n",
7290 dbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_MIXER
,
7291 "using user-supplied volume_mode=%d\n",
7295 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_MIXER
,
7296 "mute is supported, volume control is %s\n",
7297 str_supported(!tp_features
.mixer_no_level_control
));
7299 if (software_mute_requested
&& volume_set_software_mute(true) == 0) {
7300 software_mute_active
= true;
7302 rc
= volume_create_alsa_mixer();
7304 pr_err("Could not create the ALSA mixer interface\n");
7308 pr_info("Console audio control enabled, mode: %s\n",
7309 (volume_control_allowed
) ?
7310 "override (read/write)" :
7311 "monitor (read only)");
7314 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_MIXER
,
7315 "registering volume hotkeys as change notification\n");
7316 tpacpi_hotkey_driver_mask_set(hotkey_driver_mask
7317 | TP_ACPI_HKEY_VOLUP_MASK
7318 | TP_ACPI_HKEY_VOLDWN_MASK
7319 | TP_ACPI_HKEY_MUTE_MASK
);
7324 static int volume_read(struct seq_file
*m
)
7328 if (volume_get_status(&status
) < 0) {
7329 seq_printf(m
, "level:\t\tunreadable\n");
7331 if (tp_features
.mixer_no_level_control
)
7332 seq_printf(m
, "level:\t\tunsupported\n");
7334 seq_printf(m
, "level:\t\t%d\n",
7335 status
& TP_EC_AUDIO_LVL_MSK
);
7337 seq_printf(m
, "mute:\t\t%s\n",
7338 onoff(status
, TP_EC_AUDIO_MUTESW
));
7340 if (volume_control_allowed
) {
7341 seq_printf(m
, "commands:\tunmute, mute\n");
7342 if (!tp_features
.mixer_no_level_control
) {
7344 "commands:\tup, down\n");
7346 "commands:\tlevel <level>"
7347 " (<level> is 0-%d)\n",
7356 static int volume_write(char *buf
)
7359 u8 new_level
, new_mute
;
7365 * We do allow volume control at driver startup, so that the
7366 * user can set initial state through the volume=... parameter hack.
7368 if (!volume_control_allowed
&& tpacpi_lifecycle
!= TPACPI_LIFE_INIT
) {
7369 if (unlikely(!tp_warned
.volume_ctrl_forbidden
)) {
7370 tp_warned
.volume_ctrl_forbidden
= 1;
7371 pr_notice("Console audio control in monitor mode, "
7372 "changes are not allowed\n");
7373 pr_notice("Use the volume_control=1 module parameter "
7374 "to enable volume control\n");
7379 rc
= volume_get_status(&s
);
7383 new_level
= s
& TP_EC_AUDIO_LVL_MSK
;
7384 new_mute
= s
& TP_EC_AUDIO_MUTESW_MSK
;
7386 while ((cmd
= next_cmd(&buf
))) {
7387 if (!tp_features
.mixer_no_level_control
) {
7388 if (strlencmp(cmd
, "up") == 0) {
7391 else if (new_level
< TP_EC_VOLUME_MAX
)
7394 } else if (strlencmp(cmd
, "down") == 0) {
7397 else if (new_level
> 0)
7400 } else if (sscanf(cmd
, "level %u", &l
) == 1 &&
7401 l
>= 0 && l
<= TP_EC_VOLUME_MAX
) {
7406 if (strlencmp(cmd
, "mute") == 0)
7407 new_mute
= TP_EC_AUDIO_MUTESW_MSK
;
7408 else if (strlencmp(cmd
, "unmute") == 0)
7414 if (tp_features
.mixer_no_level_control
) {
7415 tpacpi_disclose_usertask("procfs volume", "%smute\n",
7416 new_mute
? "" : "un");
7417 rc
= volume_set_mute(!!new_mute
);
7419 tpacpi_disclose_usertask("procfs volume",
7420 "%smute and set level to %d\n",
7421 new_mute
? "" : "un", new_level
);
7422 rc
= volume_set_status(new_mute
| new_level
);
7424 volume_alsa_notify_change();
7426 return (rc
== -EINTR
) ? -ERESTARTSYS
: rc
;
7429 static struct ibm_struct volume_driver_data
= {
7431 .read
= volume_read
,
7432 .write
= volume_write
,
7433 .exit
= volume_exit
,
7434 .suspend
= volume_suspend
,
7435 .resume
= volume_resume
,
7436 .shutdown
= volume_shutdown
,
7439 #else /* !CONFIG_THINKPAD_ACPI_ALSA_SUPPORT */
7441 #define alsa_card NULL
7443 static void inline volume_alsa_notify_change(void)
7447 static int __init
volume_init(struct ibm_init_struct
*iibm
)
7449 pr_info("volume: disabled as there is no ALSA support in this kernel\n");
7454 static struct ibm_struct volume_driver_data
= {
7458 #endif /* CONFIG_THINKPAD_ACPI_ALSA_SUPPORT */
7460 /*************************************************************************
7467 * TPACPI_FAN_RD_ACPI_GFAN:
7468 * ACPI GFAN method: returns fan level
7470 * see TPACPI_FAN_WR_ACPI_SFAN
7471 * EC 0x2f (HFSP) not available if GFAN exists
7473 * TPACPI_FAN_WR_ACPI_SFAN:
7474 * ACPI SFAN method: sets fan level, 0 (stop) to 7 (max)
7476 * EC 0x2f (HFSP) might be available *for reading*, but do not use
7479 * TPACPI_FAN_WR_TPEC:
7480 * ThinkPad EC register 0x2f (HFSP): fan control loop mode
7481 * Supported on almost all ThinkPads
7483 * Fan speed changes of any sort (including those caused by the
7484 * disengaged mode) are usually done slowly by the firmware as the
7485 * maximum amount of fan duty cycle change per second seems to be
7488 * Reading is not available if GFAN exists.
7489 * Writing is not available if SFAN exists.
7492 * 7 automatic mode engaged;
7493 * (default operation mode of the ThinkPad)
7494 * fan level is ignored in this mode.
7495 * 6 full speed mode (takes precedence over bit 7);
7496 * not available on all thinkpads. May disable
7497 * the tachometer while the fan controller ramps up
7498 * the speed (which can take up to a few *minutes*).
7499 * Speeds up fan to 100% duty-cycle, which is far above
7500 * the standard RPM levels. It is not impossible that
7501 * it could cause hardware damage.
7502 * 5-3 unused in some models. Extra bits for fan level
7503 * in others, but still useless as all values above
7504 * 7 map to the same speed as level 7 in these models.
7505 * 2-0 fan level (0..7 usually)
7507 * 0x07 = max (set when temperatures critical)
7508 * Some ThinkPads may have other levels, see
7509 * TPACPI_FAN_WR_ACPI_FANS (X31/X40/X41)
7511 * FIRMWARE BUG: on some models, EC 0x2f might not be initialized at
7512 * boot. Apparently the EC does not initialize it, so unless ACPI DSDT
7513 * does so, its initial value is meaningless (0x07).
7515 * For firmware bugs, refer to:
7516 * http://thinkwiki.org/wiki/Embedded_Controller_Firmware#Firmware_Issues
7520 * ThinkPad EC register 0x84 (LSB), 0x85 (MSB):
7521 * Main fan tachometer reading (in RPM)
7523 * This register is present on all ThinkPads with a new-style EC, and
7524 * it is known not to be present on the A21m/e, and T22, as there is
7525 * something else in offset 0x84 according to the ACPI DSDT. Other
7526 * ThinkPads from this same time period (and earlier) probably lack the
7527 * tachometer as well.
7529 * Unfortunately a lot of ThinkPads with new-style ECs but whose firmware
7530 * was never fixed by IBM to report the EC firmware version string
7531 * probably support the tachometer (like the early X models), so
7532 * detecting it is quite hard. We need more data to know for sure.
7534 * FIRMWARE BUG: always read 0x84 first, otherwise incorrect readings
7537 * FIRMWARE BUG: may go stale while the EC is switching to full speed
7540 * For firmware bugs, refer to:
7541 * http://thinkwiki.org/wiki/Embedded_Controller_Firmware#Firmware_Issues
7545 * ThinkPad EC register 0x31 bit 0 (only on select models)
7547 * When bit 0 of EC register 0x31 is zero, the tachometer registers
7548 * show the speed of the main fan. When bit 0 of EC register 0x31
7549 * is one, the tachometer registers show the speed of the auxiliary
7552 * Fan control seems to affect both fans, regardless of the state
7555 * So far, only the firmware for the X60/X61 non-tablet versions
7556 * seem to support this (firmware TP-7M).
7558 * TPACPI_FAN_WR_ACPI_FANS:
7559 * ThinkPad X31, X40, X41. Not available in the X60.
7561 * FANS ACPI handle: takes three arguments: low speed, medium speed,
7562 * high speed. ACPI DSDT seems to map these three speeds to levels
7563 * as follows: STOP LOW LOW MED MED HIGH HIGH HIGH HIGH
7564 * (this map is stored on FAN0..FAN8 as "0,1,1,2,2,3,3,3,3")
7566 * The speeds are stored on handles
7567 * (FANA:FAN9), (FANC:FANB), (FANE:FAND).
7569 * There are three default speed sets, accessible as handles:
7570 * FS1L,FS1M,FS1H; FS2L,FS2M,FS2H; FS3L,FS3M,FS3H
7572 * ACPI DSDT switches which set is in use depending on various
7575 * TPACPI_FAN_WR_TPEC is also available and should be used to
7576 * command the fan. The X31/X40/X41 seems to have 8 fan levels,
7577 * but the ACPI tables just mention level 7.
7580 enum { /* Fan control constants */
7581 fan_status_offset
= 0x2f, /* EC register 0x2f */
7582 fan_rpm_offset
= 0x84, /* EC register 0x84: LSB, 0x85 MSB (RPM)
7583 * 0x84 must be read before 0x85 */
7584 fan_select_offset
= 0x31, /* EC register 0x31 (Firmware 7M)
7585 bit 0 selects which fan is active */
7587 TP_EC_FAN_FULLSPEED
= 0x40, /* EC fan mode: full speed */
7588 TP_EC_FAN_AUTO
= 0x80, /* EC fan mode: auto fan control */
7590 TPACPI_FAN_LAST_LEVEL
= 0x100, /* Use cached last-seen fan level */
7593 enum fan_status_access_mode
{
7594 TPACPI_FAN_NONE
= 0, /* No fan status or control */
7595 TPACPI_FAN_RD_ACPI_GFAN
, /* Use ACPI GFAN */
7596 TPACPI_FAN_RD_TPEC
, /* Use ACPI EC regs 0x2f, 0x84-0x85 */
7599 enum fan_control_access_mode
{
7600 TPACPI_FAN_WR_NONE
= 0, /* No fan control */
7601 TPACPI_FAN_WR_ACPI_SFAN
, /* Use ACPI SFAN */
7602 TPACPI_FAN_WR_TPEC
, /* Use ACPI EC reg 0x2f */
7603 TPACPI_FAN_WR_ACPI_FANS
, /* Use ACPI FANS and EC reg 0x2f */
7606 enum fan_control_commands
{
7607 TPACPI_FAN_CMD_SPEED
= 0x0001, /* speed command */
7608 TPACPI_FAN_CMD_LEVEL
= 0x0002, /* level command */
7609 TPACPI_FAN_CMD_ENABLE
= 0x0004, /* enable/disable cmd,
7610 * and also watchdog cmd */
7613 static bool fan_control_allowed
;
7615 static enum fan_status_access_mode fan_status_access_mode
;
7616 static enum fan_control_access_mode fan_control_access_mode
;
7617 static enum fan_control_commands fan_control_commands
;
7619 static u8 fan_control_initial_status
;
7620 static u8 fan_control_desired_level
;
7621 static u8 fan_control_resume_level
;
7622 static int fan_watchdog_maxinterval
;
7624 static struct mutex fan_mutex
;
7626 static void fan_watchdog_fire(struct work_struct
*ignored
);
7627 static DECLARE_DELAYED_WORK(fan_watchdog_task
, fan_watchdog_fire
);
7629 TPACPI_HANDLE(fans
, ec
, "FANS"); /* X31, X40, X41 */
7630 TPACPI_HANDLE(gfan
, ec
, "GFAN", /* 570 */
7631 "\\FSPD", /* 600e/x, 770e, 770x */
7633 TPACPI_HANDLE(sfan
, ec
, "SFAN", /* 570 */
7634 "JFNS", /* 770x-JL */
7638 * Unitialized HFSP quirk: ACPI DSDT and EC fail to initialize the
7639 * HFSP register at boot, so it contains 0x07 but the Thinkpad could
7640 * be in auto mode (0x80).
7642 * This is corrected by any write to HFSP either by the driver, or
7645 * We assume 0x07 really means auto mode while this quirk is active,
7646 * as this is far more likely than the ThinkPad being in level 7,
7647 * which is only used by the firmware during thermal emergencies.
7649 * Enable for TP-1Y (T43), TP-78 (R51e), TP-76 (R52),
7650 * TP-70 (T43, R52), which are known to be buggy.
7653 static void fan_quirk1_setup(void)
7655 if (fan_control_initial_status
== 0x07) {
7656 pr_notice("fan_init: initial fan status is unknown, "
7657 "assuming it is in auto mode\n");
7658 tp_features
.fan_ctrl_status_undef
= 1;
7662 static void fan_quirk1_handle(u8
*fan_status
)
7664 if (unlikely(tp_features
.fan_ctrl_status_undef
)) {
7665 if (*fan_status
!= fan_control_initial_status
) {
7666 /* something changed the HFSP regisnter since
7667 * driver init time, so it is not undefined
7669 tp_features
.fan_ctrl_status_undef
= 0;
7671 /* Return most likely status. In fact, it
7672 * might be the only possible status */
7673 *fan_status
= TP_EC_FAN_AUTO
;
7678 /* Select main fan on X60/X61, NOOP on others */
7679 static bool fan_select_fan1(void)
7681 if (tp_features
.second_fan
) {
7684 if (ec_read(fan_select_offset
, &val
) < 0)
7687 if (ec_write(fan_select_offset
, val
) < 0)
7693 /* Select secondary fan on X60/X61 */
7694 static bool fan_select_fan2(void)
7698 if (!tp_features
.second_fan
)
7701 if (ec_read(fan_select_offset
, &val
) < 0)
7704 if (ec_write(fan_select_offset
, val
) < 0)
7711 * Call with fan_mutex held
7713 static void fan_update_desired_level(u8 status
)
7716 (TP_EC_FAN_AUTO
| TP_EC_FAN_FULLSPEED
)) == 0) {
7718 fan_control_desired_level
= 7;
7720 fan_control_desired_level
= status
;
7724 static int fan_get_status(u8
*status
)
7729 * Add TPACPI_FAN_RD_ACPI_FANS ? */
7731 switch (fan_status_access_mode
) {
7732 case TPACPI_FAN_RD_ACPI_GFAN
: {
7733 /* 570, 600e/x, 770e, 770x */
7736 if (unlikely(!acpi_evalf(gfan_handle
, &res
, NULL
, "d")))
7740 *status
= res
& 0x07;
7744 case TPACPI_FAN_RD_TPEC
:
7745 /* all except 570, 600e/x, 770e, 770x */
7746 if (unlikely(!acpi_ec_read(fan_status_offset
, &s
)))
7749 if (likely(status
)) {
7751 fan_quirk1_handle(status
);
7763 static int fan_get_status_safe(u8
*status
)
7768 if (mutex_lock_killable(&fan_mutex
))
7769 return -ERESTARTSYS
;
7770 rc
= fan_get_status(&s
);
7772 fan_update_desired_level(s
);
7773 mutex_unlock(&fan_mutex
);
7781 static int fan_get_speed(unsigned int *speed
)
7785 switch (fan_status_access_mode
) {
7786 case TPACPI_FAN_RD_TPEC
:
7787 /* all except 570, 600e/x, 770e, 770x */
7788 if (unlikely(!fan_select_fan1()))
7790 if (unlikely(!acpi_ec_read(fan_rpm_offset
, &lo
) ||
7791 !acpi_ec_read(fan_rpm_offset
+ 1, &hi
)))
7795 *speed
= (hi
<< 8) | lo
;
7806 static int fan2_get_speed(unsigned int *speed
)
7811 switch (fan_status_access_mode
) {
7812 case TPACPI_FAN_RD_TPEC
:
7813 /* all except 570, 600e/x, 770e, 770x */
7814 if (unlikely(!fan_select_fan2()))
7816 rc
= !acpi_ec_read(fan_rpm_offset
, &lo
) ||
7817 !acpi_ec_read(fan_rpm_offset
+ 1, &hi
);
7818 fan_select_fan1(); /* play it safe */
7823 *speed
= (hi
<< 8) | lo
;
7834 static int fan_set_level(int level
)
7836 if (!fan_control_allowed
)
7839 switch (fan_control_access_mode
) {
7840 case TPACPI_FAN_WR_ACPI_SFAN
:
7841 if (level
>= 0 && level
<= 7) {
7842 if (!acpi_evalf(sfan_handle
, NULL
, NULL
, "vd", level
))
7848 case TPACPI_FAN_WR_ACPI_FANS
:
7849 case TPACPI_FAN_WR_TPEC
:
7850 if (!(level
& TP_EC_FAN_AUTO
) &&
7851 !(level
& TP_EC_FAN_FULLSPEED
) &&
7852 ((level
< 0) || (level
> 7)))
7855 /* safety net should the EC not support AUTO
7856 * or FULLSPEED mode bits and just ignore them */
7857 if (level
& TP_EC_FAN_FULLSPEED
)
7858 level
|= 7; /* safety min speed 7 */
7859 else if (level
& TP_EC_FAN_AUTO
)
7860 level
|= 4; /* safety min speed 4 */
7862 if (!acpi_ec_write(fan_status_offset
, level
))
7865 tp_features
.fan_ctrl_status_undef
= 0;
7872 vdbg_printk(TPACPI_DBG_FAN
,
7873 "fan control: set fan control register to 0x%02x\n", level
);
7877 static int fan_set_level_safe(int level
)
7881 if (!fan_control_allowed
)
7884 if (mutex_lock_killable(&fan_mutex
))
7885 return -ERESTARTSYS
;
7887 if (level
== TPACPI_FAN_LAST_LEVEL
)
7888 level
= fan_control_desired_level
;
7890 rc
= fan_set_level(level
);
7892 fan_update_desired_level(level
);
7894 mutex_unlock(&fan_mutex
);
7898 static int fan_set_enable(void)
7903 if (!fan_control_allowed
)
7906 if (mutex_lock_killable(&fan_mutex
))
7907 return -ERESTARTSYS
;
7909 switch (fan_control_access_mode
) {
7910 case TPACPI_FAN_WR_ACPI_FANS
:
7911 case TPACPI_FAN_WR_TPEC
:
7912 rc
= fan_get_status(&s
);
7916 /* Don't go out of emergency fan mode */
7919 s
|= TP_EC_FAN_AUTO
| 4; /* min fan speed 4 */
7922 if (!acpi_ec_write(fan_status_offset
, s
))
7925 tp_features
.fan_ctrl_status_undef
= 0;
7930 case TPACPI_FAN_WR_ACPI_SFAN
:
7931 rc
= fan_get_status(&s
);
7937 /* Set fan to at least level 4 */
7940 if (!acpi_evalf(sfan_handle
, NULL
, NULL
, "vd", s
))
7950 mutex_unlock(&fan_mutex
);
7953 vdbg_printk(TPACPI_DBG_FAN
,
7954 "fan control: set fan control register to 0x%02x\n",
7959 static int fan_set_disable(void)
7963 if (!fan_control_allowed
)
7966 if (mutex_lock_killable(&fan_mutex
))
7967 return -ERESTARTSYS
;
7970 switch (fan_control_access_mode
) {
7971 case TPACPI_FAN_WR_ACPI_FANS
:
7972 case TPACPI_FAN_WR_TPEC
:
7973 if (!acpi_ec_write(fan_status_offset
, 0x00))
7976 fan_control_desired_level
= 0;
7977 tp_features
.fan_ctrl_status_undef
= 0;
7981 case TPACPI_FAN_WR_ACPI_SFAN
:
7982 if (!acpi_evalf(sfan_handle
, NULL
, NULL
, "vd", 0x00))
7985 fan_control_desired_level
= 0;
7993 vdbg_printk(TPACPI_DBG_FAN
,
7994 "fan control: set fan control register to 0\n");
7996 mutex_unlock(&fan_mutex
);
8000 static int fan_set_speed(int speed
)
8004 if (!fan_control_allowed
)
8007 if (mutex_lock_killable(&fan_mutex
))
8008 return -ERESTARTSYS
;
8011 switch (fan_control_access_mode
) {
8012 case TPACPI_FAN_WR_ACPI_FANS
:
8013 if (speed
>= 0 && speed
<= 65535) {
8014 if (!acpi_evalf(fans_handle
, NULL
, NULL
, "vddd",
8015 speed
, speed
, speed
))
8025 mutex_unlock(&fan_mutex
);
8029 static void fan_watchdog_reset(void)
8031 if (fan_control_access_mode
== TPACPI_FAN_WR_NONE
)
8034 if (fan_watchdog_maxinterval
> 0 &&
8035 tpacpi_lifecycle
!= TPACPI_LIFE_EXITING
)
8036 mod_delayed_work(tpacpi_wq
, &fan_watchdog_task
,
8037 msecs_to_jiffies(fan_watchdog_maxinterval
* 1000));
8039 cancel_delayed_work(&fan_watchdog_task
);
8042 static void fan_watchdog_fire(struct work_struct
*ignored
)
8046 if (tpacpi_lifecycle
!= TPACPI_LIFE_RUNNING
)
8049 pr_notice("fan watchdog: enabling fan\n");
8050 rc
= fan_set_enable();
8052 pr_err("fan watchdog: error %d while enabling fan, "
8053 "will try again later...\n", -rc
);
8054 /* reschedule for later */
8055 fan_watchdog_reset();
8060 * SYSFS fan layout: hwmon compatible (device)
8063 * 0: "disengaged" mode
8065 * 2: native EC "auto" mode (recommended, hardware default)
8067 * pwm*: set speed in manual mode, ignored otherwise.
8068 * 0 is level 0; 255 is level 7. Intermediate points done with linear
8071 * fan*_input: tachometer reading, RPM
8074 * SYSFS fan layout: extensions
8076 * fan_watchdog (driver):
8077 * fan watchdog interval in seconds, 0 disables (default), max 120
8080 /* sysfs fan pwm1_enable ----------------------------------------------- */
8081 static ssize_t
fan_pwm1_enable_show(struct device
*dev
,
8082 struct device_attribute
*attr
,
8088 res
= fan_get_status_safe(&status
);
8092 if (status
& TP_EC_FAN_FULLSPEED
) {
8094 } else if (status
& TP_EC_FAN_AUTO
) {
8099 return snprintf(buf
, PAGE_SIZE
, "%d\n", mode
);
8102 static ssize_t
fan_pwm1_enable_store(struct device
*dev
,
8103 struct device_attribute
*attr
,
8104 const char *buf
, size_t count
)
8109 if (parse_strtoul(buf
, 2, &t
))
8112 tpacpi_disclose_usertask("hwmon pwm1_enable",
8113 "set fan mode to %lu\n", t
);
8117 level
= TP_EC_FAN_FULLSPEED
;
8120 level
= TPACPI_FAN_LAST_LEVEL
;
8123 level
= TP_EC_FAN_AUTO
;
8126 /* reserved for software-controlled auto mode */
8132 res
= fan_set_level_safe(level
);
8138 fan_watchdog_reset();
8143 static DEVICE_ATTR(pwm1_enable
, S_IWUSR
| S_IRUGO
,
8144 fan_pwm1_enable_show
, fan_pwm1_enable_store
);
8146 /* sysfs fan pwm1 ------------------------------------------------------ */
8147 static ssize_t
fan_pwm1_show(struct device
*dev
,
8148 struct device_attribute
*attr
,
8154 res
= fan_get_status_safe(&status
);
8159 (TP_EC_FAN_AUTO
| TP_EC_FAN_FULLSPEED
)) != 0)
8160 status
= fan_control_desired_level
;
8165 return snprintf(buf
, PAGE_SIZE
, "%u\n", (status
* 255) / 7);
8168 static ssize_t
fan_pwm1_store(struct device
*dev
,
8169 struct device_attribute
*attr
,
8170 const char *buf
, size_t count
)
8174 u8 status
, newlevel
;
8176 if (parse_strtoul(buf
, 255, &s
))
8179 tpacpi_disclose_usertask("hwmon pwm1",
8180 "set fan speed to %lu\n", s
);
8182 /* scale down from 0-255 to 0-7 */
8183 newlevel
= (s
>> 5) & 0x07;
8185 if (mutex_lock_killable(&fan_mutex
))
8186 return -ERESTARTSYS
;
8188 rc
= fan_get_status(&status
);
8189 if (!rc
&& (status
&
8190 (TP_EC_FAN_AUTO
| TP_EC_FAN_FULLSPEED
)) == 0) {
8191 rc
= fan_set_level(newlevel
);
8195 fan_update_desired_level(newlevel
);
8196 fan_watchdog_reset();
8200 mutex_unlock(&fan_mutex
);
8201 return (rc
) ? rc
: count
;
8204 static DEVICE_ATTR(pwm1
, S_IWUSR
| S_IRUGO
, fan_pwm1_show
, fan_pwm1_store
);
8206 /* sysfs fan fan1_input ------------------------------------------------ */
8207 static ssize_t
fan_fan1_input_show(struct device
*dev
,
8208 struct device_attribute
*attr
,
8214 res
= fan_get_speed(&speed
);
8218 return snprintf(buf
, PAGE_SIZE
, "%u\n", speed
);
8221 static DEVICE_ATTR(fan1_input
, S_IRUGO
, fan_fan1_input_show
, NULL
);
8223 /* sysfs fan fan2_input ------------------------------------------------ */
8224 static ssize_t
fan_fan2_input_show(struct device
*dev
,
8225 struct device_attribute
*attr
,
8231 res
= fan2_get_speed(&speed
);
8235 return snprintf(buf
, PAGE_SIZE
, "%u\n", speed
);
8238 static DEVICE_ATTR(fan2_input
, S_IRUGO
, fan_fan2_input_show
, NULL
);
8240 /* sysfs fan fan_watchdog (hwmon driver) ------------------------------- */
8241 static ssize_t
fan_fan_watchdog_show(struct device_driver
*drv
,
8244 return snprintf(buf
, PAGE_SIZE
, "%u\n", fan_watchdog_maxinterval
);
8247 static ssize_t
fan_fan_watchdog_store(struct device_driver
*drv
,
8248 const char *buf
, size_t count
)
8252 if (parse_strtoul(buf
, 120, &t
))
8255 if (!fan_control_allowed
)
8258 fan_watchdog_maxinterval
= t
;
8259 fan_watchdog_reset();
8261 tpacpi_disclose_usertask("fan_watchdog", "set to %lu\n", t
);
8266 static DRIVER_ATTR(fan_watchdog
, S_IWUSR
| S_IRUGO
,
8267 fan_fan_watchdog_show
, fan_fan_watchdog_store
);
8269 /* --------------------------------------------------------------------- */
8270 static struct attribute
*fan_attributes
[] = {
8271 &dev_attr_pwm1_enable
.attr
, &dev_attr_pwm1
.attr
,
8272 &dev_attr_fan1_input
.attr
,
8273 NULL
, /* for fan2_input */
8277 static const struct attribute_group fan_attr_group
= {
8278 .attrs
= fan_attributes
,
8281 #define TPACPI_FAN_Q1 0x0001 /* Unitialized HFSP */
8282 #define TPACPI_FAN_2FAN 0x0002 /* EC 0x31 bit 0 selects fan2 */
8284 #define TPACPI_FAN_QI(__id1, __id2, __quirks) \
8285 { .vendor = PCI_VENDOR_ID_IBM, \
8286 .bios = TPACPI_MATCH_ANY, \
8287 .ec = TPID(__id1, __id2), \
8288 .quirks = __quirks }
8290 #define TPACPI_FAN_QL(__id1, __id2, __quirks) \
8291 { .vendor = PCI_VENDOR_ID_LENOVO, \
8292 .bios = TPACPI_MATCH_ANY, \
8293 .ec = TPID(__id1, __id2), \
8294 .quirks = __quirks }
8296 static const struct tpacpi_quirk fan_quirk_table
[] __initconst
= {
8297 TPACPI_FAN_QI('1', 'Y', TPACPI_FAN_Q1
),
8298 TPACPI_FAN_QI('7', '8', TPACPI_FAN_Q1
),
8299 TPACPI_FAN_QI('7', '6', TPACPI_FAN_Q1
),
8300 TPACPI_FAN_QI('7', '0', TPACPI_FAN_Q1
),
8301 TPACPI_FAN_QL('7', 'M', TPACPI_FAN_2FAN
),
8304 #undef TPACPI_FAN_QL
8305 #undef TPACPI_FAN_QI
8307 static int __init
fan_init(struct ibm_init_struct
*iibm
)
8310 unsigned long quirks
;
8312 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_FAN
,
8313 "initializing fan subdriver\n");
8315 mutex_init(&fan_mutex
);
8316 fan_status_access_mode
= TPACPI_FAN_NONE
;
8317 fan_control_access_mode
= TPACPI_FAN_WR_NONE
;
8318 fan_control_commands
= 0;
8319 fan_watchdog_maxinterval
= 0;
8320 tp_features
.fan_ctrl_status_undef
= 0;
8321 tp_features
.second_fan
= 0;
8322 fan_control_desired_level
= 7;
8324 if (tpacpi_is_ibm()) {
8325 TPACPI_ACPIHANDLE_INIT(fans
);
8326 TPACPI_ACPIHANDLE_INIT(gfan
);
8327 TPACPI_ACPIHANDLE_INIT(sfan
);
8330 quirks
= tpacpi_check_quirks(fan_quirk_table
,
8331 ARRAY_SIZE(fan_quirk_table
));
8334 /* 570, 600e/x, 770e, 770x */
8335 fan_status_access_mode
= TPACPI_FAN_RD_ACPI_GFAN
;
8337 /* all other ThinkPads: note that even old-style
8338 * ThinkPad ECs supports the fan control register */
8339 if (likely(acpi_ec_read(fan_status_offset
,
8340 &fan_control_initial_status
))) {
8341 fan_status_access_mode
= TPACPI_FAN_RD_TPEC
;
8342 if (quirks
& TPACPI_FAN_Q1
)
8344 if (quirks
& TPACPI_FAN_2FAN
) {
8345 tp_features
.second_fan
= 1;
8346 dbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_FAN
,
8347 "secondary fan support enabled\n");
8350 pr_err("ThinkPad ACPI EC access misbehaving, "
8351 "fan status and control unavailable\n");
8358 fan_control_access_mode
= TPACPI_FAN_WR_ACPI_SFAN
;
8359 fan_control_commands
|=
8360 TPACPI_FAN_CMD_LEVEL
| TPACPI_FAN_CMD_ENABLE
;
8363 /* gfan without sfan means no fan control */
8364 /* all other models implement TP EC 0x2f control */
8368 fan_control_access_mode
=
8369 TPACPI_FAN_WR_ACPI_FANS
;
8370 fan_control_commands
|=
8371 TPACPI_FAN_CMD_SPEED
|
8372 TPACPI_FAN_CMD_LEVEL
|
8373 TPACPI_FAN_CMD_ENABLE
;
8375 fan_control_access_mode
= TPACPI_FAN_WR_TPEC
;
8376 fan_control_commands
|=
8377 TPACPI_FAN_CMD_LEVEL
|
8378 TPACPI_FAN_CMD_ENABLE
;
8383 vdbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_FAN
,
8384 "fan is %s, modes %d, %d\n",
8385 str_supported(fan_status_access_mode
!= TPACPI_FAN_NONE
||
8386 fan_control_access_mode
!= TPACPI_FAN_WR_NONE
),
8387 fan_status_access_mode
, fan_control_access_mode
);
8389 /* fan control master switch */
8390 if (!fan_control_allowed
) {
8391 fan_control_access_mode
= TPACPI_FAN_WR_NONE
;
8392 fan_control_commands
= 0;
8393 dbg_printk(TPACPI_DBG_INIT
| TPACPI_DBG_FAN
,
8394 "fan control features disabled by parameter\n");
8397 /* update fan_control_desired_level */
8398 if (fan_status_access_mode
!= TPACPI_FAN_NONE
)
8399 fan_get_status_safe(NULL
);
8401 if (fan_status_access_mode
!= TPACPI_FAN_NONE
||
8402 fan_control_access_mode
!= TPACPI_FAN_WR_NONE
) {
8403 if (tp_features
.second_fan
) {
8404 /* attach second fan tachometer */
8405 fan_attributes
[ARRAY_SIZE(fan_attributes
)-2] =
8406 &dev_attr_fan2_input
.attr
;
8408 rc
= sysfs_create_group(&tpacpi_sensors_pdev
->dev
.kobj
,
8413 rc
= driver_create_file(&tpacpi_hwmon_pdriver
.driver
,
8414 &driver_attr_fan_watchdog
);
8416 sysfs_remove_group(&tpacpi_sensors_pdev
->dev
.kobj
,
8425 static void fan_exit(void)
8427 vdbg_printk(TPACPI_DBG_EXIT
| TPACPI_DBG_FAN
,
8428 "cancelling any pending fan watchdog tasks\n");
8430 /* FIXME: can we really do this unconditionally? */
8431 sysfs_remove_group(&tpacpi_sensors_pdev
->dev
.kobj
, &fan_attr_group
);
8432 driver_remove_file(&tpacpi_hwmon_pdriver
.driver
,
8433 &driver_attr_fan_watchdog
);
8435 cancel_delayed_work(&fan_watchdog_task
);
8436 flush_workqueue(tpacpi_wq
);
8439 static void fan_suspend(void)
8443 if (!fan_control_allowed
)
8446 /* Store fan status in cache */
8447 fan_control_resume_level
= 0;
8448 rc
= fan_get_status_safe(&fan_control_resume_level
);
8450 pr_notice("failed to read fan level for later "
8451 "restore during resume: %d\n", rc
);
8453 /* if it is undefined, don't attempt to restore it.
8455 if (tp_features
.fan_ctrl_status_undef
)
8456 fan_control_resume_level
= 0;
8459 static void fan_resume(void)
8461 u8 current_level
= 7;
8462 bool do_set
= false;
8465 /* DSDT *always* updates status on resume */
8466 tp_features
.fan_ctrl_status_undef
= 0;
8468 if (!fan_control_allowed
||
8469 !fan_control_resume_level
||
8470 (fan_get_status_safe(¤t_level
) < 0))
8473 switch (fan_control_access_mode
) {
8474 case TPACPI_FAN_WR_ACPI_SFAN
:
8475 /* never decrease fan level */
8476 do_set
= (fan_control_resume_level
> current_level
);
8478 case TPACPI_FAN_WR_ACPI_FANS
:
8479 case TPACPI_FAN_WR_TPEC
:
8480 /* never decrease fan level, scale is:
8481 * TP_EC_FAN_FULLSPEED > 7 >= TP_EC_FAN_AUTO
8483 * We expect the firmware to set either 7 or AUTO, but we
8484 * handle FULLSPEED out of paranoia.
8486 * So, we can safely only restore FULLSPEED or 7, anything
8487 * else could slow the fan. Restoring AUTO is useless, at
8488 * best that's exactly what the DSDT already set (it is the
8491 * Always keep in mind that the DSDT *will* have set the
8492 * fans to what the vendor supposes is the best level. We
8493 * muck with it only to speed the fan up.
8495 if (fan_control_resume_level
!= 7 &&
8496 !(fan_control_resume_level
& TP_EC_FAN_FULLSPEED
))
8499 do_set
= !(current_level
& TP_EC_FAN_FULLSPEED
) &&
8500 (current_level
!= fan_control_resume_level
);
8506 pr_notice("restoring fan level to 0x%02x\n",
8507 fan_control_resume_level
);
8508 rc
= fan_set_level_safe(fan_control_resume_level
);
8510 pr_notice("failed to restore fan level: %d\n", rc
);
8514 static int fan_read(struct seq_file
*m
)
8518 unsigned int speed
= 0;
8520 switch (fan_status_access_mode
) {
8521 case TPACPI_FAN_RD_ACPI_GFAN
:
8522 /* 570, 600e/x, 770e, 770x */
8523 rc
= fan_get_status_safe(&status
);
8527 seq_printf(m
, "status:\t\t%s\n"
8529 (status
!= 0) ? "enabled" : "disabled", status
);
8532 case TPACPI_FAN_RD_TPEC
:
8533 /* all except 570, 600e/x, 770e, 770x */
8534 rc
= fan_get_status_safe(&status
);
8538 seq_printf(m
, "status:\t\t%s\n",
8539 (status
!= 0) ? "enabled" : "disabled");
8541 rc
= fan_get_speed(&speed
);
8545 seq_printf(m
, "speed:\t\t%d\n", speed
);
8547 if (status
& TP_EC_FAN_FULLSPEED
)
8548 /* Disengaged mode takes precedence */
8549 seq_printf(m
, "level:\t\tdisengaged\n");
8550 else if (status
& TP_EC_FAN_AUTO
)
8551 seq_printf(m
, "level:\t\tauto\n");
8553 seq_printf(m
, "level:\t\t%d\n", status
);
8556 case TPACPI_FAN_NONE
:
8558 seq_printf(m
, "status:\t\tnot supported\n");
8561 if (fan_control_commands
& TPACPI_FAN_CMD_LEVEL
) {
8562 seq_printf(m
, "commands:\tlevel <level>");
8564 switch (fan_control_access_mode
) {
8565 case TPACPI_FAN_WR_ACPI_SFAN
:
8566 seq_printf(m
, " (<level> is 0-7)\n");
8570 seq_printf(m
, " (<level> is 0-7, "
8571 "auto, disengaged, full-speed)\n");
8576 if (fan_control_commands
& TPACPI_FAN_CMD_ENABLE
)
8577 seq_printf(m
, "commands:\tenable, disable\n"
8578 "commands:\twatchdog <timeout> (<timeout> "
8579 "is 0 (off), 1-120 (seconds))\n");
8581 if (fan_control_commands
& TPACPI_FAN_CMD_SPEED
)
8582 seq_printf(m
, "commands:\tspeed <speed>"
8583 " (<speed> is 0-65535)\n");
8588 static int fan_write_cmd_level(const char *cmd
, int *rc
)
8592 if (strlencmp(cmd
, "level auto") == 0)
8593 level
= TP_EC_FAN_AUTO
;
8594 else if ((strlencmp(cmd
, "level disengaged") == 0) |
8595 (strlencmp(cmd
, "level full-speed") == 0))
8596 level
= TP_EC_FAN_FULLSPEED
;
8597 else if (sscanf(cmd
, "level %d", &level
) != 1)
8600 *rc
= fan_set_level_safe(level
);
8602 pr_err("level command accepted for unsupported access mode %d\n",
8603 fan_control_access_mode
);
8605 tpacpi_disclose_usertask("procfs fan",
8606 "set level to %d\n", level
);
8611 static int fan_write_cmd_enable(const char *cmd
, int *rc
)
8613 if (strlencmp(cmd
, "enable") != 0)
8616 *rc
= fan_set_enable();
8618 pr_err("enable command accepted for unsupported access mode %d\n",
8619 fan_control_access_mode
);
8621 tpacpi_disclose_usertask("procfs fan", "enable\n");
8626 static int fan_write_cmd_disable(const char *cmd
, int *rc
)
8628 if (strlencmp(cmd
, "disable") != 0)
8631 *rc
= fan_set_disable();
8633 pr_err("disable command accepted for unsupported access mode %d\n",
8634 fan_control_access_mode
);
8636 tpacpi_disclose_usertask("procfs fan", "disable\n");
8641 static int fan_write_cmd_speed(const char *cmd
, int *rc
)
8646 * Support speed <low> <medium> <high> ? */
8648 if (sscanf(cmd
, "speed %d", &speed
) != 1)
8651 *rc
= fan_set_speed(speed
);
8653 pr_err("speed command accepted for unsupported access mode %d\n",
8654 fan_control_access_mode
);
8656 tpacpi_disclose_usertask("procfs fan",
8657 "set speed to %d\n", speed
);
8662 static int fan_write_cmd_watchdog(const char *cmd
, int *rc
)
8666 if (sscanf(cmd
, "watchdog %d", &interval
) != 1)
8669 if (interval
< 0 || interval
> 120)
8672 fan_watchdog_maxinterval
= interval
;
8673 tpacpi_disclose_usertask("procfs fan",
8674 "set watchdog timer to %d\n",
8681 static int fan_write(char *buf
)
8686 while (!rc
&& (cmd
= next_cmd(&buf
))) {
8687 if (!((fan_control_commands
& TPACPI_FAN_CMD_LEVEL
) &&
8688 fan_write_cmd_level(cmd
, &rc
)) &&
8689 !((fan_control_commands
& TPACPI_FAN_CMD_ENABLE
) &&
8690 (fan_write_cmd_enable(cmd
, &rc
) ||
8691 fan_write_cmd_disable(cmd
, &rc
) ||
8692 fan_write_cmd_watchdog(cmd
, &rc
))) &&
8693 !((fan_control_commands
& TPACPI_FAN_CMD_SPEED
) &&
8694 fan_write_cmd_speed(cmd
, &rc
))
8698 fan_watchdog_reset();
8704 static struct ibm_struct fan_driver_data
= {
8709 .suspend
= fan_suspend
,
8710 .resume
= fan_resume
,
8713 /*************************************************************************
8714 * Mute LED subdriver
8718 struct tp_led_table
{
8725 static struct tp_led_table led_tables
[] = {
8726 [TPACPI_LED_MUTE
] = {
8731 [TPACPI_LED_MICMUTE
] = {
8738 static int mute_led_on_off(struct tp_led_table
*t
, bool state
)
8743 if (!ACPI_SUCCESS(acpi_get_handle(hkey_handle
, t
->name
, &temp
))) {
8744 pr_warn("Thinkpad ACPI has no %s interface.\n", t
->name
);
8748 if (!acpi_evalf(hkey_handle
, &output
, t
->name
, "dd",
8749 state
? t
->on_value
: t
->off_value
))
8756 int tpacpi_led_set(int whichled
, bool on
)
8758 struct tp_led_table
*t
;
8760 if (whichled
< 0 || whichled
>= TPACPI_LED_MAX
)
8763 t
= &led_tables
[whichled
];
8764 if (t
->state
< 0 || t
->state
== on
)
8766 return mute_led_on_off(t
, on
);
8768 EXPORT_SYMBOL_GPL(tpacpi_led_set
);
8770 static int mute_led_init(struct ibm_init_struct
*iibm
)
8775 for (i
= 0; i
< TPACPI_LED_MAX
; i
++) {
8776 struct tp_led_table
*t
= &led_tables
[i
];
8777 if (ACPI_SUCCESS(acpi_get_handle(hkey_handle
, t
->name
, &temp
)))
8778 mute_led_on_off(t
, false);
8785 static void mute_led_exit(void)
8789 for (i
= 0; i
< TPACPI_LED_MAX
; i
++)
8790 tpacpi_led_set(i
, false);
8793 static void mute_led_resume(void)
8797 for (i
= 0; i
< TPACPI_LED_MAX
; i
++) {
8798 struct tp_led_table
*t
= &led_tables
[i
];
8800 mute_led_on_off(t
, t
->state
);
8804 static struct ibm_struct mute_led_driver_data
= {
8806 .exit
= mute_led_exit
,
8807 .resume
= mute_led_resume
,
8810 /****************************************************************************
8811 ****************************************************************************
8815 ****************************************************************************
8816 ****************************************************************************/
8819 * HKEY event callout for other subdrivers go here
8820 * (yes, it is ugly, but it is quick, safe, and gets the job done
8822 static void tpacpi_driver_event(const unsigned int hkey_event
)
8824 if (ibm_backlight_device
) {
8825 switch (hkey_event
) {
8826 case TP_HKEY_EV_BRGHT_UP
:
8827 case TP_HKEY_EV_BRGHT_DOWN
:
8828 tpacpi_brightness_notify_change();
8832 switch (hkey_event
) {
8833 case TP_HKEY_EV_VOL_UP
:
8834 case TP_HKEY_EV_VOL_DOWN
:
8835 case TP_HKEY_EV_VOL_MUTE
:
8836 volume_alsa_notify_change();
8841 static void hotkey_driver_event(const unsigned int scancode
)
8843 tpacpi_driver_event(TP_HKEY_EV_HOTKEY_BASE
+ scancode
);
8846 /* sysfs name ---------------------------------------------------------- */
8847 static ssize_t
thinkpad_acpi_pdev_name_show(struct device
*dev
,
8848 struct device_attribute
*attr
,
8851 return snprintf(buf
, PAGE_SIZE
, "%s\n", TPACPI_NAME
);
8854 static DEVICE_ATTR(name
, S_IRUGO
, thinkpad_acpi_pdev_name_show
, NULL
);
8856 /* --------------------------------------------------------------------- */
8859 static struct proc_dir_entry
*proc_dir
;
8862 * Module and infrastructure proble, init and exit handling
8865 static bool force_load
;
8867 #ifdef CONFIG_THINKPAD_ACPI_DEBUG
8868 static const char * __init
str_supported(int is_supported
)
8870 static char text_unsupported
[] __initdata
= "not supported";
8872 return (is_supported
) ? &text_unsupported
[4] : &text_unsupported
[0];
8874 #endif /* CONFIG_THINKPAD_ACPI_DEBUG */
8876 static void ibm_exit(struct ibm_struct
*ibm
)
8878 dbg_printk(TPACPI_DBG_EXIT
, "removing %s\n", ibm
->name
);
8880 list_del_init(&ibm
->all_drivers
);
8882 if (ibm
->flags
.acpi_notify_installed
) {
8883 dbg_printk(TPACPI_DBG_EXIT
,
8884 "%s: acpi_remove_notify_handler\n", ibm
->name
);
8886 acpi_remove_notify_handler(*ibm
->acpi
->handle
,
8888 dispatch_acpi_notify
);
8889 ibm
->flags
.acpi_notify_installed
= 0;
8892 if (ibm
->flags
.proc_created
) {
8893 dbg_printk(TPACPI_DBG_EXIT
,
8894 "%s: remove_proc_entry\n", ibm
->name
);
8895 remove_proc_entry(ibm
->name
, proc_dir
);
8896 ibm
->flags
.proc_created
= 0;
8899 if (ibm
->flags
.acpi_driver_registered
) {
8900 dbg_printk(TPACPI_DBG_EXIT
,
8901 "%s: acpi_bus_unregister_driver\n", ibm
->name
);
8903 acpi_bus_unregister_driver(ibm
->acpi
->driver
);
8904 kfree(ibm
->acpi
->driver
);
8905 ibm
->acpi
->driver
= NULL
;
8906 ibm
->flags
.acpi_driver_registered
= 0;
8909 if (ibm
->flags
.init_called
&& ibm
->exit
) {
8911 ibm
->flags
.init_called
= 0;
8914 dbg_printk(TPACPI_DBG_INIT
, "finished removing %s\n", ibm
->name
);
8917 static int __init
ibm_init(struct ibm_init_struct
*iibm
)
8920 struct ibm_struct
*ibm
= iibm
->data
;
8921 struct proc_dir_entry
*entry
;
8923 BUG_ON(ibm
== NULL
);
8925 INIT_LIST_HEAD(&ibm
->all_drivers
);
8927 if (ibm
->flags
.experimental
&& !experimental
)
8930 dbg_printk(TPACPI_DBG_INIT
,
8931 "probing for %s\n", ibm
->name
);
8934 ret
= iibm
->init(iibm
);
8936 return 0; /* probe failed */
8940 ibm
->flags
.init_called
= 1;
8944 if (ibm
->acpi
->hid
) {
8945 ret
= register_tpacpi_subdriver(ibm
);
8950 if (ibm
->acpi
->notify
) {
8951 ret
= setup_acpi_notify(ibm
);
8952 if (ret
== -ENODEV
) {
8953 pr_notice("disabling subdriver %s\n",
8963 dbg_printk(TPACPI_DBG_INIT
,
8964 "%s installed\n", ibm
->name
);
8967 umode_t mode
= iibm
->base_procfs_mode
;
8973 entry
= proc_create_data(ibm
->name
, mode
, proc_dir
,
8974 &dispatch_proc_fops
, ibm
);
8976 pr_err("unable to create proc entry %s\n", ibm
->name
);
8980 ibm
->flags
.proc_created
= 1;
8983 list_add_tail(&ibm
->all_drivers
, &tpacpi_all_drivers
);
8988 dbg_printk(TPACPI_DBG_INIT
,
8989 "%s: at error exit path with result %d\n",
8993 return (ret
< 0) ? ret
: 0;
8998 static bool __pure __init
tpacpi_is_fw_digit(const char c
)
9000 return (c
>= '0' && c
<= '9') || (c
>= 'A' && c
<= 'Z');
9003 static bool __pure __init
tpacpi_is_valid_fw_id(const char * const s
,
9007 * Most models: xxyTkkWW (#.##c)
9008 * Ancient 570/600 and -SL lacks (#.##c)
9010 if (s
&& strlen(s
) >= 8 &&
9011 tpacpi_is_fw_digit(s
[0]) &&
9012 tpacpi_is_fw_digit(s
[1]) &&
9014 (s
[3] == 'T' || s
[3] == 'N') &&
9015 tpacpi_is_fw_digit(s
[4]) &&
9016 tpacpi_is_fw_digit(s
[5]))
9019 /* New models: xxxyTkkW (#.##c); T550 and some others */
9020 return s
&& strlen(s
) >= 8 &&
9021 tpacpi_is_fw_digit(s
[0]) &&
9022 tpacpi_is_fw_digit(s
[1]) &&
9023 tpacpi_is_fw_digit(s
[2]) &&
9025 (s
[4] == 'T' || s
[4] == 'N') &&
9026 tpacpi_is_fw_digit(s
[5]) &&
9027 tpacpi_is_fw_digit(s
[6]);
9030 /* returns 0 - probe ok, or < 0 - probe error.
9031 * Probe ok doesn't mean thinkpad found.
9032 * On error, kfree() cleanup on tp->* is not performed, caller must do it */
9033 static int __must_check __init
get_thinkpad_model_data(
9034 struct thinkpad_id_data
*tp
)
9036 const struct dmi_device
*dev
= NULL
;
9037 char ec_fw_string
[18];
9043 memset(tp
, 0, sizeof(*tp
));
9045 if (dmi_name_in_vendors("IBM"))
9046 tp
->vendor
= PCI_VENDOR_ID_IBM
;
9047 else if (dmi_name_in_vendors("LENOVO"))
9048 tp
->vendor
= PCI_VENDOR_ID_LENOVO
;
9052 s
= dmi_get_system_info(DMI_BIOS_VERSION
);
9053 tp
->bios_version_str
= kstrdup(s
, GFP_KERNEL
);
9054 if (s
&& !tp
->bios_version_str
)
9057 /* Really ancient ThinkPad 240X will fail this, which is fine */
9058 if (!(tpacpi_is_valid_fw_id(tp
->bios_version_str
, 'E') ||
9059 tpacpi_is_valid_fw_id(tp
->bios_version_str
, 'C')))
9062 tp
->bios_model
= tp
->bios_version_str
[0]
9063 | (tp
->bios_version_str
[1] << 8);
9064 tp
->bios_release
= (tp
->bios_version_str
[4] << 8)
9065 | tp
->bios_version_str
[5];
9068 * ThinkPad T23 or newer, A31 or newer, R50e or newer,
9069 * X32 or newer, all Z series; Some models must have an
9070 * up-to-date BIOS or they will not be detected.
9072 * See http://thinkwiki.org/wiki/List_of_DMI_IDs
9074 while ((dev
= dmi_find_device(DMI_DEV_TYPE_OEM_STRING
, NULL
, dev
))) {
9075 if (sscanf(dev
->name
,
9076 "IBM ThinkPad Embedded Controller -[%17c",
9077 ec_fw_string
) == 1) {
9078 ec_fw_string
[sizeof(ec_fw_string
) - 1] = 0;
9079 ec_fw_string
[strcspn(ec_fw_string
, " ]")] = 0;
9081 tp
->ec_version_str
= kstrdup(ec_fw_string
, GFP_KERNEL
);
9082 if (!tp
->ec_version_str
)
9085 if (tpacpi_is_valid_fw_id(ec_fw_string
, 'H')) {
9086 tp
->ec_model
= ec_fw_string
[0]
9087 | (ec_fw_string
[1] << 8);
9088 tp
->ec_release
= (ec_fw_string
[4] << 8)
9091 pr_notice("ThinkPad firmware release %s "
9092 "doesn't match the known patterns\n",
9094 pr_notice("please report this to %s\n",
9101 s
= dmi_get_system_info(DMI_PRODUCT_VERSION
);
9102 if (s
&& !(strncasecmp(s
, "ThinkPad", 8) && strncasecmp(s
, "Lenovo", 6))) {
9103 tp
->model_str
= kstrdup(s
, GFP_KERNEL
);
9107 s
= dmi_get_system_info(DMI_BIOS_VENDOR
);
9108 if (s
&& !(strncasecmp(s
, "Lenovo", 6))) {
9109 tp
->model_str
= kstrdup(s
, GFP_KERNEL
);
9115 s
= dmi_get_system_info(DMI_PRODUCT_NAME
);
9116 tp
->nummodel_str
= kstrdup(s
, GFP_KERNEL
);
9117 if (s
&& !tp
->nummodel_str
)
9123 static int __init
probe_for_thinkpad(void)
9130 /* It would be dangerous to run the driver in this case */
9131 if (!tpacpi_is_ibm() && !tpacpi_is_lenovo())
9135 * Non-ancient models have better DMI tagging, but very old models
9136 * don't. tpacpi_is_fw_known() is a cheat to help in that case.
9138 is_thinkpad
= (thinkpad_id
.model_str
!= NULL
) ||
9139 (thinkpad_id
.ec_model
!= 0) ||
9140 tpacpi_is_fw_known();
9142 /* The EC handler is required */
9143 tpacpi_acpi_handle_locate("ec", TPACPI_ACPI_EC_HID
, &ec_handle
);
9146 pr_err("Not yet supported ThinkPad detected!\n");
9150 if (!is_thinkpad
&& !force_load
)
9156 static void __init
thinkpad_acpi_init_banner(void)
9158 pr_info("%s v%s\n", TPACPI_DESC
, TPACPI_VERSION
);
9159 pr_info("%s\n", TPACPI_URL
);
9161 pr_info("ThinkPad BIOS %s, EC %s\n",
9162 (thinkpad_id
.bios_version_str
) ?
9163 thinkpad_id
.bios_version_str
: "unknown",
9164 (thinkpad_id
.ec_version_str
) ?
9165 thinkpad_id
.ec_version_str
: "unknown");
9167 BUG_ON(!thinkpad_id
.vendor
);
9169 if (thinkpad_id
.model_str
)
9170 pr_info("%s %s, model %s\n",
9171 (thinkpad_id
.vendor
== PCI_VENDOR_ID_IBM
) ?
9172 "IBM" : ((thinkpad_id
.vendor
==
9173 PCI_VENDOR_ID_LENOVO
) ?
9174 "Lenovo" : "Unknown vendor"),
9175 thinkpad_id
.model_str
,
9176 (thinkpad_id
.nummodel_str
) ?
9177 thinkpad_id
.nummodel_str
: "unknown");
9180 /* Module init, exit, parameters */
9182 static struct ibm_init_struct ibms_init
[] __initdata
= {
9184 .data
= &thinkpad_acpi_driver_data
,
9187 .init
= hotkey_init
,
9188 .data
= &hotkey_driver_data
,
9191 .init
= bluetooth_init
,
9192 .data
= &bluetooth_driver_data
,
9196 .data
= &wan_driver_data
,
9200 .data
= &uwb_driver_data
,
9202 #ifdef CONFIG_THINKPAD_ACPI_VIDEO
9205 .base_procfs_mode
= S_IRUSR
,
9206 .data
= &video_driver_data
,
9211 .data
= &light_driver_data
,
9215 .data
= &cmos_driver_data
,
9219 .data
= &led_driver_data
,
9223 .data
= &beep_driver_data
,
9226 .init
= thermal_init
,
9227 .data
= &thermal_driver_data
,
9230 .init
= brightness_init
,
9231 .data
= &brightness_driver_data
,
9234 .init
= volume_init
,
9235 .data
= &volume_driver_data
,
9239 .data
= &fan_driver_data
,
9242 .init
= mute_led_init
,
9243 .data
= &mute_led_driver_data
,
9247 static int __init
set_ibm_param(const char *val
, struct kernel_param
*kp
)
9250 struct ibm_struct
*ibm
;
9252 if (!kp
|| !kp
->name
|| !val
)
9255 for (i
= 0; i
< ARRAY_SIZE(ibms_init
); i
++) {
9256 ibm
= ibms_init
[i
].data
;
9257 WARN_ON(ibm
== NULL
);
9259 if (!ibm
|| !ibm
->name
)
9262 if (strcmp(ibm
->name
, kp
->name
) == 0 && ibm
->write
) {
9263 if (strlen(val
) > sizeof(ibms_init
[i
].param
) - 2)
9265 strcpy(ibms_init
[i
].param
, val
);
9266 strcat(ibms_init
[i
].param
, ",");
9274 module_param(experimental
, int, 0444);
9275 MODULE_PARM_DESC(experimental
,
9276 "Enables experimental features when non-zero");
9278 module_param_named(debug
, dbg_level
, uint
, 0);
9279 MODULE_PARM_DESC(debug
, "Sets debug level bit-mask");
9281 module_param(force_load
, bool, 0444);
9282 MODULE_PARM_DESC(force_load
,
9283 "Attempts to load the driver even on a "
9284 "mis-identified ThinkPad when true");
9286 module_param_named(fan_control
, fan_control_allowed
, bool, 0444);
9287 MODULE_PARM_DESC(fan_control
,
9288 "Enables setting fan parameters features when true");
9290 module_param_named(brightness_mode
, brightness_mode
, uint
, 0444);
9291 MODULE_PARM_DESC(brightness_mode
,
9292 "Selects brightness control strategy: "
9293 "0=auto, 1=EC, 2=UCMS, 3=EC+NVRAM");
9295 module_param(brightness_enable
, uint
, 0444);
9296 MODULE_PARM_DESC(brightness_enable
,
9297 "Enables backlight control when 1, disables when 0");
9299 #ifdef CONFIG_THINKPAD_ACPI_ALSA_SUPPORT
9300 module_param_named(volume_mode
, volume_mode
, uint
, 0444);
9301 MODULE_PARM_DESC(volume_mode
,
9302 "Selects volume control strategy: "
9303 "0=auto, 1=EC, 2=N/A, 3=EC+NVRAM");
9305 module_param_named(volume_capabilities
, volume_capabilities
, uint
, 0444);
9306 MODULE_PARM_DESC(volume_capabilities
,
9307 "Selects the mixer capabilites: "
9308 "0=auto, 1=volume and mute, 2=mute only");
9310 module_param_named(volume_control
, volume_control_allowed
, bool, 0444);
9311 MODULE_PARM_DESC(volume_control
,
9312 "Enables software override for the console audio "
9313 "control when true");
9315 module_param_named(software_mute
, software_mute_requested
, bool, 0444);
9316 MODULE_PARM_DESC(software_mute
,
9317 "Request full software mute control");
9319 /* ALSA module API parameters */
9320 module_param_named(index
, alsa_index
, int, 0444);
9321 MODULE_PARM_DESC(index
, "ALSA index for the ACPI EC Mixer");
9322 module_param_named(id
, alsa_id
, charp
, 0444);
9323 MODULE_PARM_DESC(id
, "ALSA id for the ACPI EC Mixer");
9324 module_param_named(enable
, alsa_enable
, bool, 0444);
9325 MODULE_PARM_DESC(enable
, "Enable the ALSA interface for the ACPI EC Mixer");
9326 #endif /* CONFIG_THINKPAD_ACPI_ALSA_SUPPORT */
9328 #define TPACPI_PARAM(feature) \
9329 module_param_call(feature, set_ibm_param, NULL, NULL, 0); \
9330 MODULE_PARM_DESC(feature, "Simulates thinkpad-acpi procfs command " \
9331 "at module load, see documentation")
9333 TPACPI_PARAM(hotkey
);
9334 TPACPI_PARAM(bluetooth
);
9335 TPACPI_PARAM(video
);
9336 TPACPI_PARAM(light
);
9340 TPACPI_PARAM(brightness
);
9341 TPACPI_PARAM(volume
);
9344 #ifdef CONFIG_THINKPAD_ACPI_DEBUGFACILITIES
9345 module_param(dbg_wlswemul
, uint
, 0444);
9346 MODULE_PARM_DESC(dbg_wlswemul
, "Enables WLSW emulation");
9347 module_param_named(wlsw_state
, tpacpi_wlsw_emulstate
, bool, 0);
9348 MODULE_PARM_DESC(wlsw_state
,
9349 "Initial state of the emulated WLSW switch");
9351 module_param(dbg_bluetoothemul
, uint
, 0444);
9352 MODULE_PARM_DESC(dbg_bluetoothemul
, "Enables bluetooth switch emulation");
9353 module_param_named(bluetooth_state
, tpacpi_bluetooth_emulstate
, bool, 0);
9354 MODULE_PARM_DESC(bluetooth_state
,
9355 "Initial state of the emulated bluetooth switch");
9357 module_param(dbg_wwanemul
, uint
, 0444);
9358 MODULE_PARM_DESC(dbg_wwanemul
, "Enables WWAN switch emulation");
9359 module_param_named(wwan_state
, tpacpi_wwan_emulstate
, bool, 0);
9360 MODULE_PARM_DESC(wwan_state
,
9361 "Initial state of the emulated WWAN switch");
9363 module_param(dbg_uwbemul
, uint
, 0444);
9364 MODULE_PARM_DESC(dbg_uwbemul
, "Enables UWB switch emulation");
9365 module_param_named(uwb_state
, tpacpi_uwb_emulstate
, bool, 0);
9366 MODULE_PARM_DESC(uwb_state
,
9367 "Initial state of the emulated UWB switch");
9370 static void thinkpad_acpi_module_exit(void)
9372 struct ibm_struct
*ibm
, *itmp
;
9374 tpacpi_lifecycle
= TPACPI_LIFE_EXITING
;
9376 list_for_each_entry_safe_reverse(ibm
, itmp
,
9377 &tpacpi_all_drivers
,
9382 dbg_printk(TPACPI_DBG_INIT
, "finished subdriver exit path...\n");
9384 if (tpacpi_inputdev
) {
9385 if (tp_features
.input_device_registered
)
9386 input_unregister_device(tpacpi_inputdev
);
9388 input_free_device(tpacpi_inputdev
);
9389 kfree(hotkey_keycode_map
);
9393 hwmon_device_unregister(tpacpi_hwmon
);
9395 if (tp_features
.sensors_pdev_attrs_registered
)
9396 device_remove_file(&tpacpi_sensors_pdev
->dev
, &dev_attr_name
);
9397 if (tpacpi_sensors_pdev
)
9398 platform_device_unregister(tpacpi_sensors_pdev
);
9400 platform_device_unregister(tpacpi_pdev
);
9402 if (tp_features
.sensors_pdrv_attrs_registered
)
9403 tpacpi_remove_driver_attributes(&tpacpi_hwmon_pdriver
.driver
);
9404 if (tp_features
.platform_drv_attrs_registered
)
9405 tpacpi_remove_driver_attributes(&tpacpi_pdriver
.driver
);
9407 if (tp_features
.sensors_pdrv_registered
)
9408 platform_driver_unregister(&tpacpi_hwmon_pdriver
);
9410 if (tp_features
.platform_drv_registered
)
9411 platform_driver_unregister(&tpacpi_pdriver
);
9414 remove_proc_entry(TPACPI_PROC_DIR
, acpi_root_dir
);
9417 destroy_workqueue(tpacpi_wq
);
9419 kfree(thinkpad_id
.bios_version_str
);
9420 kfree(thinkpad_id
.ec_version_str
);
9421 kfree(thinkpad_id
.model_str
);
9422 kfree(thinkpad_id
.nummodel_str
);
9426 static int __init
thinkpad_acpi_module_init(void)
9430 tpacpi_lifecycle
= TPACPI_LIFE_INIT
;
9432 /* Driver-level probe */
9434 ret
= get_thinkpad_model_data(&thinkpad_id
);
9436 pr_err("unable to get DMI data: %d\n", ret
);
9437 thinkpad_acpi_module_exit();
9440 ret
= probe_for_thinkpad();
9442 thinkpad_acpi_module_exit();
9446 /* Driver initialization */
9448 thinkpad_acpi_init_banner();
9449 tpacpi_check_outdated_fw();
9451 TPACPI_ACPIHANDLE_INIT(ecrd
);
9452 TPACPI_ACPIHANDLE_INIT(ecwr
);
9454 tpacpi_wq
= create_singlethread_workqueue(TPACPI_WORKQUEUE_NAME
);
9456 thinkpad_acpi_module_exit();
9460 proc_dir
= proc_mkdir(TPACPI_PROC_DIR
, acpi_root_dir
);
9462 pr_err("unable to create proc dir " TPACPI_PROC_DIR
"\n");
9463 thinkpad_acpi_module_exit();
9467 ret
= platform_driver_register(&tpacpi_pdriver
);
9469 pr_err("unable to register main platform driver\n");
9470 thinkpad_acpi_module_exit();
9473 tp_features
.platform_drv_registered
= 1;
9475 ret
= platform_driver_register(&tpacpi_hwmon_pdriver
);
9477 pr_err("unable to register hwmon platform driver\n");
9478 thinkpad_acpi_module_exit();
9481 tp_features
.sensors_pdrv_registered
= 1;
9483 ret
= tpacpi_create_driver_attributes(&tpacpi_pdriver
.driver
);
9485 tp_features
.platform_drv_attrs_registered
= 1;
9486 ret
= tpacpi_create_driver_attributes(
9487 &tpacpi_hwmon_pdriver
.driver
);
9490 pr_err("unable to create sysfs driver attributes\n");
9491 thinkpad_acpi_module_exit();
9494 tp_features
.sensors_pdrv_attrs_registered
= 1;
9497 /* Device initialization */
9498 tpacpi_pdev
= platform_device_register_simple(TPACPI_DRVR_NAME
, -1,
9500 if (IS_ERR(tpacpi_pdev
)) {
9501 ret
= PTR_ERR(tpacpi_pdev
);
9503 pr_err("unable to register platform device\n");
9504 thinkpad_acpi_module_exit();
9507 tpacpi_sensors_pdev
= platform_device_register_simple(
9508 TPACPI_HWMON_DRVR_NAME
,
9510 if (IS_ERR(tpacpi_sensors_pdev
)) {
9511 ret
= PTR_ERR(tpacpi_sensors_pdev
);
9512 tpacpi_sensors_pdev
= NULL
;
9513 pr_err("unable to register hwmon platform device\n");
9514 thinkpad_acpi_module_exit();
9517 ret
= device_create_file(&tpacpi_sensors_pdev
->dev
, &dev_attr_name
);
9519 pr_err("unable to create sysfs hwmon device attributes\n");
9520 thinkpad_acpi_module_exit();
9523 tp_features
.sensors_pdev_attrs_registered
= 1;
9524 tpacpi_hwmon
= hwmon_device_register(&tpacpi_sensors_pdev
->dev
);
9525 if (IS_ERR(tpacpi_hwmon
)) {
9526 ret
= PTR_ERR(tpacpi_hwmon
);
9527 tpacpi_hwmon
= NULL
;
9528 pr_err("unable to register hwmon device\n");
9529 thinkpad_acpi_module_exit();
9532 mutex_init(&tpacpi_inputdev_send_mutex
);
9533 tpacpi_inputdev
= input_allocate_device();
9534 if (!tpacpi_inputdev
) {
9535 thinkpad_acpi_module_exit();
9538 /* Prepare input device, but don't register */
9539 tpacpi_inputdev
->name
= "ThinkPad Extra Buttons";
9540 tpacpi_inputdev
->phys
= TPACPI_DRVR_NAME
"/input0";
9541 tpacpi_inputdev
->id
.bustype
= BUS_HOST
;
9542 tpacpi_inputdev
->id
.vendor
= thinkpad_id
.vendor
;
9543 tpacpi_inputdev
->id
.product
= TPACPI_HKEY_INPUT_PRODUCT
;
9544 tpacpi_inputdev
->id
.version
= TPACPI_HKEY_INPUT_VERSION
;
9545 tpacpi_inputdev
->dev
.parent
= &tpacpi_pdev
->dev
;
9548 /* Init subdriver dependencies */
9549 tpacpi_detect_brightness_capabilities();
9551 /* Init subdrivers */
9552 for (i
= 0; i
< ARRAY_SIZE(ibms_init
); i
++) {
9553 ret
= ibm_init(&ibms_init
[i
]);
9554 if (ret
>= 0 && *ibms_init
[i
].param
)
9555 ret
= ibms_init
[i
].data
->write(ibms_init
[i
].param
);
9557 thinkpad_acpi_module_exit();
9562 tpacpi_lifecycle
= TPACPI_LIFE_RUNNING
;
9564 ret
= input_register_device(tpacpi_inputdev
);
9566 pr_err("unable to register input device\n");
9567 thinkpad_acpi_module_exit();
9570 tp_features
.input_device_registered
= 1;
9576 MODULE_ALIAS(TPACPI_DRVR_SHORTNAME
);
9579 * This will autoload the driver in almost every ThinkPad
9580 * in widespread use.
9582 * Only _VERY_ old models, like the 240, 240x and 570 lack
9583 * the HKEY event interface.
9585 MODULE_DEVICE_TABLE(acpi
, ibm_htk_device_ids
);
9588 * DMI matching for module autoloading
9590 * See http://thinkwiki.org/wiki/List_of_DMI_IDs
9591 * See http://thinkwiki.org/wiki/BIOS_Upgrade_Downloads
9593 * Only models listed in thinkwiki will be supported, so add yours
9594 * if it is not there yet.
9596 #define IBM_BIOS_MODULE_ALIAS(__type) \
9597 MODULE_ALIAS("dmi:bvnIBM:bvr" __type "ET??WW*")
9599 /* Ancient thinkpad BIOSes have to be identified by
9600 * BIOS type or model number, and there are far less
9601 * BIOS types than model numbers... */
9602 IBM_BIOS_MODULE_ALIAS("I[MU]"); /* 570, 570e */
9604 MODULE_AUTHOR("Borislav Deianov <borislav@users.sf.net>");
9605 MODULE_AUTHOR("Henrique de Moraes Holschuh <hmh@hmh.eng.br>");
9606 MODULE_DESCRIPTION(TPACPI_DESC
);
9607 MODULE_VERSION(TPACPI_VERSION
);
9608 MODULE_LICENSE("GPL");
9610 module_init(thinkpad_acpi_module_init
);
9611 module_exit(thinkpad_acpi_module_exit
);