hidapi
hidapi copied to clipboard
Missing man pages, incomplete documentation in headers.
This library is missing manual pages.
$ man hid_write
No manual entry for hid_write
Even in the header files, documentation is lacking. The largest omissions:
- No mention whether
hid_write()blocks. - No mention whether
hid_close()flushes written data.
Any external help/PRs are welcome here.