Android 6.0 移除TP唤醒

Android 6.0 移除TP唤醒
kernel\arch\arm\boot\dts\rk3126-86v-r2.dts

gslX680: ts@40 {
    
    
		status = "okay";
		compatible = "gslX680-pad";
		reg = <0x40>;
		touch-gpio = <&gpio1 GPIO_B1 IRQ_TYPE_LEVEL_HIGH>;
		reset-gpio = <&gpio1 GPIO_B2 GPIO_ACTIVE_HIGH>;
		//pinctrl-names = "default";
		//pinctrl-0 = <&tp_gpio>;
		screen_max_x = <800>;
		screen_max_y = <1280>;
		revert_x = <0>;
		revert_y = <0>;
		revert_xy = <0>;
		gsl_name = "M863_GSL1680";
--		gesture_radius = <200>;
++		//gesture_radius = <200>;
	};

猜你喜欢

转载自blog.csdn.net/qq_27494201/article/details/125336176