[xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/input/keyboard
Imakefile, 1.1.4.1, 1.1.4.2 kbd.c, 1.1.4.3, 1.1.4.4 kbd.man,
1.1.4.1, 1.1.4.2 keyboard.man, 1.1.4.1, 1.1.4.2
Egbert Eich
xorg-commit at pdx.freedesktop.org
Thu Apr 15 03:17:09 PDT 2004
Committed by: eich
Update of /cvs/xorg/xc/programs/Xserver/hw/xfree86/input/keyboard
In directory pdx:/home/eich/tstbuild/xc/programs/Xserver/hw/xfree86/input/keyboard
Modified Files:
Tag: XORG-CURRENT
Imakefile kbd.c kbd.man keyboard.man
Log Message:
2004-04-15 Egbert Eich <eich at freedesktop.org>
Merged changes from RELEASE-1 branch
Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/input/keyboard/Imakefile,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- a/Imakefile 5 Mar 2004 13:40:49 -0000 1.1.4.1
+++ b/Imakefile 15 Apr 2004 10:17:04 -0000 1.1.4.2
@@ -12,6 +12,7 @@
-I$(SERVERSRC)/mi -I$(SERVERSRC)/include -I$(XINCLUDESRC) \
-I$(EXTINCSRC)
+DEFINES = $(XKBDEFRULESDEFS)
#if MakeHasPosixVariableSubstitutions
SubdirLibraryRule($(OBJS))
#endif
Index: kbd.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -u -d -r1.1.4.3 -r1.1.4.4
--- a/kbd.c 5 Mar 2004 13:40:49 -0000 1.1.4.3
+++ b/kbd.c 15 Apr 2004 10:17:04 -0000 1.1.4.4
@@ -12,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"
@@ -124,7 +125,7 @@
static const char *kbdDefaults[] = {
"Protocol", "standard",
"AutoRepeat", "500 30",
- "XkbRules", "xfree86",
+ "XkbRules", __XKBDEFRULES__,
"XkbModel", "pc101",
"XkbLayout", "us",
"Panix106", "off",
@@ -759,7 +760,7 @@
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
1, 0, 0,
ABI_CLASS_XINPUT,
ABI_XINPUT_VERSION,
Index: kbd.man
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.man,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- a/kbd.man 5 Mar 2004 13:40:49 -0000 1.1.4.1
+++ b/kbd.man 15 Apr 2004 10:17:04 -0000 1.1.4.2
@@ -14,7 +14,7 @@
.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 @@
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 @@
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__).
Index: keyboard.man
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/input/keyboard/keyboard.man,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- a/keyboard.man 5 Mar 2004 13:40:49 -0000 1.1.4.1
+++ b/keyboard.man 15 Apr 2004 10:17:04 -0000 1.1.4.2
@@ -14,7 +14,7 @@
.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 @@
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 @@
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__).
More information about the xorg-commit-diffs
mailing list