Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2017 19:58:02 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Chris Sparkes <chris@sparkessoftware.com>
Cc:        ports@freebsd.org
Subject:   Re: Wacom tablet
Message-ID:  <8tgh-h8id-wny@FreeBSD.org>
In-Reply-To: <c9892d5d-f3e2-8056-398f-3e7b5484488f@sparkessoftware.com> (Chris Sparkes's message of "Wed, 11 Oct 2017 11:44:36 %2B0100")
References:  <c9892d5d-f3e2-8056-398f-3e7b5484488f@sparkessoftware.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Sparkes <chris@sparkessoftware.com> writes:

> 1. Xorg is not being configured when the device is plugged
> in. (xsetwacom does not show any devices).

devd(8) hotplugging is currently partially broken. See bug 196678.
Either apply one of the attached patches, use HAL or configure manually.

> Xorg log shows 'config/devd: ignoring device uhid1'. dmesg shows the
> messages below. These messages repeat every time I lift the pen off
> the tablet.

Try disabling uhid(4) from attaching as it may conflict with wacom(4x).

 $ kldload usb_quirk
 $ usbconfig add_dev_quirk_vplh 0x056a 0 0 0xffff UQ_MATCH_VENDOR_ONLY
 $ usbconfig add_dev_quirk_vplh 0x056a 0 0 0xffff UQ_HID_IGNORE
 <disconnect the device>
 <connect the device>
 $ dmesg | uhid

If it helps I can add it to /usr/local/etc/rc.d/wacom



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8tgh-h8id-wny>