- Notifications
You must be signed in to change notification settings - Fork23
freebsd: Use hidraw instead of hidapi for non-USB devices#95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
JohnAZoidberg commentedApr 10, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@aokblast has been working on supporting hidraw in hidapi on freebsd for i2c hid devices. |
|
Still not merged upstream |
We discover a bug for communicate with USB high speed device over packets with more than 64 bytes. |
Uh oh!
There was an error while loading.Please reload this page.
#94 and#90 don't work on FreeBSD. Looks like hidapi on FreeBSD doesn't use
/dev/hidraw.Using the code here, requires you to need the
hidrawkernel module (kldload hidraw).