Are there any users of the xf86-input-gunze driver here?
It is a driver wfor Gunze touchscreen devices, like the one found on
some Panasonic Toughbooks.

This driver is not enabled in Xenocara builds and doesn't build with
xserver 1.6 without the patch below.

I'd like to know if it still works with that patch, or if more work is
needed.

Alternatively if no one is interested anymore, I'll just delete it.

Index: src/xf86Gunze.c
===================================================================
RCS file: /cvs/OpenBSD/xenocara/driver/xf86-input-gunze/src/xf86Gunze.c,v
retrieving revision 1.2
diff -u -r1.2 xf86Gunze.c
--- src/xf86Gunze.c     24 Aug 2008 08:29:21 -0000      1.2
+++ src/xf86Gunze.c     21 Sep 2009 20:40:24 -0000
@@ -609,7 +609,10 @@
                        return !Success;
                }
                if (InitValuatorClassDeviceStruct(ptr, nbaxes,
-                   xf86GetMotionEvents, local->history_size, Absolute)
+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3
+                   xf86GetMotionEvents,
+#endif
+                   local->history_size, Absolute)
                    == FALSE) {
                        ErrorF("unable to allocate Valuator class device\n");
                        return !Success;

-- 
Matthieu Herrb

Reply via email to