Input: Unbreak evdev handling on Kobo single-touch devices#9465
Merged
Conversation
Instead of shoehorning a hack into the standard handler.
handler /!\ This switches the C4 to the standard MT handler, here be dragons!
Member
Author
|
@pazos: The Cervantes bit effectively switches the C4 to the full MT codepath. Is this truly wanted and/or can you actually test it, or should I just back out the Cervantes cleanup for now? |
Frenzie
approved these changes
Aug 30, 2022
Member
|
multitouch is partially broken as is in c4, IIRC. Probably fixable with some hooks but I don't want to try |
Member
|
or maybe it was broken a few years ago and now magically works? |
Member
Author
|
Sooo, keep, or revert? :} |
Member
revert, please :) |
Member
Author
|
Re: the rM pen stuff, it's based on logs from #7536 (comment) ;). |
0xstillb
pushed a commit
to 0xstillb/koreader-thai
that referenced
this pull request
May 9, 2026
…9465) * Kobo: Switch ST devices to a dedicated input handler Instead of shoehorning a hack into the standard handler. * Use setCurrentMtSlotChecked in handleTouchEvLegacy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I'm not entirely sure why it broke, but it was a pretty crap workaround anyway, and @pazos already had a perfectly sane setup in place for Cervantes, so let's just repurpose that ;).
Fix #9464
This change is