>From David Brownlee <[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 d3c3748..083d84d 100644
--- a/src/bsd_kbd.c
+++ b/src/bsd_kbd.c
@@ -411,6 +411,11 @@ OpenKeyboard(InputInfoPtr pInfo)
                printWsType("ADB", pInfo->name);
                break;
 #endif
+#ifdef WSKBD_TYPE_LK201
+           case WSKBD_TYPE_LK201:
+               printWsType("LK201", pInfo->name);
+               break;
+#endif
 #ifdef WSKBD_TYPE_MAPLE
            case WSKBD_TYPE_MAPLE:
                printWsType("Maple", 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

Reply via email to