From owner-freebsd-ports@freebsd.org Wed Oct 11 17:58:08 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAA47E32454 for ; Wed, 11 Oct 2017 17:58:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id D9528706AE for ; Wed, 11 Oct 2017 17:58:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D8BB8E32453; Wed, 11 Oct 2017 17:58:08 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8616E32452 for ; Wed, 11 Oct 2017 17:58:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB47D706AD; Wed, 11 Oct 2017 17:58:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 14D8574ED; Wed, 11 Oct 2017 17:58:08 +0000 (UTC) From: Jan Beich To: Chris Sparkes Cc: ports@freebsd.org Subject: Re: Wacom tablet References: Date: Wed, 11 Oct 2017 19:58:02 +0200 In-Reply-To: (Chris Sparkes's message of "Wed, 11 Oct 2017 11:44:36 +0100") Message-ID: <8tgh-h8id-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2017 17:58:09 -0000 Chris Sparkes 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 $ dmesg | uhid If it helps I can add it to /usr/local/etc/rc.d/wacom