From 0b73340a6cc0e0d625b6f093113062b5425fbcc6 Mon Sep 17 00:00:00 2001 From: Brad Peters Date: Thu, 30 May 2013 14:19:56 +0800 Subject: [PATCH] Add config file for ft5x0x Change-Id: Idf0b7d6ec6a478addb4712a1f6408d8449ffdca3 Signed-off-by: Brad Peters Signed-off-by: Austin Zhang --- 61-ft5x0x-evdev.conf | 7 +++++++ packaging/device-config-touch.changes | 3 +++ packaging/device-config-touch.spec | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 61-ft5x0x-evdev.conf 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 , Austin Zhang +- Add config file for ft5x0x + * Fri Aug 3 2012 Brad Peters - 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 + -- 2.7.4