From a83716ff8d6c9a60a55312f792a9de4f32431ed5 Mon Sep 17 00:00:00 2001 From: Kyle Tso Date: Tue, 27 Sep 2022 15:05:22 +0800 Subject: [PATCH] usb: Remove the permission change of unused nodes Bug: 248982089 Signed-off-by: Kyle Tso Change-Id: I4707e3bbd7fa1d42e08577edba8d9bb52cc7c061 --- usb/usb/android.hardware.usb-service.rc | 2 -- 1 file changed, 2 deletions(-) diff --git a/usb/usb/android.hardware.usb-service.rc b/usb/usb/android.hardware.usb-service.rc index dcdabf7e..f196ef06 100644 --- a/usb/usb/android.hardware.usb-service.rc +++ b/usb/usb/android.hardware.usb-service.rc @@ -23,7 +23,6 @@ on post-fs chown root system /sys/devices/platform/11110000.usb/dwc3_exynos_otg_b_sess chown root system /sys/devices/platform/11110000.usb/dwc3_exynos_otg_id chown root system /sys/devices/platform/11110000.usb/usb_data_enabled - chown root system /sys/devices/platform/google,pogo/enable_usb chmod 664 /sys/class/typec/port0/power_role chmod 664 /sys/class/typec/port0/data_role chmod 664 /sys/class/typec/port0/port_type @@ -42,4 +41,3 @@ on post-fs chmod 664 /sys/devices/platform/10d60000.hsi2c/i2c-6/i2c-max77759tcpc/usb_limit_sink_enable chmod 664 /sys/devices/platform/10d60000.hsi2c/i2c-5/i2c-max77759tcpc/usb_limit_source_enable chmod 664 /sys/devices/platform/10d60000.hsi2c/i2c-6/i2c-max77759tcpc/usb_limit_source_enable - chmod 664 /sys/devices/platform/google,pogo/enable_usb