diff --git a/lib/util/devutil.js b/lib/util/devutil.js index 7933c551..b897e122 100644 --- a/lib/util/devutil.js +++ b/lib/util/devutil.js @@ -165,6 +165,8 @@ devutil.manufacturer = function(manufacturer) { return wire.DeviceManufacturer.SAMSUNG case 'ASUS': return wire.DeviceManufacturer.ASUS + case 'NEC': + return wire.DeviceManufacturer.NEC default: throw new Error(util.format('Unmapped manufacturer "%s"', manufacturer)) }