[xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/input/keyboard Imakefile, 1.1.10.1, 1.1.10.1.6.1 kbd.c, 1.1.4.2.4.2, 1.1.4.2.4.2.6.1 kbd.man, 1.1.10.1, 1.1.10.1.6.1 keyboard.man, 1.1.10.1, 1.1.10.1.6.1

Roland Mainz xorg-commit at pdx.freedesktop.org
Sat Apr 10 02:05:22 PDT 2004


Committed by: gisburn

Update of /cvs/xorg/xc/programs/Xserver/hw/xfree86/input/keyboard
In directory pdx:/tmp/cvs-serv7662/xc/programs/Xserver/hw/xfree86/input/keyboard

Modified Files:
      Tag: XPRINT
	Imakefile kbd.c kbd.man keyboard.man 
Log Message:
Resync to 2004-04-10 XORG-RELEASE-1 branch

Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/input/keyboard/Imakefile,v
retrieving revision 1.1.10.1
retrieving revision 1.1.10.1.6.1
diff -u -d -r1.1.10.1 -r1.1.10.1.6.1
--- a/Imakefile	4 Mar 2004 17:48:05 -0000	1.1.10.1
+++ b/Imakefile	10 Apr 2004 09:05:15 -0000	1.1.10.1.6.1
@@ -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.2.4.2
retrieving revision 1.1.4.2.4.2.6.1
diff -u -d -r1.1.4.2.4.2 -r1.1.4.2.4.2.6.1
--- a/kbd.c	4 Mar 2004 20:16:40 -0000	1.1.4.2.4.2
+++ b/kbd.c	10 Apr 2004 09:05:15 -0000	1.1.4.2.4.2.6.1
@@ -1,4 +1,3 @@
-/* $XdotOrg$ */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c,v 1.8 2003/11/03 05:11:47 tsi Exp $ */
 
 /*
@@ -12,6 +11,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 +124,7 @@
 static const char *kbdDefaults[] = {
     "Protocol",		"standard",
     "AutoRepeat",	"500 30",
-    "XkbRules",		"xfree86",
+    "XkbRules",		__XKBDEFRULES__,
     "XkbModel",		"pc101",
     "XkbLayout",	"us",
     "Panix106",		"off",
@@ -759,7 +759,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.10.1
retrieving revision 1.1.10.1.6.1
diff -u -d -r1.1.10.1 -r1.1.10.1.6.1
--- a/kbd.man	4 Mar 2004 17:48:05 -0000	1.1.10.1
+++ b/kbd.man	10 Apr 2004 09:05:15 -0000	1.1.10.1.6.1
@@ -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.10.1
retrieving revision 1.1.10.1.6.1
diff -u -d -r1.1.10.1 -r1.1.10.1.6.1
--- a/keyboard.man	4 Mar 2004 17:48:05 -0000	1.1.10.1
+++ b/keyboard.man	10 Apr 2004 09:05:15 -0000	1.1.10.1.6.1
@@ -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