I&#39;m not in front of a Linux machine at the moment, but I was using a Wacom tablet in linux for the last couple years.  [HID] doesn&#39;t work with calling the symbolic links in /dev/input/. I was able to get the tablet to send out data with [hid] by going through the [open $1( with all indeces, clicking on [info(, then seeing if it was the tablet.  I tried various ways to automate this with the output info strings but never got anything to work consistently.  This, and that I didn&#39;t like the way control data was output, made me switch back to using [linuxevent].  It works just find with [open /dev/input/wacom ( and the data is easy to interpret in pd.  I attached a (very dirty) patch that I used to route the control data with [linuxevent], hope it saves you some time. <br>
<br>Tablets don&#39;t seem to work well with [hid] in any platform (not in windows either, right?), not at all in OS X, the platform I am now on.  I&#39;m re-writing a general purpose [tablet] external right now that will at first only work in OS X, but hopefully it can cover all platforms later on down the road.  It is just that the API is different for the three big ones, mac, linux, and windows.<br>
<br>regards,<br>Rich<br><br><div class="gmail_quote">On Mon, Dec 21, 2009 at 12:12 PM, cyrille henry <span dir="ltr">&lt;<a href="mailto:ch@chnry.net">ch@chnry.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hello<br>
<br>
few years go, i used a wacom with the [gemtablet] object. this was working perfectly.<br>
but i now realize that this object is no more part of Gem (since 3 years).<br>
the dummy object that replace it say that one must use hid instead.<br>
so did i.<br>
<br>
but i failed making it work.<br>
<br>
i&#39;m using linux and hid from pd svn.<br>
<br>
i send a &quot;open /dev/input/wacom&quot; message to the hid object, and get as only answer : info: open 0<br>
info: device 0<br>
<br>
if i start pooling, then the wacom did not work anymore, and i have to reboot the computer to make it work again.<br>
<br>
playing a bit more with that object made pd to crash.<br>
<br>
any suggestion to make my wacom work with hid?<br>
any other object that could get data from a wacom?<br>
or should i try to get the old sources of gemtablet to compile again???<br>
<br>
thanks<br>
Cyrille<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div><br>