Mario Goebbels wrote:
>> If this is a USB HID device, then ideally you should
>> not need to touch 
>> the kernel driver at all.
>>     
>
> It appears that USB isn't supported yet with these tablets. Seeing how Albert 
> made it compile by ifdef'ing a single line, I'm hoping it's some artificial 
> limitation and am looking for a way to for go around this.
>   
I have a working USB version on Solaris.  But I am re-writing to get rid of
all of the GPL code that is being used.  The comment about the USB hid 
device
above basically says that this can all be done in the xdrv code (user 
level) and
that a kernel driver (STREAMS module) is not needed.   I have a STREAMS 
module
that is pushed on top of hid to do some ioctl's, and that will probably 
go away
when I figure out how to do it directly with hid.  To be honest, I'm not 
sure what
Albert's change does, except for the compilation.

max


Reply via email to