summaryrefslogtreecommitdiffstats
path: root/xorg/server/xrdpkeyb
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-01-17 00:23:23 -0800
committerJay Sorg <jay.sorg@gmail.com>2014-01-17 00:23:23 -0800
commit522cedf12e3224bc95b29eb846e7188947576a6c (patch)
treeede884401ef053c7424941166ceb76904b83a7f3 /xorg/server/xrdpkeyb
parent885804cf14502609d46803935a795265246c9d06 (diff)
downloadxrdp-proprietary-522cedf12e3224bc95b29eb846e7188947576a6c.tar.gz
xrdp-proprietary-522cedf12e3224bc95b29eb846e7188947576a6c.zip
xorg: work on driver
Diffstat (limited to 'xorg/server/xrdpkeyb')
-rw-r--r--xorg/server/xrdpkeyb/rdpKeyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/server/xrdpkeyb/rdpKeyboard.c b/xorg/server/xrdpkeyb/rdpKeyboard.c
index 26ba73b4..a1e840b2 100644
--- a/xorg/server/xrdpkeyb/rdpKeyboard.c
+++ b/xorg/server/xrdpkeyb/rdpKeyboard.c
@@ -1,5 +1,5 @@
/*
-Copyright 2013 Jay Sorg
+Copyright 2013-2014 Jay Sorg
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
@@ -492,7 +492,7 @@ rdpInputKeyboard(rdpPtr dev, int msg, long param1, long param2,
rdpKeyboard *keyboard;
keyboard = &(dev->keyboard);
- LLOGLN(0, ("rdpInputKeyboard:"));
+ LLOGLN(10, ("rdpInputKeyboard:"));
switch (msg)
{
case 15: /* key down */