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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 11 Jun 2008 16:23:59 +0100
From:	Samuel Thibault <samuel.thibault@...-lyon.org>
To:	Jiri Bohac <jbohac@...e.cz>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] console keyboard mapping broken by 04c71976

Jiri Bohac, le Wed 11 Jun 2008 17:10:28 +0200, a écrit :
> 	...
> 	type = KTYP(keysym);		// 0xfb
> 	...
> 	type -= 0xf0;			// 0xb
>         if (type == KT_LETTER) {	// true
>                 type = KT_LATIN;	// 0
>  
> 	...
>         (*k_handler[type])(vc, keysym & 0xff, !down); 
> 		// calls k_self, note there is really no space for a 
> 		// full unicode representation ;-)

Ah, right, my too-quick look mistook your case with the (type < 0xf0)
case, which does have room for unicode.

Well, in my tests it _was_ working with latin2.  I'll dig more this
evening.

Samuel
--
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