summaryrefslogtreecommitdiff
path: root/fdi
diff options
context:
space:
mode:
authorChristian Schmitt <chris@ilovelinux.de>2008-08-21 00:33:10 +0200
committerChristoph Brill <egore911@egore911.de>2008-08-21 00:33:10 +0200
commita4a8e89a27f24f9c4012c2e28850f108fec7a8fd (patch)
treebf7caa6ec5d1c74aa5e7888ecfcd5ce1b383c6b3 /fdi
parent30b57ad9c23c0942375cde4f2b8991b8c60b1824 (diff)
Add support for Apple touchpads to the fdi file
Apple identifies their touchpads as "appletouch"
Diffstat (limited to 'fdi')
-rw-r--r--fdi/11-x11-synaptics.fdi3
1 files changed, 3 insertions, 0 deletions
diff --git a/fdi/11-x11-synaptics.fdi b/fdi/11-x11-synaptics.fdi
index 6a86341..2f0ace4 100644
--- a/fdi/11-x11-synaptics.fdi
+++ b/fdi/11-x11-synaptics.fdi
@@ -8,6 +8,9 @@
<match key="info.product" contains="AlpsPS/2 ALPS">
<merge key="input.x11_driver" type="string">synaptics</merge>
</match>
+ <match key="info.product" contains="appletouch">
+ <merge key="input.x11_driver" type="string">synaptics</merge>
+ </match>
</match>
</device>
</deviceinfo>