projects
/
GitHub
/
LineageOS
/
android_hardware_samsung.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2c157a
)
macloader: add additional SEMCOSH mac addr
author
Ethan Chen
<intervigil@gmail.com>
Wed, 31 Jul 2013 20:18:51 +0000
(13:18 -0700)
committer
Ethan Chen
<intervigil@gmail.com>
Wed, 31 Jul 2013 20:18:51 +0000
(13:18 -0700)
Change-Id: Ib0015cb828772b1723d596442df3f7e2e298c2a2
macloader/macloader.cpp
patch
|
blob
|
blame
|
history
diff --git
a/macloader/macloader.cpp
b/macloader/macloader.cpp
index b316c606b260f8b5fdea21020bee03465b11ec75..f370936ccaeb6b8fe36fc8453dfa1133b7b14de0 100644
(file)
--- a/
macloader/macloader.cpp
+++ b/
macloader/macloader.cpp
@@
-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;
}