Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752568AbYKRBgU (ORCPT ); Mon, 17 Nov 2008 20:36:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751327AbYKRBgH (ORCPT ); Mon, 17 Nov 2008 20:36:07 -0500 Received: from mu-out-0910.google.com ([209.85.134.189]:33082 "EHLO mu-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751879AbYKRBgE (ORCPT ); Mon, 17 Nov 2008 20:36:04 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=r9qLwPnFQADjjITJFzQ5Bw0xnLgKyN5tQ7S2XnEOBKlgzXTZ7BjwtgGx28majGd4pN YnI1PHjgckDDVxGZkJyV1l1irWYkqd5mbZGFalv4KsKOMeJgxYK4NQ/RmdByDNN1pU6e pSGYJ92/NvWnMjz2Zu7yCLvfnjM1OFZmwRuKo= Message-ID: Date: Mon, 17 Nov 2008 20:36:02 -0500 From: "Andrey Vul" To: linux-kernel Subject: how to show ACPI key events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 606 Lines: 16 I hacked atkbd.c to dump every keycode and enabled CONFIG_EVBUG yet the Fn+F{1..12} and Fn+{arrow} keys don't register an event. Is there a way to hack the ACPI drivers to dump keycodes? >From hacking at the Windows drivers, pressing the hotkeys generates an acpi event. How do I get the acpi key events dumped? One-liners if possible, please. -- Andrey Vul -- 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/