Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: wistron - disable for x86_64

On x86_64:

{standard input}:233: Error: suffix or operands invalid for `push'
{standard input}:233: Error: suffix or operands invalid for `pop'

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Andrew Morton and committed by
Dmitry Torokhov
e9fb028e 5fc14680

+1 -1
+1 -1
drivers/input/misc/Kconfig
··· 42 42 43 43 config INPUT_WISTRON_BTNS 44 44 tristate "x86 Wistron laptop button interface" 45 - depends on X86 45 + depends on X86 && !X86_64 46 46 help 47 47 Say Y here for support of Winstron laptop button interface, used on 48 48 laptops of various brands, including Acer and Fujitsu-Siemens.