Skip to content

Instantly share code, notes, and snippets.

@frgomes
Last active June 7, 2023 04:07
Show Gist options
  • Save frgomes/58a6a7bc57cfbb9c77fcd46774811c9d to your computer and use it in GitHub Desktop.
Save frgomes/58a6a7bc57cfbb9c77fcd46774811c9d to your computer and use it in GitHub Desktop.
Linux - ELAN tablet WACOM configuration - https://github.com/linuxwacom/xf86-input-wacom/issues/175
System Information
-------------------
Manufacturer: HP
Product Name: HP ENVY x360 Convertible 15-ee0xxx
@frgomes
Copy link
Author

frgomes commented Jun 7, 2023

# file: etc/X11/Xorg.conf.d/90-wacom-override.conf

Section "InputClass"
        Identifier "Wacom driver override"
        MatchProduct "ELAN2514:00 04F3:2B05"
        MatchDevicePath "/dev/input/event*"
        Driver "wacom"
EndSection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment