Loading init/devices.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -461,7 +461,8 @@ void DeviceHandler::HandleAshmemUevent(const Uevent& uevent) { } void DeviceHandler::HandleUevent(const Uevent& uevent) { if (uevent.action == "add" || uevent.action == "change" || uevent.action == "online") { if (uevent.action == "add" || uevent.action == "change" || uevent.action == "bind" || uevent.action == "online") { FixupSysPermissions(uevent.path, uevent.subsystem); } Loading Loading
init/devices.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -461,7 +461,8 @@ void DeviceHandler::HandleAshmemUevent(const Uevent& uevent) { } void DeviceHandler::HandleUevent(const Uevent& uevent) { if (uevent.action == "add" || uevent.action == "change" || uevent.action == "online") { if (uevent.action == "add" || uevent.action == "change" || uevent.action == "bind" || uevent.action == "online") { FixupSysPermissions(uevent.path, uevent.subsystem); } Loading