macloader: add additional SEMCOSH mac addr
authorEthan Chen <intervigil@gmail.com>
Wed, 31 Jul 2013 20:18:51 +0000 (13:18 -0700)
committerEthan Chen <intervigil@gmail.com>
Wed, 31 Jul 2013 20:18:51 +0000 (13:18 -0700)
Change-Id: Ib0015cb828772b1723d596442df3f7e2e298c2a2

macloader/macloader.cpp

index b316c606b260f8b5fdea21020bee03465b11ec75..f370936ccaeb6b8fe36fc8453dfa1133b7b14de0 100644 (file)
@@ -71,7 +71,8 @@ int main() {
     }
 
     /* semcosh */
-    if (strncasecmp(mac_addr_half, "5c:0a:5b", 9) == 0) {
+    if (strncasecmp(mac_addr_half, "5c:0a:5b", 9) == 0 ||
+        strncasecmp(mac_addr_half, "cc:3a:61", 9) == 0) {
         type = SEMCOSH;
     }