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

disable touch-Keyboard in sofware #44

Open
m-l-s0 opened this issue Dec 8, 2024 · 2 comments
Open

disable touch-Keyboard in sofware #44

m-l-s0 opened this issue Dec 8, 2024 · 2 comments

Comments

@m-l-s0
Copy link

m-l-s0 commented Dec 8, 2024

Is there a way to disable the touch keyboard / enable the graphics tablet without using the pen-button.
I have a yoga-book where the bottom screen is cracked and the right half of the touchscreen -including the pen button- is not working any more.
I suspect one of the patches manages the switching, but I don't understand the code enough to see which one and how I would be able to archive the same without actually pressing it.

@m-l-s0 m-l-s0 changed the title disable touck-Keyboard in sofware disable touch-Keyboard in sofware Dec 8, 2024
@DerKnerd
Copy link

DerKnerd commented Dec 9, 2024

Getting a replacement keyboard is rather cheap and replacing it is really easy :) Just be careful to not cut yourself on the glass shards.

@jekhor
Copy link
Owner

jekhor commented Dec 10, 2024

@m-l-s0 hi,

To disable keyboard and enable digitizer, do:

root@yogabook:~# echo 'i2c-GDIX1001:00'  >  /sys/bus/i2c/drivers/Goodix-TS/unbind ; echo 'i2c-WCOM0019:00' > /sys/bus/i2c/drivers/i2c_hid_acpi/bind

To revert, do the same replacing bind with unbind and vice versa.

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

No branches or pull requests

3 participants