diff options
author | Egbert Eich <eich@suse.de> | 2004-04-23 19:54:05 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-23 19:54:05 +0000 |
commit | 50e8b2e72b20a02bd97d282e6d6b70bd6757a20b (patch) | |
tree | 3729b51ca201fc20664fe5b1f35d04bd20453641 | |
parent | a1fbe36dc2ae0e6f0ec5eed4d82d1020bae6bbb9 (diff) |
Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEXORG-6_8-branch
-rw-r--r-- | man/ur98.man | 8 | ||||
-rw-r--r-- | src/xf86Ur-98.c | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/man/ur98.man b/man/ur98.man index b699a0f..8856463 100644 --- a/man/ur98.man +++ b/man/ur98.man @@ -1,4 +1,4 @@ -.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/ur98/ur98.man,v 1.1 2002/11/22 03:49:15 dawes Exp $ +.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/mutouch/mutouch.man,v 1.1 2001/01/24 00:06:37 dawes Exp $ .\" shorthand for double quote that works everywhere. .ds q \N'34' .TH UR98 __drivermansuffix__ __vendorversion__ @@ -18,7 +18,7 @@ UR-98 \- UR98 (TR88L803) head tracker driver .B EndSection .SH DESCRIPTION .B UR-98 -is an XFree86 input driver for the Union Reality UR-F98 headtracker. +is an __xservername__ input driver for the Union Reality UR-F98 headtracker. .PP The .B UR-98 @@ -43,7 +43,7 @@ practice to use well. Union Reality UR-98. While this is a joystick driver the behaviour is absolute so this driver is not useful for true joystick interfaces. .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 @@ -125,7 +125,7 @@ author writes from direct experience. This driver is currently Linux specific. .PP .SH "SEE ALSO" -XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__). +__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__). .SH AUTHORS Authors include... Alan Cox diff --git a/src/xf86Ur-98.c b/src/xf86Ur-98.c index 66aa283..1a339ae 100644 --- a/src/xf86Ur-98.c +++ b/src/xf86Ur-98.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/input/ur98/xf86Ur-98.c,v 1.2 2003/12/22 17:48:10 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/input/ur98/xf86Ur-98.c,v 1.1tsi Exp $ */ #include <sys/types.h> #include <unistd.h> @@ -703,7 +703,7 @@ static XF86ModuleVersionInfo version_rec = { MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, 1, 0, 0, ABI_CLASS_XINPUT, ABI_XINPUT_VERSION, |