[ ] Saturday, 10 October 2015 [ ]

Wacom Intuos (CTH-480/S)

Graphics tablet use with OpenBSD: was a post to misc@ which gives a xorg.conf which gave me a start.

Used xev to monitor events to see if any tablet input events occured. Used the uhid device finder program which found the tablet. Unfortunately the issues seems to be:


/bsd: uhidev0 at uhub3 port 3 configuration 1 interface 0 "Wacom Co.,Ltd. Intuos PTS" rev 2.00/1.00 addr 4
/bsd: uhidev0: iclass 3/0, 192 report ids
/bsd: uhid0 at uhidev0 reportid 2: input=9, output=0, feature=1
/bsd: uhid1 at uhidev0 reportid 3: input=0, output=0, feature=1
/bsd: uhid2 at uhidev0 reportid 4: input=0, output=0, feature=1
/bsd: uhid3 at uhidev0 reportid 5: input=0, output=0, feature=1
/bsd: uhid4 at uhidev0 reportid 7: input=0, output=0, feature=9
/bsd: uhid5 at uhidev0 reportid 16: input=0, output=0, feature=2
/bsd: uhid6 at uhidev0 reportid 17: input=0, output=0, feature=16
/bsd: uhid7 at uhidev0 reportid 19: input=0, output=0, feature=1
/bsd: uhid8 at uhidev0 reportid 20: input=0, output=0, feature=31
/bsd: uhid9 at uhidev0 reportid 32: input=0, output=0, feature=5
/bsd: uhid10 at uhidev0 reportid 33: input=0, output=0, feature=1
/bsd: uhid11 at uhidev0 reportid 34: input=0, output=0, feature=1
/bsd: uhid12 at uhidev0 reportid 35: input=0, output=0, feature=14
/bsd: uhid13 at uhidev0 reportid 36: input=0, output=0, feature=31
/bsd: uhid14 at uhidev0 reportid 37: input=0, output=0, feature=4
/bsd: uhid15 at uhidev0 reportid 48: input=0, output=0, feature=2
/bsd: uhid16 at uhidev0 reportid 49: input=0, output=0, feature=255
/bsd: uhid17 at uhidev0 reportid 50: input=0, output=0, feature=255
/bsd: uhid18 at uhidev0 reportid 51: input=0, output=0, feature=1
/bsd: uhid19 at uhidev0 reportid 192: input=9, output=0, feature=0
/bsd: uhidev1 at uhub3 port 3 configuration 1 interface 1 "Wacom Co.,Ltd. Intuos PTS" rev 2.00/1.00 addr 4
port /bsd: uhidev1: iclass 3/0, 3 report ids
/bsd: uhid20 at uhidev1 reportid 2: input=63, output=0, feature=0
/bsd: uhid21 at uhidev1 reportid 3: input=63, output=0, feature=0
/bsd: uhidev2 at uhub3 port 3 configuration 1 interface 2 "Wacom Co.,Ltd. Intuos PTS" rev 2.00/1.00 addr 4
/bsd: uhidev2: iclass 3/1, 1 report id
/bsd: ums0 at uhidev2 reportid 1: 5 buttons
/bsd: wsmouse1 at ums0 mux 0

The tablet needs 22 uhid's and the system only makes 4 by default…

tabletwacomOpenBSD


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $