diff options
author | Zhang Qiang <qiang.z.zhang@intel.com> | 2012-05-18 19:55:31 +0800 |
---|---|---|
committer | Zhang Qiang <qiang.z.zhang@intel.com> | 2012-05-19 14:06:44 +0800 |
commit | 9fe619f25c5e7381596e1b5d4c26b1ddabf1c990 (patch) | |
tree | 7f2d64019b52e2fd04738b28994897d0241a260a /conf/xorg.conf.section | |
parent | d53d9359f35c72f861e8ba8a0f563931ed3a6823 (diff) | |
download | xorg-drv-mtev-9fe619f25c5e7381596e1b5d4c26b1ddabf1c990.tar.gz xorg-drv-mtev-9fe619f25c5e7381596e1b5d4c26b1ddabf1c990.tar.bz2 xorg-drv-mtev-9fe619f25c5e7381596e1b5d4c26b1ddabf1c990.zip |
Initial code release
Diffstat (limited to 'conf/xorg.conf.section')
-rw-r--r-- | conf/xorg.conf.section | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/xorg.conf.section b/conf/xorg.conf.section new file mode 100644 index 0000000..3e059da --- /dev/null +++ b/conf/xorg.conf.section @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "internal-touchscreen" + MatchIsTouchScreen "on" + Driver "mtev" + Option "Ignore" "off" +EndSection |