refactor(usb): Use hid-api instead of lib-usb (#404)
* refactor(usb): Rewrite jump-to-bootloder to node-hid * refactor(usb): Rewrite the whole usb packages to HID-API * refactor(usb): Deleted not valid usb command files * refactor(usb): Deleted not supported usb commands * Remove obsolete script. * Remove obsolete script. * Fix script. * Fix script. * No need to assign the silent property because it has been removed. * This workaround may work on other platforms, but it certainly doesn't work on Linux. It makes some scripts not work, so I'm commenting it out. * Fix bootloader VID and PID.
This commit is contained in:
committed by
László Monda
parent
3cbd3bb5ea
commit
30c74c06d3
@@ -5,8 +5,6 @@
|
||||
"main": "UhkConnection.js",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"ramda": "^0.22.1",
|
||||
"underscore.string": "^3.3.4",
|
||||
"usb": "git+https://github.com/tessel/node-usb.git#1.3.0"
|
||||
"node-hid": "0.5.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user