[<prev] [next>] [day] [month] [year] [list]
Message-ID: <46B049AE.1020607@stambulchik.net>
Date: Wed, 01 Aug 2007 11:51:58 +0300
From: Evgeny Stambulchik <evgeny@...mbulchik.net>
To: linux-kernel@...r.kernel.org, r.gerlach@...fu.de
Subject: Re: [RFC] tablet buttons driver for fujitsu siemens laptops
Hello,
Just wanted to mention that the driver by Robert Gerlach also works[1]
with a Fujitsu P1610 convertible, after a trivial modification:
static struct keymap_entry keymap_t1610[] = {
{ 0x0010, KEY_SCROLLDOWN },
{ 0x0020, KEY_SCROLLUP },
{ 0x0040, KEY_DIRECTION },
{ 0x0080, KEY_FN },
{ 0x8000, KEY_MENU },
{ 0x0400, KEY_KBDILLUMTOGGLE },
{ 0x0000, 0},
};
[1] evtest reports all events correctly and I can access them from user
space, however, acpi_listen seems to be not getting those... Perhaps
something trivial?
Regards,
Evgeny
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists