https://github.com/capablerobot/capablerobot_usbregister
Windows command line tool to assist in registering USB drivers
https://github.com/capablerobot/capablerobot_usbregister
Last synced: 12 months ago
JSON representation
Windows command line tool to assist in registering USB drivers
- Host: GitHub
- URL: https://github.com/capablerobot/capablerobot_usbregister
- Owner: CapableRobot
- License: mit
- Created: 2020-04-01T14:15:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T15:50:43.000Z (over 5 years ago)
- Last Synced: 2025-03-16T03:17:35.124Z (about 1 year ago)
- Language: Python
- Size: 5.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Capable Robot : USB Register
Windows command line tool & python library to assist in registering USB drivers.
This repository includes binaries built from the [libwdi](https://github.com/pbatard/libwdi) project. Specifically:
- `wdi-64bit.exe` : 64-bit binary of [wdi-simple](https://github.com/pbatard/libwdi/blob/master/examples/wdi-simple.c), version v1.3.1.
- `wdi-32bit.exe` : 32-bit binary of [wdi-simple](https://github.com/pbatard/libwdi/blob/master/examples/wdi-simple.c), version v1.3.1.
The python wrapper automatically runs the appropiate binary based on your computers's architecture.
The wrapper also includes registration settings for the following products, enabling error-free device registration.
- [Capable Robot Programmable USB Hub](https://capablerobot.com/products/programmable-usb-hub/)
Pull requests to add additional devices will be gladly accepted.
## Installation
```
pip install capablerobot_usbregister
```
## Usage
```
Usage: usbregister [OPTIONS] COMMAND [ARGS]...
Options:
--verbose Increase logging level.
--help Show this message and exit.
Commands:
list Print the known devices which can be registered to drivers.
device Register the specified device.
register Registers driver based on Vendor ID, Product ID, and interface ID.
```