summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandr Shadchin <alexandr.shadchin@gmail.com>2011-01-06 13:21:35 +0500
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-07 15:23:11 -0800
commit40ed9bb3dc87702510d5e54c42a60a2cdd73c135 (patch)
tree92f0fb2edbb8a54388d3d0b55fecb5789f0bb77c
parente929446a401e73bcc680c488ada2fc50eb225b23 (diff)
Fix default options for PC98
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/kbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbd.c b/src/kbd.c
index 629b534..2dac655 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -190,7 +190,7 @@ KbdPreInit(InputDriverPtr drv, InputInfoPtr pInfo, int flags)
defaults = kbdDefaults;
else
defaults = kbd98Defaults;
- xf86CollectInputOptions(pInfo, kbdDefaults
+ xf86CollectInputOptions(pInfo, defaults
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 12
, NULL
#endif