<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Mon, 2010-10-18 at 11:38 -0400, Trevor Woerner wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">The InputDriverRec data structure in xserver/hw/xfree86/common/xf86Xinput.h</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">no longer contains an integer refCount member.</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
Have you taken into account that this driver still builds with server 1.3 or later?
<BLOCKQUOTE>
<PRE>
PKG_CHECK_MODULES(XORG, [xorg-server &gt;= 1.2.99.0] xproto inputproto)
</PRE>
</BLOCKQUOTE>
I am not familiar with the details of how that works, but I see lines<BR>
like this in the code:
<BLOCKQUOTE>
<PRE>
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) &lt; 1
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
<BR>
</BODY>
</HTML>