diff options
author | Egbert Eich <eich@suse.de> | 2004-04-23 19:54:02 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-23 19:54:02 +0000 |
commit | f4e5f1c7e8e83f45bbf154eb9c829135c076aeb3 (patch) | |
tree | f6a752df7d400bbb43e3dba871c492c604bef90a | |
parent | d8539fed47cd945a3d369761d0c659eb8cdf0322 (diff) |
Merging XORG-CURRENT into trunkrel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_3XORG-6_8_99_2XORG-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-- | src/DigitalEdge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DigitalEdge.c b/src/DigitalEdge.c index bc71334..9356f24 100644 --- a/src/DigitalEdge.c +++ b/src/DigitalEdge.c @@ -30,7 +30,7 @@ * Probably buggy as hell, no idea what the initialisation strings are, * no idea how to ack it. If the tablet stops responding power cycle it. */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/input/digitaledge/DigitalEdge.c,v 1.9 2003/11/17 22:20:38 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/input/digitaledge/DigitalEdge.c,v 1.8 2003/09/24 03:16:58 dawes Exp $ */ #include "xf86Version.h" @@ -1458,7 +1458,7 @@ static XF86ModuleVersionInfo xf86SumVersionRec = MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, 1, 0, 0, ABI_CLASS_XINPUT, ABI_XINPUT_VERSION, |