Bug 181133

Summary: [patch] x11-drivers/input-wacom: enabled support of wacom tablets connected via a serial port
Product: Ports & Packages Reporter: Anton Afanasyev <aasoft>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: bapt
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Anton Afanasyev 2013-08-08 07:10:00 UTC
The current version of the port did not include support for serial (ISDV4) tablets, such as the ones built into Thinkpad x200 and the like. The original code does support them, so after removing several linuxisms they work on FreeBSd too.
Additionally, the isdv4-serial-debugger application is now built and installed into the system (again, it was disabled in the current version of the port because of linuxisms).

NOTE: This patch can easily be applied on top of ports/175876 once that is committed.
Also note that I haven't tried updating to a newer version of xf86-input-wacom (0.22.1 at the time of writing) since there are quite a few makefile changes, and I am not well-versed in makefiles.

Fix: Patch attached with submission follows:
How-To-Repeat: Try building the current version of the port and find that X server does not detect a serial wacom table (provided you have one).

Then do:

$ cd ports/x11-drivers/input-wacom
$ svn patch --strip 1 /path/to/input-wacom-serial.diff

And then the tablet should be detected by X.
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2014-06-11 06:45:45 UTC
Committed in the new x11-drivers/xf86-input-wacom