accessibility-oscilloscope / buildroot

accessibility oscilloscope buildroot config
0 stars 0 forks source link

wacom tablet intergration #7

Open jleightcap opened 2 years ago

jleightcap commented 2 years ago

integrate wacom hardware through libinput hooks.

the relevant functions:

libinput list-devices
libinput record $DEVICE
cnorthway commented 2 years ago

first checkbox complete, output of libinput list-devices is slightly worrying, but the "libinput bug" doesn't seem to affect our ability to record from either device. Output copied below.

event1  - Wacom Intuos BT M Pad: libinput bug: missing tablet capabilities: pen resolution. Ignoring this device.
Device:           Wacom Intuos BT M Pen
Kernel:           /dev/input/event0
Group:            1
Seat:             seat0, default
Size:             216x135mm
Capabilities:     tablet 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   none
Rotation:         n/a
jleightcap commented 2 years ago

both button and coordinates verified to work.