Skip to content

Instantly share code, notes, and snippets.

View heftig's full-sized avatar
🦄
Horsing around

Jan Alexander Steffens heftig

🦄
Horsing around
View GitHub Profile
... Opening device '/dev/ttyS0'.
... Baud rate is 38400
... Querying tablet.
... Writing STOP command.
... Written '0'.
... Written '*'.
... Reading 11 bytes from device.
... read 1 bytes in one chunk.
... read 8 bytes in one chunk.
... read 6 bytes in one chunk.
~/ isdv4-serial-debugger -b 19200 -v /dev/ttyS0
... Opening device '/dev/ttyS0'.
... Baud rate is 19200
... Querying tablet.
... Writing STOP command.
... Written '0'.
... Written '*'.
... Reading 11 bytes from device.
... read 8 bytes in one chunk.
... read 3 bytes in one chunk.
We couldn’t find that file to show.
We couldn’t find that file to show.
Section "InputClass"
Identifier "Wacom class"
# WALTOP needs a patched kernel driver, that isn't in mainline lk yet,
# so for now just let it fall through and be picked up by evdev instead.
# MatchProduct "Wacom|WALTOP|WACOM"
MatchProduct "Wacom|WACOM"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
X.Org X Server 1.8.1.902 (1.8.2 RC 2)
commit a11fa01c78990aa56cc81e54ff72e7d282a7a24b
Author: Jan Steffens <jan.steffens@gmail.com>
Date: Mon Jul 19 06:07:49 2010
Swap stylus buttons 2 and 3 for Tablet PCs
There are only a few TPC pens with 2 buttons, and arguably right-click
is more useful than middle-click.
diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
commit b3d0b8e94f9eeceaddfe88d2730c5e4ee31d3a62
Author: Jan Steffens <jan.steffens@gmail.com>
Date: Tue Jul 20 01:23:35 2010
Make 19200 the default baud rate for 0x90 TPCs
diff --git a/src/wcmISDV4.c b/src/wcmISDV4.c
index ea33c18..de18e77 100644
--- a/src/wcmISDV4.c
+++ b/src/wcmISDV4.c
Input driver version is 1.0.0
Input device ID: bus 0x13 vendor 0x39 product 0x0 version 0x100
Input device name: "Wacom W8001 Penabled Serial TouchScreen"
Supported events:
Event type 0 (Sync)
Event type 1 (Key)
Event code 320 (ToolPen)
Event code 321 (ToolRubber)
Event code 330 (Touch)
Event code 331 (Stylus)
#!/bin/bash
. /etc/rc.conf
. /etc/rc.d/functions
PID=$(pidof -o %PPID -x /usr/bin/coherence)
case "$1" in
start)
stat_busy "Starting Coherence Daemon"
[ -z "$PID" ] && /usr/bin/coherence -d -c /etc/coherence.conf