On Mon, Aug 08, 2016 at 11:12:02AM +0200, Martin Pieuchot wrote: > > ... > > Is the attached patch acceptable? Or would it be better to write a > > seperate driver, such as uwacom, that does the same as ums, except that > > it doesn't call hidms_input, but implements that itself? > > I believe that a new driver makes more sense. Because if one wants to > extend your work to fully support the drawing table it won't be able to > do it in ums(4).
That's what I thought after building the current patch, thanks for confirming this. > I afraid you'll need to match the two interfaces of your device, > something which is not trivial with the current framework. Do you know of a driver that currently does this? > Newer versions of libinput include some support for various Intuos > devices, you might want to look at this if you haven't done it already. Thanks for the hint, didn't know. I'll dig into this. Frank
