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>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 11 Dec 2006 19:01:56 +0100
From:	Florian Festi <ffesti@...hat.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] input: Extend raw mode to work up to keycode 0xFF

Hi, [please CC me, as I am not subscribed]

currently keycodes above 240 are ignored if the tty is in raw mode. To make the key codes from 241 to 255 usable for programs in raw mode (like X11) the still unused scancodes were 
added into that range. Right know these scancodes are used in arbitrary order due the lack of a better alternative. Comments on a better way of using them are welcome.

This extension is needed for some keycodes I submited in a previous patch.

Florian

View attachment "rawmodeemulation.diff" of type "text/x-patch" (715 bytes)

Powered by blists - more mailing lists