This commit is contained in:
Simo Kinnunen
2014-01-30 14:41:42 +09:00
parent f37e1d8adb
commit a54f449987

View File

@@ -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))
}