Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

[TransportNodeHid] getDevices looks for potentially wrong usagePage #199

Closed
filoozom opened this issue Aug 7, 2018 · 1 comment
Closed

Comments

@filoozom
Copy link

filoozom commented Aug 7, 2018

Hi,

I noticed in the following line that getDevices checks for usagePage === 0xffa0:

? device.usagePage === 0xffa0

The issue is that my Ledger has a different number (61904), which means that the Transport throws an error: No Ledger device found (timeout) and I can't run my application.

What should I do?

@filoozom
Copy link
Author

filoozom commented Aug 7, 2018

Well, it turns out that this issue was because Browser Support was enabled on the Ledger.
Check out #191 (comment) for more details.

@filoozom filoozom closed this as completed Aug 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant