[PATCH keyboard] bsd: Fix print wscons type keyboard for Sun5
Alexandr Shadchin
alexandr.shadchin at gmail.com
Thu Jan 6 00:37:39 PST 2011
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin at gmail.com>
---
src/bsd_kbd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/bsd_kbd.c b/src/bsd_kbd.c
index d0cedcd..ebaeae5 100644
--- a/src/bsd_kbd.c
+++ b/src/bsd_kbd.c
@@ -413,9 +413,9 @@ OpenKeyboard(InputInfoPtr pInfo)
break;
#endif
#ifdef WSKBD_TYPE_SUN5
- case WSKBD_TYPE_SUN5:
- xf86Msg(X_PROBED, "Keyboard type: Sun5\n");
- break;
+ case WSKBD_TYPE_SUN5:
+ printWsType("Sun5", pInfo->name);
+ break;
#endif
default:
xf86Msg(X_ERROR, "%s: Unsupported wskbd type \"%d\"",
--
1.7.3.2
More information about the xorg-devel
mailing list