Skip to content

Commit

Permalink
Added support for Lenovo Ideapad Duet (#636)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Neolanco authored Mar 2, 2024
1 parent 49ac817 commit c52ca0f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/lenovo-ideapad-duet.tablet
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c52ca0f

Please sign in to comment.