mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +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
|
||||
case 'ASUS':
|
||||
return wire.DeviceManufacturer.ASUS
|
||||
case 'NEC':
|
||||
return wire.DeviceManufacturer.NEC
|
||||
default:
|
||||
throw new Error(util.format('Unmapped manufacturer "%s"', manufacturer))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue