OK, so maybe I lied about no more patches. :-) But this one is fairly
trivial. While helping someone debug an issue with a 525, I noticed that
we weren't reading the serial number correctly. This patch corrects that.
Scott
Correct serial number address for Harmony 525.
Signed-off-by: Scott Talbert <s...@techie.net>
Index: libconcord/remote_info.h
===================================================================
RCS file: /cvsroot/concordance/concordance/libconcord/remote_info.h,v
retrieving revision 1.15
diff -u -p -r1.15 remote_info.h
--- libconcord/remote_info.h 4 Jun 2012 03:31:26 -0000 1.15
+++ libconcord/remote_info.h 22 Feb 2013 22:54:01 -0000
@@ -331,7 +331,7 @@ static const TArchInfo ArchList[]={
/* arch 9: 360, 52x, 55x */
{
SERIAL_LOCATION_FLASH, // serial_location
- 0x000110, // serial_address
+ 0x200010, // serial_address
0x800000, // flash_base
0x810000, // firmware_base
0x820000, // config_base
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel