OSDN Git Service

Support calibration of scd t7 touchscreen
authorMauro Rossi <issor.oruam@gmail.com>
Wed, 3 Sep 2014 09:24:01 +0000 (17:24 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 3 Sep 2014 09:24:01 +0000 (17:24 +0800)
init.sh

diff --git a/init.sh b/init.sh
index db745a7..13f592d 100644 (file)
--- a/init.sh
+++ b/init.sh
@@ -233,7 +233,7 @@ function init_tscal()
 
        for usbts in $(lsusb | awk '{ print $6 }'); do
                case "$usbts" in
-                       0596:0001)
+                       0596:0001|0eef:0001)
                                create_pointercal
                                return
                                ;;