• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Firmware of Silead Touchscreen Controller for Jumper EZpad 6 Pro.


Commit MetaInfo

Revisión6be5e76c2efd0e58d96d6ed985451e0aea8419d5 (tree)
Tiempo2016-03-11 08:05:28
AutorGregor Riepl <onitake@gmai...>
CommiterGregor Riepl

Log Message

Added constant tag to allow conversion of "gslX68X" driver firmware

Cambiar Resumen

Diferencia incremental

--- a/tools/Firmware/Silead.pm
+++ b/tools/Firmware/Silead.pm
@@ -169,7 +169,7 @@ sub import_tscfg {
169169 if ($cfg and $line =~ /};/) {
170170 $cfg = 0;
171171 }
172- if ($line =~ /TS_CFG_DATA/) {
172+ if ($line =~ /TS_CFG_DATA|GSLX68X_FW/) {
173173 $cfg = 1;
174174 }
175175 if ($cfg) {