summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/config/common.xsl
diff options
context:
space:
mode:
authorxmarvla <vlatko.markovic@seavus.com>2012-03-19 10:07:32 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:44:23 +0200
commit682f6b9fbd2f7296b53896b0d534627e7bcf255d (patch)
treea40f183581ca0f0a731fad490e1f6203e86f2e00 /lcmodule/source/cnh1606344_ldr_communication_module/config/common.xsl
parent9dc2897fef041426347e80385707b7c86324c63e (diff)
Fix flashing hang when wolverine is used.
LCM adjustment for new USB RAM based driver in DBDT environment. ST-Ericsson ID: 421630 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I2f2835b56857eb9640501ff681400517600ccdef Depends-On: I6112822704abd420e9a68d4b542234245a734773 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/52545 Tested-by: Vlatko STENKOSKI Reviewed-by: QABUILD Reviewed-by: QATEST Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com>
Diffstat (limited to 'lcmodule/source/cnh1606344_ldr_communication_module/config/common.xsl')
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/config/common.xsl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/config/common.xsl b/lcmodule/source/cnh1606344_ldr_communication_module/config/common.xsl
index 9919b3d..a0b879a 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/config/common.xsl
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/config/common.xsl
@@ -81,9 +81,9 @@
</when>
<when test="@type='buffer' and @length!='*'">put_block(&amp;Data_p, <value-of select="@name" />, <value-of select="@length" />);
</when>
- <when test="@type='SupportedCommand' and @length!='*'">if (<value-of select="@name" /> != NULL) {
- put_block(&amp;Data_p, <value-of select="@name" />, PLSize<value-of select="@name" />);
- }
+ <when test="@type='SupportedCommand' and @length!='*'"> if (<value-of select="@name" /> != NULL) {
+ put_block(&amp;Data_p, <value-of select="@name" />, PLSize<value-of select="@name" />);
+ }
</when>
<when test="@type='ListDevice' and @length!='*'">serialize_device_entries(&amp;Data_p, <value-of select="@name" />, <value-of select="@length" />);<!--put_block(&amp;Data_p, <value-of select="@name" />, PLSize<value-of select="@name" />);-->
</when>
@@ -106,7 +106,7 @@
</when>
<when test="@type='buffer' and @length!='*'">PLSize += <value-of select="@length" />;
</when>
- <when test="@type='SupportedCommand' and @length!='*'">PLSize += PLSize<value-of select="@name" /> = <value-of select="@length" /> * sizeof(SupportedCommand_t);
+ <when test="@type='SupportedCommand' and @length!='*'"> PLSize += PLSize<value-of select="@name" /> = <value-of select="@length" /> * sizeof(SupportedCommand_t);
</when>
<when test="@type='ListDevice' and @length!='*'">PLSize += get_device_entries_len(<value-of select="@name" />, <value-of select="@length" />); <!--PLSize<value-of select="@name" /> = <value-of select="@length" /> * sizeof(DirEntry_t);-->
</when>