From 2e2c8ad7efb42924b2928af287be67f95b27b48f Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 10 Jan 2012 19:11:57 -0600 Subject: [PATCH] qcdm: add some more commands Found in CodeAurora diagchar_core.c driver. --- libqcdm/src/dm-commands.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libqcdm/src/dm-commands.h b/libqcdm/src/dm-commands.h index e533b644..e3a0e0a1 100644 --- a/libqcdm/src/dm-commands.h +++ b/libqcdm/src/dm-commands.h @@ -111,6 +111,11 @@ enum { DIAG_CMD_RAM_RW = 112, /* Calibration RAM control using DM */ DIAG_CMD_CPU_RW = 113, /* Calibration CPU control using DM */ DIAG_CMD_SET_FTM_TEST_MODE = 114, /* Field (or Factory?) Test Mode */ + DIAG_CMD_LOG_CONFIG = 115, /* New logging config command */ + DIAG_CMD_EXT_BUILD_ID = 124, + DIAG_CMD_EXT_MESSAGE_CONFIG= 125, + DIAG_CMD_EVENT_GET_MASK = 129, + DIAG_CMD_EVENT_SET_MASK = 130 }; /* Subsystem IDs used with DIAG_CMD_SUBSYS; these often obsolete many of