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 screen rotation for Chuwi Hi10Max #29

Open
wants to merge 1 commit into
base: arcadia-x86
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,10 @@ function init_hal_sensors()
set_property ro.iio.accel.quirks no-trig
set_property ro.iio.accel.order 102
;;
*Hi10Max*)
set_property ro.iio.accel.order 102
set_property ro.iio.accel.y.opt_scale -1
;;
*SwitchSA5-271*|*SwitchSA5-271P*)
set_property ro.ignore_atkbd 1
has_sensors=true
Expand Down