Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750820AbVLBQqK (ORCPT ); Fri, 2 Dec 2005 11:46:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750828AbVLBQqK (ORCPT ); Fri, 2 Dec 2005 11:46:10 -0500 Received: from wproxy.gmail.com ([64.233.184.197]:57078 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S1750820AbVLBQqJ convert rfc822-to-8bit (ORCPT ); Fri, 2 Dec 2005 11:46:09 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i/M5C3M6xNy4QoHrbM6+MNfew/3plxzjotuQN0DZMWmjX+Q+DvIUdeCHsaoHNpp1JYlmjKWE9CIJj+6GctYmsLgLHh2JhWzE10ye3RYsE7ew6zVVTAyoRvZPnPDXRrb38v4k4pJrSabOhzEtgAsAa3/HqaIviwaF3mITt3IH1GA= Message-ID: Date: Fri, 2 Dec 2005 11:46:08 -0500 From: Dmitry Torokhov Reply-To: dtor_core@ameritech.net To: "Yu, Luming" Subject: Re: Cc: Linus Torvalds , Vojtech Pavlik , Andrew Morton , Linux Kernel Mailing List In-Reply-To: <3ACA40606221794F80A5670F0AF15F84041AC237@pdsmsx403> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <3ACA40606221794F80A5670F0AF15F84041AC237@pdsmsx403> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1175 Lines: 32 On 12/2/05, Yu, Luming wrote: > I just tested module wistron_btn on one Acer Aspire laptop after > adding one dmi entry. The wistron_btn found BIOS interfaces. > One visible error is the bluetooth light won't turn on upon > stroking bluetooth button. > Without wistron_btn module, the bluetooth light works. > with acpi enabled, I didn't try acpi disabled) > Did you add the new keymap table with KE_BLUETOOTH to go with that DMI entry? > wistron_btn polls a cmos address to detect hotkey event. It > is not necessary, because there do have ACPI interrupt triggered upon > hotkeys. > Unfortunately ACPI does not route these events through the input layer so aside from special buttons (like sleep) it is not very useful. > So, my suggestion is to disable this module when ACPI enabled. > We need to implement hotkey support from ACPI subsystem for my > Acer aspire laptop. I do not agree. -- Dmitry - 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/