hidapi-rs
hidapi-rs copied to clipboard
Rust linux backend: HiD enumeration + device info extraction
Implement the backend::ApiBackend::enumerate() functionality,
- Use udev to get all the devices
- Use information provided by udev
- Use hidraw syscall API to extract more details about devices
- Name
- pid, vid, serial
- manufacturer
- etc...