diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/logging/backend.cpp | 2 | ||||
| -rw-r--r-- | src/common/logging/log.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 4c86151ab..cfbfbc2a7 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -46,8 +46,10 @@ namespace Log { | |||
| 46 | SUB(Service, NIM) \ | 46 | SUB(Service, NIM) \ |
| 47 | SUB(Service, NWM) \ | 47 | SUB(Service, NWM) \ |
| 48 | SUB(Service, CAM) \ | 48 | SUB(Service, CAM) \ |
| 49 | SUB(Service, CECD) \ | ||
| 49 | SUB(Service, CFG) \ | 50 | SUB(Service, CFG) \ |
| 50 | SUB(Service, DSP) \ | 51 | SUB(Service, DSP) \ |
| 52 | SUB(Service, DLP) \ | ||
| 51 | SUB(Service, HID) \ | 53 | SUB(Service, HID) \ |
| 52 | SUB(Service, SOC) \ | 54 | SUB(Service, SOC) \ |
| 53 | SUB(Service, IR) \ | 55 | SUB(Service, IR) \ |
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index e4c39c308..4f6856f3d 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -61,8 +61,10 @@ enum class Class : ClassType { | |||
| 61 | Service_NIM, ///< The NIM (Network interface manager) service | 61 | Service_NIM, ///< The NIM (Network interface manager) service |
| 62 | Service_NWM, ///< The NWM (Network wlan manager) service | 62 | Service_NWM, ///< The NWM (Network wlan manager) service |
| 63 | Service_CAM, ///< The CAM (Camera) service | 63 | Service_CAM, ///< The CAM (Camera) service |
| 64 | Service_CECD, ///< The CECD service | ||
| 64 | Service_CFG, ///< The CFG (Configuration) service | 65 | Service_CFG, ///< The CFG (Configuration) service |
| 65 | Service_DSP, ///< The DSP (DSP control) service | 66 | Service_DSP, ///< The DSP (DSP control) service |
| 67 | Service_DLP, ///< The DLP (Download Play) service | ||
| 66 | Service_HID, ///< The HID (Human interface device) service | 68 | Service_HID, ///< The HID (Human interface device) service |
| 67 | Service_SOC, ///< The SOC (Socket) service | 69 | Service_SOC, ///< The SOC (Socket) service |
| 68 | Service_IR, ///< The IR service | 70 | Service_IR, ///< The IR service |