Skip to content

Commit

Permalink
Merge pull request #221 from pazaan/pazaan/bayer-contour-next-astm
Browse files Browse the repository at this point in the history
Refactor Bayer Contour ASTM driver. Add support for Contour NEXT LINK 2.4
  • Loading branch information
gniezen committed Mar 24, 2016
2 parents 17c3c73 + ae2892e commit e08b943
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 248 deletions.
2 changes: 1 addition & 1 deletion lib/core/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ device.detectHid = function(driverId, cb) {
vendorId: driverManifest.vendorId,
productId: driverManifest.productId
};
chrome.hid.getDevices(identification, function(results) {
chrome.hid.getDevices({vendorId:driverManifest.vendorId}, function(results) {
var devices = _.map(results, function(result) {
var retval = {
driverId: driverId,
Expand Down
Loading

0 comments on commit e08b943

Please sign in to comment.