Skip to content

Commit

Permalink
Merge pull request #216 from kennethlimcp/device/duo
Browse files Browse the repository at this point in the history
device: add duo support
  • Loading branch information
brycekahle committed Feb 27, 2016
2 parents 9186709 + 2cbcf51 commit 07ef0b2
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions lib/deviceSpecs/specifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,51 @@ module.exports = {
},
defaultProtocol: 'udp',
productId: 10
},
'2b04:d058': {
productName: 'Duo',
tcpServerKey: {
address: '2082',
size: 512,
format: 'der',
alt: '1',
alg: 'rsa',
addressOffset: 384,
portOffset: 450
},
tcpPrivateKey: {
address: '34',
size: 612,
format: 'der',
alt: '1',
alg: 'rsa'
},
factoryReset: {
address: '0x00140000',
alt: '2'
},
userFirmware: {
address: '0x080C0000',
alt: '0'
},
systemFirmwareOne: {
address: '0x08020000',
alt: '0'
},
systemFirmwareTwo: {
address: '0x08040000',
alt: '0'
},
knownApps: {

},
serial: {
vid: '2b04',
pid: 'c058',
serialNumber: 'RedBear_Duo'
},
defaultProtocol: 'tcp',
productId: 88
}
};

Expand Down

0 comments on commit 07ef0b2

Please sign in to comment.