From 939c81d0e0581a08b896636ce0f1d5bb96946dc9 Mon Sep 17 00:00:00 2001 From: Davis Mosenkovs Date: Mon, 9 Jan 2017 12:11:31 -0800 Subject: [PATCH] Added new Murata MAC range OUI a0:c9:a0 was observed on hero devices bought in December 2017 Change-Id: I0a2404780b1b5b017bb89468d235a2174a245989 --- macloader/macaddr_mappings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macloader/macaddr_mappings.h b/macloader/macaddr_mappings.h index f0b83ea..c333995 100644 --- a/macloader/macaddr_mappings.h +++ b/macloader/macaddr_mappings.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, The LineageOS Project + * Copyright (C) 2017-2018, The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -67,6 +67,7 @@ static const struct company_range murata_ranges = { "88:30:8a", "90:b6:86", "98:f1:70", + "a0:c9:a0", "a0:cc:2b", "a4:08:ea", "b0:72:bf", -- 2.20.1