summaryrefslogtreecommitdiff
path: root/driver/xf86-input-keyboard
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-08-04 22:28:37 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-08-04 22:28:37 +0000
commit23b2f390ec64d9ecf3ba37ad04674458f13ef3d5 (patch)
treee89caab46757fc76088c6ab8ab1a357b82b3ee46 /driver/xf86-input-keyboard
parent4adb4e81095d5a7ca3dd710d39d6b3de7c1079a8 (diff)
Commit the right version of the file: we want to remove XkbLayout from
the defaults, no XkbModel.
Diffstat (limited to 'driver/xf86-input-keyboard')
-rw-r--r--driver/xf86-input-keyboard/src/kbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-input-keyboard/src/kbd.c b/driver/xf86-input-keyboard/src/kbd.c
index 6fd2ff1b8..c6f119291 100644
--- a/driver/xf86-input-keyboard/src/kbd.c
+++ b/driver/xf86-input-keyboard/src/kbd.c
@@ -121,7 +121,7 @@ static const char *kbdDefaults[] = {
#endif
"AutoRepeat", "500 30",
"XkbRules", "xorg",
- "XkbLayout", "us",
+ "XkbModel", "pc105",
"CustomKeycodes", "off",
NULL
};