We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648a7f5 commit bf46f68Copy full SHA for bf46f68
lib/bindings/linux-list.js
@@ -14,7 +14,7 @@ function propName(name) {
14
'ID_VENDOR_ENC': 'manufacturer',
15
'ID_SERIAL_SHORT': 'serialNumber',
16
'ID_VENDOR_ID': 'vendorId',
17
- 'ID_MODEL_ENC': 'productId',
+ 'ID_MODEL_ID': 'productId',
18
'DEVLINKS': 'pnpId'
19
}[name.toUpperCase()];
20
}
0 commit comments