linuxwacom / libwacom

libwacom is a tablet description library
Other
336 stars 173 forks source link

.tablet file for wacom hid 52c6 #794

Closed chrostino closed 1 month ago

chrostino commented 1 month ago

I run the sysinfo.sh script which was unable to generate a .tablet file, so I was trying to write one myself manually following instructions. I was able to to get to this point, but I think there are some issues

# Wacom
# Wacom HID 52C6 Pen
#
# sysinfo.6QHqFdEfjw
# https://github.com/linuxwacom/wacom-hid-descriptors/issues/413

[Device]
Name=Wacom HID 52C6 Pen
ModelName=
Class=ISDV4
DeviceMatch=i2c:056a:52c6;
Width=11
Height=7
# No pad buttons, so no layout
IntegratedIn=Display;System
Styli=@generic-no-eraser

[Features]
Stylus=true
Touch=true
Buttons=0

I am missing the ModelName since it isn't specified how to find it (but as it's said it might not be necessary) but most importantly while testing this .tablet file on my system the device is recognized and a new section in the wacom/tablet section of the system settings appears for the tablet section (whereas it was missing before), but the stylus sections still says "no stylus found" so I am unable to change any settings about it (which was my goal to begin with). That's why I concluded that the .tablet file I've written is missing something crucial image image

chrostino commented 1 month ago

After looking at #774 I believe the main problem described here could be solved by #793.