Firmware of Silead Touchscreen Controller for Jumper EZpad 6 Pro.
Revisión | 6be5e76c2efd0e58d96d6ed985451e0aea8419d5 (tree) |
---|---|
Tiempo | 2016-03-11 08:05:28 |
Autor | Gregor Riepl <onitake@gmai...> |
Commiter | Gregor Riepl |
Added constant tag to allow conversion of "gslX68X" driver firmware
@@ -169,7 +169,7 @@ sub import_tscfg { | ||
169 | 169 | if ($cfg and $line =~ /};/) { |
170 | 170 | $cfg = 0; |
171 | 171 | } |
172 | - if ($line =~ /TS_CFG_DATA/) { | |
172 | + if ($line =~ /TS_CFG_DATA|GSLX68X_FW/) { | |
173 | 173 | $cfg = 1; |
174 | 174 | } |
175 | 175 | if ($cfg) { |