summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/backend.cpp1
-rw-r--r--src/common/logging/log.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 4c86151ab..97d2a2242 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -48,6 +48,7 @@ namespace Log {
48 SUB(Service, CAM) \ 48 SUB(Service, CAM) \
49 SUB(Service, CFG) \ 49 SUB(Service, CFG) \
50 SUB(Service, DSP) \ 50 SUB(Service, DSP) \
51 SUB(Service, DLP) \
51 SUB(Service, HID) \ 52 SUB(Service, HID) \
52 SUB(Service, SOC) \ 53 SUB(Service, SOC) \
53 SUB(Service, IR) \ 54 SUB(Service, IR) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index e4c39c308..d0c6c5f43 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -63,6 +63,7 @@ enum class Class : ClassType {
63 Service_CAM, ///< The CAM (Camera) service 63 Service_CAM, ///< The CAM (Camera) service
64 Service_CFG, ///< The CFG (Configuration) service 64 Service_CFG, ///< The CFG (Configuration) service
65 Service_DSP, ///< The DSP (DSP control) service 65 Service_DSP, ///< The DSP (DSP control) service
66 Service_DLP, ///< The DLP (Download Play) service
66 Service_HID, ///< The HID (Human interface device) service 67 Service_HID, ///< The HID (Human interface device) service
67 Service_SOC, ///< The SOC (Socket) service 68 Service_SOC, ///< The SOC (Socket) service
68 Service_IR, ///< The IR service 69 Service_IR, ///< The IR service