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:
c487bbe
)
macloader: Correct classification of f0:25:b7
author
Paul Keith
<javelinanddart@gmail.com>
Wed, 1 Aug 2018 19:41:08 +0000
(21:41 +0200)
committer
Paul Keith
<javelinanddart@gmail.com>
Wed, 1 Aug 2018 19:45:36 +0000
(21:45 +0200)
* CIS table says 33 33, which is semco not semco3rd
Change-Id: I944df6b13a8c1294ef47016d15f13f79c5ed5f7d
macloader/macaddr_mappings.h
patch
|
blob
|
blame
|
history
diff --git
a/macloader/macaddr_mappings.h
b/macloader/macaddr_mappings.h
index b5c60a69a360a6b68cd61c5d514e212f25639e05..b037b73a977433a05d36ac5fffd479c48ba3ef1f 100644
(file)
--- a/
macloader/macaddr_mappings.h
+++ b/
macloader/macaddr_mappings.h
@@
-116,7
+116,6
@@
static const struct company_range semco3rd_ranges = {
"e8:50:8b",
"ec:1f:72",
"ec:9b:f3",
- "f0:25:b7",
"f4:09:d8",
"f8:04:2e"
}
@@
-129,7
+128,8
@@
static const struct company_range semco_ranges = {
"51:f6:6b",
"cc:07:ab",
"d8:c4:e9",
- "ec:9b:f3"
+ "ec:9b:f3",
+ "f0:25:b7"
}
};