diff options
author | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 01:00:23 +0900 |
---|---|---|
committer | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 01:00:23 +0900 |
commit | 1de5500df4882654359d17156b2d3c68cc81ab4b (patch) | |
tree | dac5c04387b429c0647c7fe9cf8135ad2e1ac9b0 | |
parent | edd0f34c77be661e05b7506be8bd66e8c8856881 (diff) | |
download | device-config-touch-1de5500df4882654359d17156b2d3c68cc81ab4b.tar.gz device-config-touch-1de5500df4882654359d17156b2d3c68cc81ab4b.tar.bz2 device-config-touch-1de5500df4882654359d17156b2d3c68cc81ab4b.zip |
-rw-r--r-- | 60-cando-evdevmultitouch.conf | 17 | ||||
-rw-r--r-- | 60-mxt224-evdevmultitouch.conf | 9 | ||||
-rw-r--r-- | 65-Atmel-mtev.conf | 7 | ||||
-rw-r--r-- | 70-sitronix-mtev.conf | 7 | ||||
-rw-r--r-- | 80-Hanvon-mtev.conf | 7 | ||||
-rw-r--r-- | 90-ILI-mtev.conf | 8 | ||||
-rw-r--r-- | 92-exopc-mtev.conf | 8 | ||||
-rw-r--r-- | packaging/device-config-touch.changes | 35 | ||||
-rw-r--r-- | packaging/device-config-touch.manifest | 5 | ||||
-rw-r--r-- | packaging/device-config-touch.spec | 71 |
10 files changed, 174 insertions, 0 deletions
diff --git a/60-cando-evdevmultitouch.conf b/60-cando-evdevmultitouch.conf new file mode 100644 index 0000000..3d6657f --- /dev/null +++ b/60-cando-evdevmultitouch.conf @@ -0,0 +1,17 @@ +Section "Monitor" + Identifier "Monitor0" + Option "DPMS" "true" + Option "Rotate" "left" +EndSection + +Section "InputClass" + Identifier "Cando Multi Touch Panel" + MatchVendor "Cando" + MatchDevicePath "/dev/input/event*" + Driver "evdevmultitouch" + Option "Ignore" "off" + Option "MultiTouch" "2" + Option "Resolution" "0 4095 0 4095 + Option "SwapAxes" "true" + Option "InvertX" "true" +EndSection diff --git a/60-mxt224-evdevmultitouch.conf b/60-mxt224-evdevmultitouch.conf new file mode 100644 index 0000000..5872dd0 --- /dev/null +++ b/60-mxt224-evdevmultitouch.conf @@ -0,0 +1,9 @@ +Section "InputClass" + Identifier "Atmel maXTouch mXT224" + MatchProduct "mxt224_touchscreen" + MatchDevicePath "/dev/input/event*" + Driver "evdevmultitouch" + Option "MultiTouch" "5" + Option "Resolution" "0 600 0 1024" + Option "Calibration" "0 1023 0 1023" +EndSection diff --git a/65-Atmel-mtev.conf b/65-Atmel-mtev.conf new file mode 100644 index 0000000..a60b39a --- /dev/null +++ b/65-Atmel-mtev.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "Atmel Touchscreen" + MatchProduct "Atmel maXTouch Touchscreen" + Driver "mtev" + Option "SwapAxes" "True" + Option "InvertX" "True" +EndSection diff --git a/70-sitronix-mtev.conf b/70-sitronix-mtev.conf new file mode 100644 index 0000000..147af80 --- /dev/null +++ b/70-sitronix-mtev.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "Sitronix Technology Corp" + MatchVendor "Sitronix" + MatchDevicePath "/dev/input/event*" + Driver "mtev" + Option "Ignore" "off" +EndSection diff --git a/80-Hanvon-mtev.conf b/80-Hanvon-mtev.conf new file mode 100644 index 0000000..a08a287 --- /dev/null +++ b/80-Hanvon-mtev.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "Hanvon touchscreen" + MatchIsTouchscreen "on" + MatchProduct "Hanvon" + MatchDevicePath "/dev/input/event*" + Driver "mtev" +EndSection diff --git a/90-ILI-mtev.conf b/90-ILI-mtev.conf new file mode 100644 index 0000000..fe5e85a --- /dev/null +++ b/90-ILI-mtev.conf @@ -0,0 +1,8 @@ +Section "InputClass" + Identifier "ILITEK Multi Touch Panel" + MatchVendor "ILITEK" + MatchDevicePath "/dev/input/event*" + Driver "mtev" + Option "Ignore" "off" +EndSection + diff --git a/92-exopc-mtev.conf b/92-exopc-mtev.conf new file mode 100644 index 0000000..2a302b6 --- /dev/null +++ b/92-exopc-mtev.conf @@ -0,0 +1,8 @@ +Section "InputClass" + Identifier "eGalax Touchscreen" + MatchVendor "eGalax" + MatchDevicePath "/dev/input/event*" + Driver "mtev" + Option "SwapAxes" "True" + Option "InvertX" "True" +EndSection diff --git a/packaging/device-config-touch.changes b/packaging/device-config-touch.changes new file mode 100644 index 0000000..3912253 --- /dev/null +++ b/packaging/device-config-touch.changes @@ -0,0 +1,35 @@ +* Tue Jan 08 2013 prajwal.karur.mohan@intel.com <prajwal.karur.mohan@intel.com> accepted/trunk/20121026.060632@7f8efc3 +- Submitting changes to Tizen:2.0:Main + +* Fri Aug 3 2012 Brad Peters <brad.t.peters@intel.com> +- Flipping MT input to support a left rotation of display + +* Tue Jul 31 2012 Austin Zhang <austin.zhang@intel.com> +- Add calibration params for atmel_mxt224 + +* Fri Jul 27 2012 Austin Zhang <austin.zhang@intel.com> +- Change input driver for Cando 10.1 Multi panel to evdev-multitouch so + that we use same way to support multitouch + +* Wed Jul 18 2012 Austin Zhang <austin.zhang@intel.com> +- Change input driver for Atmel mxt224 panel to evdev-multitouch so + that we use same way to support multitouch + +* Mon Jul 02 2012 William Douglas <william.douglas@intel.com> build/2012-06-27.022457@fe24c24 +- use /etc not /opt/etc + +* Tue Jun 26 2012 Austin Zhang <austin.zhang@intel.com> build/2012-06-27.022457@28917cf +- Added one Atmel panel config file, release to OBS + +* Thu Jun 07 2012 Austin, Zhang <austin.zhang@intel.com> build/2012-06-27.022457@d07a13a +- Added Atmel maXTouch mtev support + +* Tue May 29 2012 Ryan Ware <ryan.r.ware@intel.com> build/2012-06-27.022457@70015be +- Add default Smack manifest for device-config-touch.spec + +* Fri May 18 2012 Zhang Qiang <qiang.z.zhang@intel.com> build/2012-06-27.022457@d5cce11 +- Initial code release + +* Fri Apr 27 2012 eunmee moon <eunmee.moon@samsung.com> build/2012-06-27.022457@c6ea29a +- Initial empty repository + diff --git a/packaging/device-config-touch.manifest b/packaging/device-config-touch.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/device-config-touch.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/device-config-touch.spec b/packaging/device-config-touch.spec new file mode 100644 index 0000000..5c4dda4 --- /dev/null +++ b/packaging/device-config-touch.spec @@ -0,0 +1,71 @@ +Name: device-config-touch +Version: 1 +Release: 1 +Summary: Device specific configurations for Touch +Group: System/Hardware +License: GPLv2+ +Source0: %{name}-%{version}.tar.bz2 +Source1001: packaging/device-config-touch.manifest +# >> gbp-patch-tags # auto-added by gbp +# << gbp-patch-tags # auto-added by gbp +BuildArch: noarch + +%description +Device specific configurations for Touch. + +%define touch_package(n:) \ +%package %1\ +Summary: Touch configuration files for %1\ +Group: System/Hardware\ +%description %1\ +Touch configuration files for %1.\ +%{nil} + + +%prep +%setup -q +# >> gbp-apply-patches # auto-added by gbp +# << gbp-apply-patches # auto-added by gbp +%build +cp %{SOURCE1001} . + +%install + +mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d +install -m 0644 *.conf %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/ + +%touch_package cando +%files cando +%{_sysconfdir}/X11/xorg.conf.d/60-cando-evdevmultitouch.conf +%manifest device-config-touch.manifest + +%touch_package mxt224 +%files mxt224 +%{_sysconfdir}/X11/xorg.conf.d/60-mxt224-evdevmultitouch.conf +%manifest device-config-touch.manifest + +%touch_package Atmel +%files Atmel +%manifest device-config-touch.manifest +%{_sysconfdir}/X11/xorg.conf.d/65-Atmel-mtev.conf + +%touch_package sitronix +%files sitronix +%{_sysconfdir}/X11/xorg.conf.d/70-sitronix-mtev.conf +%manifest device-config-touch.manifest + +%touch_package Hanvon +%files Hanvon +%{_sysconfdir}/X11/xorg.conf.d/80-Hanvon-mtev.conf +%manifest device-config-touch.manifest + +%touch_package ILI +%files ILI +%{_sysconfdir}/X11/xorg.conf.d/90-ILI-mtev.conf +%manifest device-config-touch.manifest + +%touch_package eGalax +%files eGalax +%{_sysconfdir}/X11/xorg.conf.d/92-exopc-mtev.conf +%manifest device-config-touch.manifest + |