Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21011934 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "diag: Add new polling command"

parents 8bea4e33 c0607e38
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -362,6 +362,9 @@ int diag_find_polling_reg(int i)
		else if (subsys_id == 0x32 && cmd_code_hi >= 0x03  &&
		else if (subsys_id == 0x32 && cmd_code_hi >= 0x03  &&
			 cmd_code_lo <= 0x03)
			 cmd_code_lo <= 0x03)
			return 1;
			return 1;
		else if (subsys_id == 0x57 && cmd_code_hi >= 0x0E &&
			 cmd_code_lo <= 0x0E)
			return 1;
	}
	}
	return 0;
	return 0;
}
}