Hi all.
Attached you find a patch for XFree-4.2.0's hyperpen input driver. The
XF86ModuleData is simply missnamed and so the driver is never
loaded. With my patch the driver loads - and I'll get feedback if it
works from a friend tomorrow.
Sincerely
Ren� Rebe - www.rocklinux.org
--
Ren� Rebe (Registered Linux user: #248718 <http://counter.li.org>)
eMail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
Homepage: http://drocklinux.dyndns.org/rene/
Anyone sending unwanted advertising e-mail to this address will be
charged $25 for network traffic and computing time. By extracting my
address from this message or its header, you agree to these terms.
--- xc/programs/Xserver/hw/xfree86/input/hyperpen/xf86HyperPen.c.orig 2002-05-05
01:18:09.000000000 +0200
+++ xc/programs/Xserver/hw/xfree86/input/hyperpen/xf86HyperPen.c 2002-05-05
+01:18:37.000000000 +0200
@@ -1779,7 +1779,7 @@
/* a tool */
};
-XF86ModuleData HyperPenModuleData = {&xf86HypVersionRec,
+XF86ModuleData hyperpenModuleData = {&xf86HypVersionRec,
xf86HypPlug,
xf86HypUnplug};