Skip to content

Commit bf46f68

Browse files
erikkallenreconbot
authored andcommitted
fix(linux): The productID should be a number not a description string (#1279)
fix: #1278
1 parent 648a7f5 commit bf46f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bindings/linux-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function propName(name) {
1414
'ID_VENDOR_ENC': 'manufacturer',
1515
'ID_SERIAL_SHORT': 'serialNumber',
1616
'ID_VENDOR_ID': 'vendorId',
17-
'ID_MODEL_ENC': 'productId',
17+
'ID_MODEL_ID': 'productId',
1818
'DEVLINKS': 'pnpId'
1919
}[name.toUpperCase()];
2020
}

0 commit comments

Comments
 (0)