Hi,

On Fri, Jul 15, 2011 at 12:05:16AM +0200, Stephen Kitt wrote:

> I've actually just been informed that two baud rates are appropriate
> for Wacom devices, 19200 for pen only devices and 38400 for touch only
> or pen and touch devices. (See
> <https://sourceforge.net/mailarchive/message.php?msg_id=27795570> for
> the source.)

For several days, I have been using the following splitted rule, with a
baud rate specification at 38400 for the Wacom devices. It is working
very well for me.

SUBSYSTEM=="tty", KERNEL=="ttyS[0-9]*", ATTRS{id}=="FUJ02e5", 
ACTION=="add|change", RUN+="/lib/udev/inputattach --daemon --baud 19200 --w8001 
/dev/%k"
SUBSYSTEM=="tty", KERNEL=="ttyS[0-9]*", ATTRS{id}=="WACf00c", 
ACTION=="add|change", RUN+="/lib/udev/inputattach --daemon --baud 38400 --w8001 
/dev/%k" 

> > > device, and Brian and I haven't figure out how to do that correctly yet.
> > > We've always had to remove the InputClass for our wacom to avoid having 
> > > the
> > > Xorg wacom driver conflict with it.

> I take it this is in the /usr/share/X11/xorg.conf.d/50-wacom.conf
> file?

yes.


> If it's preferable to use the evdev driver on these devices, it might
> be worth filing a bug against the xserver-xorg-input-wacom, don't you
> think? I could do it but it would be better if someone with the actual
> device did it...

I have not the expertise to determine which driver is better, but evdev
seems promising for multitouch. I could submit a bug report to
xserver-xorg-input wacom as soon as I have time.

Best regards,

        Cédric

Attachment: signature.asc
Description: Digital signature

Reply via email to