<div class="gmail_quote">On Wed, Dec 16, 2009 at 5:27 PM, Dan Nicholson <span dir="ltr">&lt;<a href="mailto:dbn.lists@gmail.com">dbn.lists@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div>
<div></div>
<div class="h5">&gt;<br>&gt; Hi Dan,<br>&gt;<br>&gt; While sorting through my customers&#39; requests for wacom X driver related<br>&gt; issues, I encountered another &quot;unusual&quot; situation:<br>&gt;<br>&gt; How can we explicitly let X server ignore a device on a hotplugging enabled<br>
&gt; system?  Some users want to run X server. But they don&#39;t want wacom_drv.so<br>&gt; to grad the device.  They want to process the data directly from the kernel<br>&gt; themselves.  When we discussed the &quot;true hotplugging&quot; X server, we kinda<br>
&gt; assumed that at least one driver will pick up the device in X server by<br>&gt; default.<br>&gt;<br>&gt; Do we have an existing option to disable hotplugging for a device?<br><br></div></div>I have an additional patch on top of my InputClass patches to address<br>
this by adding an Ignore boolean to the class. Something like this:<br><br>Section &quot;InputClass&quot;<br>   MatchVendor &quot;Wacom&quot;<br>   Ignore &quot;yes&quot;<br>EndSection<br><br>I&#39;m not quite sure of the behavior if you have multiple sections<br>
toggling the Ignore status, but I&#39;m not too worried about that corner<br>case. My motivation for this is that I don&#39;t want to set any Xorg<br>specific options in the config backend (hal fdi, udev rules, etc.). I<br>
just want Xorg to just grab all input devices and then let xorg.conf.d<br>straighten it out.</blockquote>
<div> </div>
<div>This works for me too.  I guess I can also assume that we could ignore just one device by specifying MatchProduct with product ID, right?  All this is for the next step with udev. Then my question is (sorry I have too many questions :):</div>

<div> </div>
<div>How does the current hal fdi work?  Can we let it ignore a vendor by removing the fdi file?  Looks like (from my testing result) something will pick the device up even if I totally remove the wacom fdi.</div>
<div> </div>
<div>Ping</div></div>