On Wed, 2010-05-26 at 15:52 -0700, Ping Cheng wrote: > On Wed, May 26, 2010 at 3:29 PM, Chase Douglas > <chase.douglas@xxxxxxxxxxxxx> wrote: > > IMHO, the best support for this driver would be as a > > kernel module that could use the input subsystem to send multitouch > > events up through the evdev interface. > > Sure, you can add yours and a bunch of the other serial WACfxxx > devices into the kernel under input/touchscreen (I believe Jaya Kumar > <jayakumar.lkml@xxxxxxxxx> has added the pen-only one there already). > But you would need to update the Wacom X driver as well. Without the > proper X driver to work with it, kernel driver is pretty much useless. > Or you may be able to let X evdev driver take care of it as a generic > touch screen device. I don't know how good the X evdev driver handles > the touch events though. This is actually why I think it should be in the kernel instead of in X. The kernel has an interface for multitouch events through evdev. It's standardized, and the X multitouch support will be predicated on it. So if we want any multitouch support for these devices in linux, it will have to go through the kernel input subsystem one way or another. Also, an evdev based driver shouldn't require any new X support. (I'm new to linux input stuff, if anyone feels I've mischaracterized multitouch support in linux, please speak up :) > > Do you have any information on this device? > > What kind of information do you need? I have the protocol and you can > get one if you sign an NDA with Wacom. > > > Would it be possible to write a driver? > > Anything is possible on Linux :). Someone has to do the work though. > I do not have time to work on it. That is the reality. Sure. I am personally interested in writing the driver. I need to do some work on my end before I can commit to anything, but I will get back to you with more details. Thanks, -- Chase -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html