macloader: Add another SEMCO mac address half

http://hwaddress.com/?q=d8%3Ac4%3Ae9

Change-Id: I80c7be6cb61d8eea1be72118104b1cd2397d48a1
This commit is contained in:
Christopher N. Hesse 2017-02-09 18:00:32 +01:00 committed by Paul Keith
parent df4a1d6c77
commit c7dd07ab9b

View file

@ -221,7 +221,8 @@ int main() {
/* semco */
if (strncasecmp(mac_addr_half, "4c:66:41", 9) == 0 ||
strncasecmp(mac_addr_half, "51:f6:6b", 9) == 0 ||
strncasecmp(mac_addr_half, "ec:9b:f3", 9) == 0) {
strncasecmp(mac_addr_half, "ec:9b:f3", 9) == 0 ||
strncasecmp(mac_addr_half, "d8:c4:e9", 9) == 0) {
type = SEMCO;
}