lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ