From c52ca0f11121aefa55723436c95a44ef4927e45b Mon Sep 17 00:00:00 2001 From: Neolanco <89191880+Neolanco@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:07:37 +0100 Subject: [PATCH] Added support for Lenovo Ideapad Duet (#636) This tablet supports a stylus with id 0x1 but right now libwacom isn't ready to support stylus ids for devices that aren't Wacom devices. So comment it out, to be fixed at some point in the future (see #639) --- data/lenovo-ideapad-duet.tablet | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/lenovo-ideapad-duet.tablet diff --git a/data/lenovo-ideapad-duet.tablet b/data/lenovo-ideapad-duet.tablet new file mode 100644 index 00000000..7b949a54 --- /dev/null +++ b/data/lenovo-ideapad-duet.tablet @@ -0,0 +1,18 @@ +# This is for the Google Kukui Lenovo Ideapad Duet +# sysinfo.c1r5C3bMCr.tar.gz +# https://github.com/linuxwacom/wacom-hid-descriptors/issues/364 + + +[Device] +Name=Lenovo Ideapad Duet +Class=ISDV4 +DeviceMatch=i2c:27c6:0e30 +Width=9 +Height=5 +IntegratedIn=Display;System +# FIXME: see https://github.com/linuxwacom/libwacom/issues/639 and https://github.com/linuxwacom/libwacom/pull/636 +# Styli=0x1 + +[Features] +Stylus=true +Touch=true