summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--61-ft5x0x-evdev.conf7
-rw-r--r--packaging/device-config-touch.changes3
-rw-r--r--packaging/device-config-touch.spec5
3 files changed, 15 insertions, 0 deletions
diff --git a/61-ft5x0x-evdev.conf b/61-ft5x0x-evdev.conf
new file mode 100644
index 0000000..3193ac1
--- /dev/null
+++ b/61-ft5x0x-evdev.conf
@@ -0,0 +1,7 @@
+Section "InputClass"
+ Identifier "ft5x0x_ts"
+ MatchProduct "ft5x0x_ts"
+ MatchIsTouchScreen "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "evdev"
+EndSection
diff --git a/packaging/device-config-touch.changes b/packaging/device-config-touch.changes
index 186b01b..9a6f5ba 100644
--- a/packaging/device-config-touch.changes
+++ b/packaging/device-config-touch.changes
@@ -1,3 +1,6 @@
+* Thu May 30 2013 Brad Peters <brad.t.peters@intel.com>, Austin Zhang <austin.zhang@intel.com>
+- Add config file for ft5x0x
+
* Fri Aug 3 2012 Brad Peters <brad.t.peters@intel.com>
- Flipping MT input to support a left rotation of display
diff --git a/packaging/device-config-touch.spec b/packaging/device-config-touch.spec
index 5c4dda4..cca468d 100644
--- a/packaging/device-config-touch.spec
+++ b/packaging/device-config-touch.spec
@@ -69,3 +69,8 @@ install -m 0644 *.conf %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
%{_sysconfdir}/X11/xorg.conf.d/92-exopc-mtev.conf
%manifest device-config-touch.manifest
+%touch_package ft5x0x
+%files ft5x0x
+%{_sysconfdir}/X11/xorg.conf.d/61-ft5x0x-evdev.conf
+%manifest device-config-touch.manifest
+