hidapi-rs icon indicating copy to clipboard operation
hidapi-rs copied to clipboard

Rust linux backend: HiD enumeration + device info extraction

Open ruabmbua opened this issue 6 years ago • 0 comments

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...

ruabmbua avatar May 11 '19 15:05 ruabmbua