1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00
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 return wire.DeviceManufacturer.SAMSUNG
case 'ASUS': case 'ASUS':
return wire.DeviceManufacturer.ASUS return wire.DeviceManufacturer.ASUS
case 'NEC':
return wire.DeviceManufacturer.NEC
default: default:
throw new Error(util.format('Unmapped manufacturer "%s"', manufacturer)) throw new Error(util.format('Unmapped manufacturer "%s"', manufacturer))
} }