From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Corbacho Subject: Re: wistron_btns: x86_64 support for key mappings? Date: Tue, 22 May 2007 21:59:21 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Return-path: Sender: owner-linux-input@atrey.karlin.mff.cuni.cz List-Help: List-Owner: List-Post: List-Unsubscribe: To: linux-input@atrey.karlin.mff.cuni.cz List-Id: linux-input@vger.kernel.org Dmitry Torokhov wrote: > Well, the main concern is how woudl you detect button presses without > BIOS calls? I see what you mean now - I had been looking at some of the other BIOS calling functions in there at the top of the code which are not absolutely necessary; but I see now stripping out all the BIOS calls is unavoidable because of the polling required. I suppose the only alternative then would probably be to port the code to x86_64 assembly at some distant point in the future. Sorry about the noise. -Carlos