On Sun, Sep 05, 2010 at 10:20:04AM +0400, Nikolai Kondrashov wrote:
> On 09/05/2010 12:37 AM, Chris Bagwell wrote:
> > Most dumb devices can get away with single channel but we will
> > eventually need to figure out how they report button presses on
> > physical tablet because thats what second channel is mostly for.  For
> > these simple devices, I think there must be some way we can allow
> > buttons to be associated with the PEN channel and not required to be a
> > fully independent device.
> Wouldn't it be better to route such buttons to a separate /dev/input/event*
> and deal with them separately either in the wacom or in some other driver?

depends. there is some advantage to having the same driver handle both
devices in that a button can change properties on the stylus and the other
way round. You're losing this ability when you have multiple kernel devices
because then you need an extra property to match the devices up.

> > The wcmIsValidType is used during initialization time.  X driver
> > creates internally a device for each of the multiplex tools reported
> > over single input device.
> What do you mean by the "X driver" - the wacom driver, or some generic X
> code?

xf86-input-wacom.

it's currently the only X driver with driver-internal hotplugging support
anyway.

Cheers,
  Peter

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to