From vvelox@vvelox.net  Thu Apr 17 14:38:27 2014
Return-Path: <vvelox@vvelox.net>
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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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." <vvelox@vvelox.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: x11-drivers/input-wacom broken for serial tablets
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>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:
