Bug 181133 - [patch] x11-drivers/input-wacom: enabled support of wacom tablets connected via a serial port
Summary: [patch] x11-drivers/input-wacom: enabled support of wacom tablets connected v...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-08 07:10 UTC by Anton Afanasyev
Modified: 2014-06-11 06:45 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (9.45 KB, patch)
2013-08-08 07:10 UTC, Anton Afanasyev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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