Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750724AbVKTGrf (ORCPT ); Sun, 20 Nov 2005 01:47:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750796AbVKTGrN (ORCPT ); Sun, 20 Nov 2005 01:47:13 -0500 Received: from smtp107.sbc.mail.re2.yahoo.com ([68.142.229.98]:14772 "HELO smtp107.sbc.mail.re2.yahoo.com") by vger.kernel.org with SMTP id S1750724AbVKTGrK (ORCPT ); Sun, 20 Nov 2005 01:47:10 -0500 Message-Id: <20051120064419.680523000.dtor_core@ameritech.net> References: <20051120063611.269343000.dtor_core@ameritech.net> Date: Sun, 20 Nov 2005 01:36:14 -0500 From: Dmitry Torokhov To: Linus Torvalds Cc: Vojtech Pavlik , Andrew Morton , Linux Kernel Mailing List Subject: [git pull 03/14] Wistron - disable for x86_64 Content-Disposition: inline; filename=wistron-button-x86_64-fix.patch Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1142 Lines: 35 From: Andrew Morton 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 Signed-off-by: Dmitry Torokhov --- drivers/input/misc/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: work/drivers/input/misc/Kconfig =================================================================== --- work.orig/drivers/input/misc/Kconfig +++ work/drivers/input/misc/Kconfig @@ -42,7 +42,7 @@ config INPUT_M68K_BEEP config INPUT_WISTRON_BTNS tristate "x86 Wistron laptop button interface" - depends on X86 + depends on X86 && !X86_64 help Say Y here for support of Winstron laptop button interface, used on laptops of various brands, including Acer and Fujitsu-Siemens. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/