mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Map NEC.
This commit is contained in:
parent
f37e1d8adb
commit
a54f449987
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue