Module Name: xsrc
Committed By: martin
Date: Sat Feb 25 15:38:46 UTC 2012
Modified Files:
xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_KbdMap.c
Log Message:
Fix scan code 50 key on non-us-USB keyboards (BSlash2 -> BSlash).
>From macallan.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c
diff -u xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c:1.6 xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c:1.7
--- xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c:1.6 Sun Jul 24 00:06:38 2011
+++ xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c Sat Feb 25 15:38:46 2012
@@ -260,7 +260,8 @@ static CARD8 wsUsbMap[] = {
/* 47 */ KEY_LBrace, /* [ { */
/* 48 */ KEY_RBrace, /* ] } */
/* 49 */ KEY_BSlash, /* \ | */
- /* 50 */ KEY_BSlash2, /* \ _ # ~ on some keyboards */
+ /* this was KEY_BSlash2 which seems bogus */
+ /* 50 */ KEY_BSlash, /* \ _ # ~ on some keyboards */
/* 51 */ KEY_SemiColon, /* ; : */
/* 52 */ KEY_Quote, /* ' " */
/* 53 */ KEY_Tilde, /* ` ~ */