summaryrefslogtreecommitdiffstats
path: root/interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h')
-rw-r--r--interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h b/interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h
index 99da3884..cb54ee57 100644
--- a/interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h
+++ b/interface_unified/library/include/system_service/ss_devicedetection_service_protocol.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -126,6 +126,10 @@ typedef enum _DeviceDetectionServerEvents {
* \~english Notify whenever a USB NCM device is connected/removed (for DCM)
*/
SS_DEV_DETECT_ANY_USB_DCM_NCM_EV = 140,
+ /**
+ * \~english Notify whenever a DVD-P device is connected/removed
+ */
+ SS_DEV_INFO_ANY_USB_DVDP_EV = 141,
} SS_DeviceDetectionServerEvents;
#ifdef __cplusplus