From 802b5bfc628ca51e3a3f85e6c10820062ad7b00b Mon Sep 17 00:00:00 2001 From: ZekeZ Date: Wed, 3 Jul 2024 21:34:35 +1000 Subject: [PATCH 1/3] StarLabs Starlite Mk V Support --- data/starlabs-starlite-v.tablet | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/starlabs-starlite-v.tablet diff --git a/data/starlabs-starlite-v.tablet b/data/starlabs-starlite-v.tablet new file mode 100644 index 000000000..400bf03b8 --- /dev/null +++ b/data/starlabs-starlite-v.tablet @@ -0,0 +1,14 @@ +# This is for the StarLabs Starlite Mk V +# +# https://github.com/linuxwacom/wacom-hid-descriptors/issues/392 +# sysinfo.UkQ9Px1eOS + +[Device] +Name=StarLabs Starlite V +Class=ISDV4 +DeviceMatch=i2c:27C6:0111 +IntegratedIn=Display;System; + +[Features] +Stylus=true +Touch=true From 7cb280294dcf5e005d45a79699117f8b736b6aae Mon Sep 17 00:00:00 2001 From: ZekeZ Date: Wed, 3 Jul 2024 21:59:58 +1000 Subject: [PATCH 2/3] update to use HID --- data/starlabs-starlite-v.tablet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/starlabs-starlite-v.tablet b/data/starlabs-starlite-v.tablet index 400bf03b8..27b597e46 100644 --- a/data/starlabs-starlite-v.tablet +++ b/data/starlabs-starlite-v.tablet @@ -6,7 +6,7 @@ [Device] Name=StarLabs Starlite V Class=ISDV4 -DeviceMatch=i2c:27C6:0111 +DeviceMatch=acpi:STAR:0002 IntegratedIn=Display;System; [Features] From cd2aa3964adb8b34853eaf368911f92268d91e10 Mon Sep 17 00:00:00 2001 From: ZekeZ Date: Wed, 3 Jul 2024 22:08:58 +1000 Subject: [PATCH 3/3] Revert "update to use HID" This reverts commit 7cb280294dcf5e005d45a79699117f8b736b6aae. --- data/starlabs-starlite-v.tablet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/starlabs-starlite-v.tablet b/data/starlabs-starlite-v.tablet index 27b597e46..400bf03b8 100644 --- a/data/starlabs-starlite-v.tablet +++ b/data/starlabs-starlite-v.tablet @@ -6,7 +6,7 @@ [Device] Name=StarLabs Starlite V Class=ISDV4 -DeviceMatch=acpi:STAR:0002 +DeviceMatch=i2c:27C6:0111 IntegratedIn=Display;System; [Features]