summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-23 19:54:03 +0000
committerEgbert Eich <eich@suse.de>2004-04-23 19:54:03 +0000
commit32d5ece27279bf7f1211346f15a292f73ff334d6 (patch)
tree0bc6e855cbbee12b12dd757eb6c28ac905f15032
parentcbec87bb621bd6bb2fddf1fe9aa970a09acba8f7 (diff)
Merging XORG-CURRENT into trunkXORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGE
-rw-r--r--man/kbd.man8
-rw-r--r--man/keyboard.man8
-rw-r--r--src/kbd.c8
3 files changed, 13 insertions, 11 deletions
diff --git a/man/kbd.man b/man/kbd.man
index 5719d56..231b10e 100644
--- a/man/kbd.man
+++ b/man/kbd.man
@@ -1,4 +1,4 @@
-.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.man,v 1.1 2002/10/11 01:40:33 dawes Exp $
+.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/keyboard/keyboard.man,v 1.2 2001/01/27 18:20:57 dawes Exp $
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH KBD __drivermansuffix__ __vendorversion__
@@ -14,7 +14,7 @@ kbd \- Keyboard input driver
.fi
.SH DESCRIPTION
.B kbd
-is an XFree86 input driver for keyboards. The driver supports the standard
+is an __xservername__ input driver for keyboards. The driver supports the standard
OS-provided keyboard interface, but these are currently only available to
this driver module for Linux and BSD. This driver is experimental, but
will soon replace the built-in
@@ -26,7 +26,7 @@ The
driver functions as a keyboard input device, and may be used as the
X server's core keyboard.
.SH CONFIGURATION DETAILS
-Please refer to XF86Config(__filemansuffix__) for general configuration
+Please refer to __xconfigfile__(__filemansuffix__) for general configuration
details and for options that can be used with all input drivers. This
section only covers configuration details specific to this driver.
.PP
@@ -96,4 +96,4 @@ Some other XKB-related options are available, but they are incompatible
with the ones listed above and are not recommended, so they are not
documented here.
.SH "SEE ALSO"
-keyboard(__drivermansuffix__), XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__).
+keyboard(__drivermansuffix__), __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__).
diff --git a/man/keyboard.man b/man/keyboard.man
index 93a5fd3..02690ca 100644
--- a/man/keyboard.man
+++ b/man/keyboard.man
@@ -1,4 +1,4 @@
-.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/keyboard/keyboard.man,v 1.3 2002/10/11 01:40:33 dawes Exp $
+.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/keyboard/keyboard.man,v 1.2 2001/01/27 18:20:57 dawes Exp $
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH KEYBOARD __drivermansuffix__ __vendorversion__
@@ -14,7 +14,7 @@ keyboard \- Keyboard input driver
.fi
.SH DESCRIPTION
.B keyboard
-is an XFree86 input driver for keyboards. The driver supports the standard
+is an __xservername__ input driver for keyboards. The driver supports the standard
OS-provided keyboard interface. This driver is currently built-in to
the core X server.
.PP
@@ -24,7 +24,7 @@ driver functions as a keyboard input device, and may be used as the
X server's core keyboard. This driver is currently built-in to the core
X server, and multiple instances are not yet supported.
.SH CONFIGURATION DETAILS
-Please refer to XF86Config(__filemansuffix__) for general configuration
+Please refer to __xconfigfile__(__filemansuffix__) for general configuration
details and for options that can be used with all input drivers. This
section only covers configuration details specific to this driver.
.PP
@@ -100,4 +100,4 @@ Some other XKB-related options are available, but they are incompatible
with the ones listed above and are not recommended, so they are not
documented here.
.SH "SEE ALSO"
-kbd(__drivermansuffix__), XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__).
+kbd(__drivermansuffix__), __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__).
diff --git a/src/kbd.c b/src/kbd.c
index 13d7918..71d3fac 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -1,4 +1,5 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c,v 1.9 2003/12/18 21:53:45 dawes Exp $ */
+/* $XdotOrg$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c,v 1.8 2003/11/03 05:11:47 tsi Exp $ */
/*
* Copyright (c) 2002 by The XFree86 Project, Inc.
@@ -11,6 +12,7 @@
* xf86Events.c and xf86Io.c which are
* Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
*/
+/* $XdotOrg$ */
#define NEED_EVENTS
#include "X.h"
@@ -123,7 +125,7 @@ static const OptionInfoRec KeyboardOptions[] = {
static const char *kbdDefaults[] = {
"Protocol", "standard",
"AutoRepeat", "500 30",
- "XkbRules", "xfree86",
+ "XkbRules", __XKBDEFRULES__,
"XkbModel", "pc101",
"XkbLayout", "us",
"Panix106", "off",
@@ -758,7 +760,7 @@ static XF86ModuleVersionInfo xf86KeyboardVersionRec =
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
1, 0, 0,
ABI_CLASS_XINPUT,
ABI_XINPUT_VERSION,