summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2013-10-10 09:55:32 -0700
committerJason Gerecke <killertofu@gmail.com>2014-02-11 12:08:52 -0800
commit2e125f4f2993220652b375c1f934516ed0b79c67 (patch)
treee5adcba48a8d29c7285ba3d3332ac8204e9c303b
parent06585fc2131379a70b67a4cb3a8d48d55bc2c9b3 (diff)
Have Lenovo "ISD-V4" (0x6004) sensor use wacom driver
https://bugs.freedesktop.org/show_bug.cgi?id=66891 Signed-off-by: Jason Gerecke <killertofu@gmail.com>
-rw-r--r--conf/50-wacom.conf2
-rw-r--r--conf/wacom.fdi2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf
index 21f75e6..1827cf0 100644
--- a/conf/50-wacom.conf
+++ b/conf/50-wacom.conf
@@ -1,6 +1,6 @@
Section "InputClass"
Identifier "Wacom class"
- MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL"
+ MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
diff --git a/conf/wacom.fdi b/conf/wacom.fdi
index dd623a4..065a5b4 100644
--- a/conf/wacom.fdi
+++ b/conf/wacom.fdi
@@ -3,7 +3,7 @@
<deviceinfo version="0.2">
<device>
<match key="info.category" contains="input">
- <match key="info.product" contains_outof="Wacom;WALTOP;WACOM;PTK-540WL">
+ <match key="info.product" contains_outof="Wacom;WALTOP;WACOM;PTK-540WL;ISD-V4">
<merge key="input.x11_driver" type="string">wacom</merge>
</match>
</match>