From 2f4762110b303f2013a4f968c448e1074f219f48 Mon Sep 17 00:00:00 2001 From: Bharath Date: Thu, 2 Jan 2025 23:00:02 +0530 Subject: [PATCH] sm6150-common: Disable HID RAW support This is a new feature which requires support on vendor and kernel side. Since there is no support, drop declaring support for this. Test: run cts -m CtsAccessibilityServiceTestCases -t android.accessibilityservice.cts.BrailleDisplayControllerTest Change-Id: I9036cc09f095674d5e912fccf6453d93bb92204c Signed-off-by: therealmharc --- system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.prop b/system.prop index 9646169..8c13396 100644 --- a/system.prop +++ b/system.prop @@ -28,6 +28,9 @@ persist.vendor.ims.disableIMSLogs=1 persist.vendor.ims.disableQXDMLogs=1 persist.vendor.qti.telephony.vt_cam_interface=2 +# HID RAW +ro.accessibility.support_hidraw=false + # Media media.aac_51_output_enabled=true media.stagefright.enable-aac=true