>From Izumi Tsutsui <[email protected]>
Signed-off-by: Thomas Klausner <[email protected]>
Reviewed-by: Alan Coopersmith <[email protected]>
Reviewed-by: Matthieu Herrb <[email protected]>
---
src/bsd_kbd.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/bsd_kbd.c b/src/bsd_kbd.c
index 76c98ea..b6235d7 100644
--- a/src/bsd_kbd.c
+++ b/src/bsd_kbd.c
@@ -413,6 +413,11 @@ OpenKeyboard(InputInfoPtr pInfo)
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);
--
1.8.3.3
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel