device/generic/x86
Revision | 649e8f91eabb4ca505a8069745558af62cd453be (tree) |
---|---|
Zeit | 2014-09-03 18:24:01 |
Autor | Mauro Rossi <issor.oruam@gmai...> |
Commiter | Chih-Wei Huang |
Support calibration of scd t7 touchscreen
@@ -233,7 +233,7 @@ function init_tscal() | ||
233 | 233 | |
234 | 234 | for usbts in $(lsusb | awk '{ print $6 }'); do |
235 | 235 | case "$usbts" in |
236 | - 0596:0001) | |
236 | + 0596:0001|0eef:0001) | |
237 | 237 | create_pointercal |
238 | 238 | return |
239 | 239 | ;; |