Skip site navigation (1)Skip section navigation (2)
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:   ports/188736: x11-drivers/input-wacom broken for serial tablets
Message-ID:  <1397745073.640260.50986@vixen42.vulpes.vvelox.net>
Resent-Message-ID: <201404171440.s3HEe1Es087551@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



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