Module Name:    xsrc
Committed By:   martin
Date:           Tue Aug 18 13:54:53 UTC 2009

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

Log Message:
for consistency use printWsType() to print Sun5 keyboard type


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    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.5 xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c:1.6
--- xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c:1.5	Fri Jun 12 01:55:07 2009
+++ xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c	Tue Aug 18 13:54:53 2009
@@ -485,8 +485,8 @@
 #endif
 #ifdef WSKBD_TYPE_SUN5
      case WSKBD_TYPE_SUN5:
-	     xf86Msg(X_PROBED, "Keyboard type: Sun5\n");
-	     break;
+               printWsType("Sun5", pInfo->name);
+               break;
 #endif
            default:
                xf86Msg(X_ERROR, "%s: Unsupported wskbd type \"%d\"",

Reply via email to