Hi, I would like to get rid of the streams module I am currently using for my usb Wacom tablet driver. The problem is that I have no way of sending HID_SET_REPORT from application level. My streams module uses M_CTL messages to do the HID_SET_REPORT (and to get vendor id/product id). I would like to do this with ioctl from application level, but hid currently does not handle M_IOCTL. So, any plans on changing hid to allow this? Or is there another way?
On a related note, I am pretty far along to completing a usb wacom tablet driver to work with Xorg and OpenSolaris. It has been (somewhat) tested on Intuos, Bamboo, and Graphire models using gimp. If anyone would like to give it a try, please send me an email and I'll send you the X input module library, and the driver. (Sorry, currently no source, only binary). thanks, max