diff options
author | Brad Peters <brad.t.peters@intel.com> | 2013-05-30 14:19:56 +0800 |
---|---|---|
committer | Yin Kangkai <kangkai.yin@intel.com> | 2013-05-30 17:30:04 +0800 |
commit | 0b73340a6cc0e0d625b6f093113062b5425fbcc6 (patch) | |
tree | fc3e469129006b1d3532ab81695101e4812821be | |
parent | 1135897ec9c180dba6fd6c37d230ae8d5f1ee56b (diff) | |
download | device-config-touch-tizen_2.2.tar.gz device-config-touch-tizen_2.2.tar.bz2 device-config-touch-tizen_2.2.zip |
Add config file for ft5x0xsubmit/tizen_2.2/20130714.144603submit/tizen_2.2/20130714.1359232.2_release2.2.1_releasetizen_2.2
Change-Id: Idf0b7d6ec6a478addb4712a1f6408d8449ffdca3
Signed-off-by: Brad Peters <brad.t.peters@intel.com>
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
-rw-r--r-- | 61-ft5x0x-evdev.conf | 7 | ||||
-rw-r--r-- | packaging/device-config-touch.changes | 3 | ||||
-rw-r--r-- | packaging/device-config-touch.spec | 5 |
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 + |