From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 17 14:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD6198DE for ; Thu, 17 Apr 2014 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CA481655 for ; Thu, 17 Apr 2014 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3HEe1vU087552 for ; Thu, 17 Apr 2014 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3HEe1Es087551; Thu, 17 Apr 2014 14:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 17 Apr 2014 14:40:01 GMT Resent-Message-Id: <201404171440.s3HEe1Es087551@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Zane C.B-H." Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF93D8B4 for ; Thu, 17 Apr 2014 14:38:27 +0000 (UTC) Received: from vulpes.vvelox.net (vulpes.vvelox.net [99.69.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 85B15163E for ; Thu, 17 Apr 2014 14:38:27 +0000 (UTC) Received: from vixen42.vulpes.vvelox.net (vixen42.vulpes.vvelox.net [192.168.15.2]) (Authenticated sender: kitsune) by vulpes.vvelox.net (Postfix) with ESMTPA id 738E9492BB76 for ; Thu, 17 Apr 2014 09:31:07 -0500 (CDT) Message-Id: <1397745073.640260.50986@vixen42.vulpes.vvelox.net> Date: Thu, 17 Apr 2014 09:31:13 -0500 From: "Zane C.B-H." To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Subject: ports/188736: x11-drivers/input-wacom broken for serial tablets X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 14:40:01 -0000 >Number: 188736 >Category: ports >Synopsis: x11-drivers/input-wacom broken for serial tablets >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 17 14:40:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Zane C.B-H. >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: System: FreeBSD 9.2-STABLE #6 r264439: Mon Apr 14 01:07:19 CDT 2014 kitsune@vixen42.vulpes.vvelox.net:/usr/obj/arc/src/FreeBSD/9-stable/sys/GENERIC >Description: Serial tables such as those common on laptops as touch screens does not work. Snippet of xorg.conf.... Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Type" "stylus" Option "Device" "/dev/cuau2" Option "ForceDevice" "ISDV4" EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Type" "eraser" Option "Device" "/dev/cuau2" Option "ForceDevice" "ISDV4" EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Type" "cursor" Option "Device" "/dev/cuau2" Option "ForceDevice" "ISDV4" EndSection Section "InputDevice" Driver "wacom" Identifier "pad" Option "Type" "pad" Option "Device" "/dev/cuau2" Option "ForceDevice" "ISDV4" EndSection Section "InputDevice" Driver "wacom" Identifier "touch" Option "Type" "touch" Option "Device" "/dev/cuau2" Option "ForceDevice" "ISDV4" EndSection Which results in stuff like this in Xorg.0.log... [ 2204.136] (II) UnloadModule: "wacom" [ 2204.136] (II) Using input driver 'wacom' for 'cursor' [ 2204.136] (**) Option "SendCoreEvents" [ 2204.136] (**) cursor: always reports core events [ 2204.136] (**) Option "Device" "/dev/cuau2" [ 2204.136] (**) Option "Type" "cursor" [ 2204.136] (**) Option "StopBits" "1" [ 2204.136] (**) Option "DataBits" "8" [ 2204.136] (**) Option "Parity" "None" [ 2204.136] (**) Option "Vmin" "1" [ 2204.136] (**) Option "Vtime" "10" [ 2204.136] (**) Option "FlowControl" "Xoff" [ 2204.136] (EE) cursor: usbDetect: can not ioctl version [ 2204.136] (EE) cursor: cannot identify device class. [ 2204.136] (EE) PreInit returned 8 for "cursor" Of interest there appears to be http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2013-August/260106.html which has been over looked as this applied to the similar but different xf86-input-wacom port... >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: