-
Notifications
You must be signed in to change notification settings - Fork 397
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enumerate misses HF2 devices on macOS #211
Comments
What specifically are you not seeing from hidapi? |
Oh I see you are looking for HF2 devices, not DFU. From jacobrosenthal/hf2-rs#34 it appears that HF2 isn't correctly identifying as a HID device. |
Ah, it seems that HF2 doesn't define interface identification rules and HID isn't picking it up? Is this something that HID should be concerned about, perhaps by adding ad-hoc support, or is the lack of spec around HF2 mean that HID won't support HF2 devices? I'm a newbie to this - how would I enumerate non-HID devices? |
HID devices not necessary USB devices.
There is nothing to fix here. VID/PID does not uniquely identifies a device. |
enumerate
returns a list of devices that I can't find using any other tools.running
returns
I'm trying to connect to the nRF52840. It seems that
enumerate
's list just doesn't make sense.Here's the VIDs and PIDs for everything that comes out of enumerate:
It doesn't seem to match the system profiler list:
Any thoughts on how to fix this?
The text was updated successfully, but these errors were encountered: