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

Commit 06646ac9 authored by Manoj Prabhu B's avatar Manoj Prabhu B
Browse files

diag: Correct the transport query command code



Correct the command code for transport query command code and
align the transport mode values to tool defined ones.

Change-Id: I4521cb1549af5be292c98675e270688f701d603d
Signed-off-by: default avatarManoj Prabhu B <bmanoj@codeaurora.org>
parent 7da049af
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -142,9 +142,9 @@
#define DIAG_GET_TIME_API	0x21B
#define DIAG_SET_TIME_API	0x21C
#define DIAG_GET_DIAG_ID	0x222
#define DIAG_QUERY_TRANSPORT	0x223
#define DIAG_SWITCH_COMMAND	0x081B
#define DIAG_BUFFERING_MODE	0x080C
#define DIAG_QUERY_TRANSPORT	0x0064

#define DIAG_CMD_OP_LOG_DISABLE		0
#define DIAG_CMD_OP_GET_LOG_RANGE	1
@@ -316,8 +316,10 @@ do { \
#define DIAG_ID_UNKNOWN		0
#define DIAG_ID_APPS		1

#define DIAG_ROUTE_TO_USB 0
#define DIAG_ROUTE_TO_PCIE 1
#define DIAG_ROUTE_TO_UART	1
#define DIAG_ROUTE_TO_USB	2
#define DIAG_ROUTE_TO_PCIE	3

/* List of remote processor supported */
enum remote_procs {
	MDM = 1,