We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8b706 commit 3117a13Copy full SHA for 3117a13
tools/libwacom-update-db.py
@@ -90,9 +90,8 @@ def _tablet_entry(self, tablet):
90
# to accept those.
91
# Let's add a generic exclusion rule for anything we know of with a
92
# Keyboard device name.
93
- if int(vid, 16) != 0x56A:
94
- entries["* Keyboard"] = ["ID_INPUT_TABLET=0", "ID_INPUT_TABLET_PAD=0"]
95
- entries["* Mouse"] = ["ID_INPUT_TABLET=0", "ID_INPUT_TABLET_PAD=0"]
+ entries["* Keyboard"] = ["ID_INPUT_TABLET=0", "ID_INPUT_TABLET_PAD=0"]
+ entries["* Mouse"] = ["ID_INPUT_TABLET=0", "ID_INPUT_TABLET_PAD=0"]
96
97
lines = [f"# {tablet.name}"]
98
for name, props in entries.items():
0 commit comments