summaryrefslogtreecommitdiff
path: root/recipes/xorg-driver/xf86-input-evtouch/fdi/50-touchkit.fdi
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-driver/xf86-input-evtouch/fdi/50-touchkit.fdi')
-rw-r--r--recipes/xorg-driver/xf86-input-evtouch/fdi/50-touchkit.fdi23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-input-evtouch/fdi/50-touchkit.fdi b/recipes/xorg-driver/xf86-input-evtouch/fdi/50-touchkit.fdi
new file mode 100644
index 0000000000..d4cdc6e976
--- /dev/null
+++ b/recipes/xorg-driver/xf86-input-evtouch/fdi/50-touchkit.fdi
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
+<deviceinfo version="0.2">
+ <device>
+ <match key="info.product" contains="Touchkit Touch">
+ <match key="info.capabilities" contains="input">
+ <merge key="input.x11_driver" type="string">evtouch</merge>
+ <merge key="input.x11_options.minx" type="string">130</merge>
+ <merge key="input.x11_options.miny" type="string">197</merge>
+ <merge key="input.x11_options.maxx" type="string">3945</merge>
+ <merge key="input.x11_options.maxy" type="string">3894</merge>
+ <merge key="input.x11_options.taptimer" type="string">30</merge>
+ <merge key="input.x11_options.longtouchtimer" type="string">750</merge>
+ <merge key="input.x11_options.longtouched_action" type="string">click</merge>
+ <merge key="input.x11_options.longtouched_button" type="string">3</merge>
+ <merge key="input.x11_options.oneandhalftap_button" type="string">2</merge>
+ <merge key="input.x11_options.movelimit" type="string">10</merge>
+ <merge key="input.x11_options.touched_drag" type="string">1</merge>
+ <merge key="input.x11_options.maybetapped_action" type="string">click</merge>
+ <merge key="input.x11_options.maybetapped_button" type="string">1</merge>
+ </match>
+ </match>
+ </device>
+</deviceinfo>