Merge pull request #2003 from brooksytech/dev
Decrease Max 3 joystick deadzone, bump kernel to 6.1.51
This commit is contained in:
commit
d7fb42abc8
3 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ PKG_PATCH_DIRS+="${DEVICE}"
|
|||
|
||||
case ${DEVICE} in
|
||||
S922X*)
|
||||
PKG_VERSION="6.1.50"
|
||||
PKG_VERSION="6.1.51"
|
||||
PKG_URL="https://www.kernel.org/pub/linux/kernel/v6.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1218,8 +1218,8 @@ diff -rupN linux.orig/arch/arm64/boot/dts/amlogic/meson-g12b-powkiddy-rgb10-max-
|
|||
+ io-channels = <&saradc 0>, <&saradc 1>, <&saradc 2>, <&saradc 3>;
|
||||
+ io-channel-names = "key-RY", "key-RX", "key-LY", "key-LX";
|
||||
+ button-adc-scale = <4>;
|
||||
+ button-adc-deadzone = <600>;
|
||||
+ button-adc-fuzz = <32>;
|
||||
+ button-adc-deadzone = <350>;
|
||||
+ button-adc-fuzz = <64>;
|
||||
+ button-adc-flat = <32>;
|
||||
+ abs_x-p-tuning = <350>;
|
||||
+ abs_x-n-tuning = <350>;
|
||||
|
|
|
@ -37,7 +37,7 @@ case ${DEVICE} in
|
|||
PKG_GIT_CLONE_BRANCH="main"
|
||||
;;
|
||||
RK33*)
|
||||
PKG_VERSION="6.1.50"
|
||||
PKG_VERSION="6.1.51"
|
||||
PKG_URL="https://www.kernel.org/pub/linux/kernel/v6.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue