Force to request absinfo also onmultitouch axes #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I already asked in issue #20 why the multitouch axes were intentionally ignored when requesting axes.
The changes, I noted there, were added to libremarkable (a library to use the hardware of the reMarkable Gen 1 and working on Gen 2) so we can get the size of the multitouch screen for any device generation and do not need to hardcode the sizes which will make future updates easier.
Now, it turned out, that we can't just refer to my fork and publish this on crates.io (related discussion that cause this PR). (I initially thought, waiting on the issue to get response after some months would be enough.)
I still don't know whether it has any side effects, but the changes didn't cause any noticed side effects for us, so I would presume it safe. I would be cool, if this could be merged soon and get a new version on crates.io, we can refer to, to be able to publish a new version of libremarkable again.