Skip to content

Commit

Permalink
fix(linux): The productID should be a number not a description string (
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkallen authored and reconbot committed Jul 24, 2018
1 parent 5993a80 commit 2854769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function propName(name) {
'ID_VENDOR_ENC': 'manufacturer',
'ID_SERIAL_SHORT': 'serialNumber',
'ID_VENDOR_ID': 'vendorId',
'ID_MODEL_ENC': 'productId',
'ID_MODEL_ID': 'productId',
'DEVLINKS': 'pnpId'
}[name.toUpperCase()];
}
Expand Down

0 comments on commit 2854769

Please sign in to comment.