Skip to content
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

Fix support for some devices #24

Merged
merged 1 commit into from
Sep 7, 2020
Merged

Conversation

Kasalehlia
Copy link
Contributor

Devices with deviceId other than 10171 would get its deviceId overwritten with 10171 and the used protocol would always be the newer, thus breaking support for { "vendorId": 1240, "productId": 63560 }.

Devices with deviceId other than 10171 would get its deviceId overwritten with 10171 and the used protocol would always be the newer, thus breaking support for { "vendorId": 1240, "productId": 63560 }.
@porsager
Copy link
Owner

porsager commented Sep 7, 2020

Oh my, how did that slip through. Thanks a lot!

@porsager porsager merged commit 5274ad7 into porsager:master Sep 7, 2020
@lauer
Copy link
Contributor

lauer commented Nov 1, 2021

But the problem with this fix, seems like it never returns true, and therefore never uses the new protocol, which is needed when the node-hid 2.x is used. (see #28 )

@Kasalehlia Kasalehlia deleted the patch-1 branch November 28, 2021 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants