summaryrefslogtreecommitdiff
path: root/recipes/xorg-driver/xf86-input-evtouch/fdi/50-ett-tc5uh.fdi
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-driver/xf86-input-evtouch/fdi/50-ett-tc5uh.fdi')
-rw-r--r--recipes/xorg-driver/xf86-input-evtouch/fdi/50-ett-tc5uh.fdi17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-input-evtouch/fdi/50-ett-tc5uh.fdi b/recipes/xorg-driver/xf86-input-evtouch/fdi/50-ett-tc5uh.fdi
new file mode 100644
index 0000000000..b227b2cea2
--- /dev/null
+++ b/recipes/xorg-driver/xf86-input-evtouch/fdi/50-ett-tc5uh.fdi
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- configuration for ET&T TC5UH touchscreen controller -->
+<deviceinfo version="0.2">
+ <device>
+ <match key="usb.product_id" int="0x309">
+ <match key="usb.vendor_id" int="0x664">
+ <match key="info.linux.driver" contains="usbtouchscreen">
+ <merge key="input.x11_driver" type="string">evtouch</merge>
+ <merge key="input.x11_options.reportingmode" type="string">raw</merge>
+ <merge key="input.x11_options.emulate3buttons" type="string">true</merge>
+ <merge key="input.x11_options.emulate3timeout" type="string">50</merge>
+ <merge key="input.x11_options.sendcoreevents" type="string">on</merge>
+ </match>
+ </match>
+ </match>
+ </device>
+</deviceinfo>