Driver.prototype.updateDevice = function(accountId, dId, device, callback) {
  this.connection.updateDevice(accountId, dId, device, callback);
};