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
commitba6804b2537ea7f5c3a78c523aebfb38d9d0dfac (patch)
treeebc294d126ba86a3a7dabe7556bc714ffc228568
parent08d862c6ef323471aea1b098c7e6b5bd8ae79177 (diff)
-rw-r--r--man/js_x.man8
-rw-r--r--src/js_x.c6
2 files changed, 7 insertions, 7 deletions
diff --git a/man/js_x.man b/man/js_x.man
index d8fbcce..ea4396d 100644
--- a/man/js_x.man
+++ b/man/js_x.man
@@ -1,4 +1,4 @@
-.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/jamstudio/js_x.man,v 1.2 2003/02/24 03:24:15 dawes Exp $
+.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/jamstudio/js_x.man,v 1.1 2002/11/11 01:18:08 alanh Exp $
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH JS_X __drivermansuffix__ __vendorversion__
@@ -21,7 +21,7 @@ js_x \- JamStudio input driver
.fi
.SH DESCRIPTION
.B js_x
-is an XFree86 input driver for JamStudio devices.
+is an __xservername__ input driver for JamStudio devices.
.PP
The
.B js_x
@@ -31,7 +31,7 @@ X server's core pointer.
This driver supports the KB-Gear JamStudio pentablet.
This X-Input driver should work on any OS supporting the hiddev raw USB HID driver.
.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.
.RS 8
@@ -62,6 +62,6 @@ sets the divider for the returned pressure value. This option will allow you to
where X equals the value read from the tablet.
.RE
.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
Brian Goines <bgoines78@comcast.net>
diff --git a/src/js_x.c b/src/js_x.c
index 04c4170..71eb8c4 100644
--- a/src/js_x.c
+++ b/src/js_x.c
@@ -20,11 +20,11 @@
* PERFORMANCE OF THIS SOFTWARE.
*
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/input/jamstudio/js_x.c,v 1.4 2003/11/03 05:11:47 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/input/jamstudio/js_x.c,v 1.3tsi Exp $ */
#include <sys/types.h>
#include "xf86Version.h"
-#if XF86_VERSION_CURRENT >= XF86_VERSION_NUMERIC(3,9,0,0,0)
+#if XORG_VERSION_CURRENT >= XF86_VERSION_NUMERIC(3,9,0,0,0)
#define XFREE86_V4 1
#endif
#include "misc.h"
@@ -345,7 +345,7 @@ static XF86ModuleVersionInfo xf86JS_XVersionRec = {
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
1, 0, 0,
ABI_CLASS_XINPUT,
ABI_XINPUT_VERSION,