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

Commit cafb299b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "diag: Correct the transport query command code"

parents ea59d9b8 06646ac9
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,