diff options
author | HyungKyu Song <hk76.song@samsung.com> | 2013-02-15 15:14:14 +0900 |
---|---|---|
committer | HyungKyu Song <hk76.song@samsung.com> | 2013-02-15 15:14:14 +0900 |
commit | 10988dd90b31eabeeeb0a73779b02ae49ed0d4a3 (patch) | |
tree | 99bbe99a1f23b3b18d16ed1b00f18179a8c945a1 /60-mxt224-evdevmultitouch.conf | |
parent | edd0f34c77be661e05b7506be8bd66e8c8856881 (diff) | |
download | device-config-touch-2.0_release.tar.gz device-config-touch-2.0_release.tar.bz2 device-config-touch-2.0_release.zip |
Tizen 2.0 Release2.0_release
Diffstat (limited to '60-mxt224-evdevmultitouch.conf')
-rw-r--r-- | 60-mxt224-evdevmultitouch.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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 |