-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
kindle voyage no framework launch whispertouch button activation #10290
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
kindle voyage no framework launch whispertouch button activation #10290
Conversation
spec/unit/device_spec.lua
Outdated
} | ||
end | ||
} | ||
package.loaded['liblipclua'] = mock_lipc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Meaning double quotes instead of single quotes for string literals ;)).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't really judge the Kindle stuff, but looks decent 👍
-- reenable WhisperTouch keys when started without framework | ||
if self.framework_lipc_handle then | ||
self.framework_lipc_handle:set_int_property("com.lab126.deviced", "fsrkeypadEnable", 1) | ||
self.framework_lipc_handle:set_int_property("com.lab126.deviced", "fsrkeypadPrevEnable", 1) | ||
self.framework_lipc_handle:set_int_property("com.lab126.deviced", "fsrkeypadNextEnable", 1) | ||
end |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, wait, this isn't the main init, but the Voyage-specific one, never mind me, everything's fine :D.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @doremiyeon and @Frenzie)
@NiLuJe as mentioned in the forum post
https://www.mobileread.com/forums/showpost.php?p=4310654&postcount=7
#9419
This change is