Module Name: src Committed By: riz Date: Wed May 9 20:03:53 UTC 2012
Modified Files: src/sys/arch/zaurus/dev [netbsd-6]: zkbdmap.h Log Message: Pull up following revision(s) (requested by tsutsui in ticket #237): sys/arch/zaurus/dev/zkbdmap.h: revision 1.7 Fix wrong raw keycode in xt_keymap_c860[] so that right shift properly works on Xserver on C7x0/860. From steleto. Should be pulled up to netbsd-6. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.6.2.1 src/sys/arch/zaurus/dev/zkbdmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/zaurus/dev/zkbdmap.h diff -u src/sys/arch/zaurus/dev/zkbdmap.h:1.6 src/sys/arch/zaurus/dev/zkbdmap.h:1.6.2.1 --- src/sys/arch/zaurus/dev/zkbdmap.h:1.6 Sun Jan 29 10:12:42 2012 +++ src/sys/arch/zaurus/dev/zkbdmap.h Wed May 9 20:03:53 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: zkbdmap.h,v 1.6 2012/01/29 10:12:42 tsutsui Exp $ */ +/* $NetBSD: zkbdmap.h,v 1.6.2.1 2012/05/09 20:03:53 riz Exp $ */ /* $OpenBSD: zaurus_kbdmap.h,v 1.19 2005/05/10 08:26:12 espie Exp $ */ /* @@ -327,7 +327,7 @@ static const char xt_keymap_c860[] = { /* KC(72), */ 0x00, /* NC */ /* KC(73), */ 0x00, /* NC */ /* KC(74), */ 0x00, /* NC */ - /* KC(75), */ 0x00, /* NC */ + /* KC(75), */ 0x36, /* KS_Shift_R, */ /* KC(76), */ 0x00, /* NC */ /* KC(77), */ 0x00, /* NC */ /* KC(78), */ 0x00, /* NC */ @@ -335,7 +335,7 @@ static const char xt_keymap_c860[] = { /* KC(80), */ 0x00, /* NC */ /* KC(81), */ 0x00, /* NC */ /* KC(82), */ 0x00, /* NC */ - /* KC(83), */ 0x36, /* KS_Shift_R, */ + /* KC(83), */ 0x00, /* NC */ /* KC(84), */ 0x2a, /* KS_Shift_L, */ /* KC(85), */ 0x00, /* NC */ /* KC(86), */ 0x00, /* NC */