Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 4 Feb 2003 22:38:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 4 Feb 2003 22:38:26 -0500 Received: from ylug.mozilla.gr.jp ([203.141.142.92]:1549 "HELO maison.kyo-ko.org") by vger.kernel.org with SMTP id ; Tue, 4 Feb 2003 22:38:25 -0500 X-Mailer: cmail 2.61.1+20011011 on GNU Emacs 20.7.2 / Mule 4.1 =?ISO-2022-JP?B?KBskQjAqGyhCKQ==?= References: <20030124031453.0A29F11775F@triton2> <3E31752A.92C47F90@cinet.co.jp> <20030201015429.EB85D11775F@triton2> <20030202092346.A32354@ucw.cz> From: Hiroshi Miura To: vojtech@suse.cz Cc: miura@da-cha.org, tomita@cinet.co.jp, linux-kernel@vger.kernel.org In-reply-to: Vojtech Pavlik's message of "Sun, 2 Feb 2003 09:23:46 +0100" <20030202092346.A32354@ucw.cz> Subject: Re: [PATCH 2.5.59] support japanese JP106 keyboard on new console. X-Face: "7/]{D;9O-#dR'kB\tvpz_:#o|*UdC.KK/_"IN*i5VTU&EBhS6w68xQDPh]i4N%1byZ~v~X k$vdp(%V@gY!_|7x7Ht)^ih5\%\l'hcl$`sqp;%`boxPHDJB<~Sr8(e:zPKmeZ)ZPml[0v\|[V00Jm G,%5V5X9Mw7j}(8+!o>&&wmQ]Xh=j User-Agent: SEMI/1.14.4 (=?ISO-2022-JP?B?GyRCOllPJExaGyhC?=) FLIM/1.14.4 (=?ISO-2022-JP?B?GyRCM2A4Nj9ANVxBMBsoQg==?=) APEL/10.4 Emacs/20.7 (i386-debian-linux-gnu) MULE/4.1 (=?ISO-2022-JP?B?GyRCMCobKEI=?=) MIME-Version: 1.0 (generated by SEMI 1.14.4 - =?ISO-2022-JP?B?IhskQjpZGyhC?= =?ISO-2022-JP?B?GyRCTyRMWhsoQiI=?=) Content-Type: text/plain; charset=US-ASCII Message-Id: <20030205033626.B24BB117867@triton2> Date: Wed, 5 Feb 2003 12:36:26 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1426 Lines: 30 In message "Re: [PATCH 2.5.59] support japanese JP106 keyboard on new console." on 03/02/02, Vojtech Pavlik writes: > In 2.4 you can, in 2.5 the 'as long as no duplication occurs for any > single keyboard' is not valid anymore, and the keycode for > hiragana/katakana is defined to be 183 I think. I can understand the rule of international and language keys in 2.5. I think hiragana/katakana is defined to be '182'. The keycode 183 is a yen/pipe key. --- linux-2.5.59/drivers/input/keyboard/atkbd.c 2002-12-03 07:59:41.000000000 +0900 +++ edited/linux-2.5.59/drivers/input/keyboard/atkbd.c 2003-02-05 12:32:43.000000000 +0900 @@ -39,7 +39,7 @@ static unsigned char atkbd_set2_keycode[512] = { 0, 67, 65, 63, 61, 59, 60, 88, 0, 68, 66, 64, 62, 15, 41, 85, - 0, 56, 42, 0, 29, 16, 2, 89, 0, 0, 44, 31, 30, 17, 3, 90, + 0, 56, 42,182, 29, 16, 2, 89, 0, 0, 44, 31, 30, 17, 3, 90, 0, 46, 45, 32, 18, 5, 4, 91, 0, 57, 47, 33, 20, 19, 6, 0, 0, 49, 48, 35, 34, 21, 7, 0, 0, 0, 50, 36, 22, 8, 9, 0, 0, 51, 37, 23, 24, 11, 10, 0, 0, 52, 53, 38, 39, 25, 12, 0, -- Hiroshi Miura - 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/