Make jump-to-bootloader.js able to reenumerate the UHK as BusPal proxy.

This commit is contained in:
László Monda
2017-10-17 01:27:01 +02:00
parent 75e3995276
commit f7cdbbb5e0
2 changed files with 16 additions and 1 deletions

View File

@@ -65,6 +65,12 @@ exports = module.exports = moduleExports = {
readDebugInfo: 17,
jumpToSlaveBootloader: 18,
},
enumerationModes: {
bootloader: 0,
busPal: 1,
normalKeyboard: 2,
compatibleKeyboard: 3,
},
systemPropertyIds: {
usbProtocolVersion: 0,
bridgeProtocolVersion: 1,