https://github.com/sh1ftd/vid-pid-rs
A simple command-line utility to list USB HID devices with their vendor IDs, product IDs, and other details.
https://github.com/sh1ftd/vid-pid-rs
pid usb usb-devices usb-hid vid
Last synced: 18 days ago
JSON representation
A simple command-line utility to list USB HID devices with their vendor IDs, product IDs, and other details.
- Host: GitHub
- URL: https://github.com/sh1ftd/vid-pid-rs
- Owner: sh1ftd
- License: mit
- Created: 2025-03-13T14:35:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T03:06:40.000Z (2 months ago)
- Last Synced: 2025-03-19T04:22:35.442Z (2 months ago)
- Topics: pid, usb, usb-devices, usb-hid, vid
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vid-pid-rs
A simple command-line utility to list USB HID devices with their vendor IDs, product IDs, and other details.
## Features
- Lists all connected USB HID devices
- Displays detailed device information:
- VID/PID values
- Serial numbers
- Manufacturer and product strings
- Release numbers and interface information
- Bus type and usage information## Installation
### Prerequisites
- Rust and Cargo
### Compile from source
```
git clone https://github.com/sh1ftd/vid-pid-rs.git
cd vid-pid-rs
cargo build --release
```