Module Name:    xsrc
Committed By:   tsutsui
Date:           Sun Nov  7 15:44:04 UTC 2010

Modified Files:
        xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_kbd.c

Log Message:
Recognize WSKBD_TYPE_MAPLE for dreamcast.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.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_kbd.c
diff -u xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c:1.9 xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c:1.10
--- xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c:1.9	Fri Oct 29 10:51:41 2010
+++ xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c	Sun Nov  7 15:44:04 2010
@@ -431,6 +431,11 @@
                printWsType("ADB", pInfo->name);
                break;
 #endif
+#ifdef WSKBD_TYPE_MAPLE
+           case WSKBD_TYPE_MAPLE:
+               printWsType("Maple", pInfo->name);
+               break;
+#endif
 #ifdef WSKBD_TYPE_SUN
            case WSKBD_TYPE_SUN:
                printWsType("Sun", pInfo->name);

Reply via email to