From 73ee0e91072c36b5b6434d71be2cbaea8500ebea Mon Sep 17 00:00:00 2001 From: "Soon, Thean Siew" Date: Fri, 7 Feb 2025 23:24:34 +0800 Subject: [PATCH] [Media Common] Add BMG-E NEX2 Device ID Signed-off-by: Soon, Thean Siew --- media_softlet/linux/xe2_hpm/ddi/media_sysinfo_bmg.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media_softlet/linux/xe2_hpm/ddi/media_sysinfo_bmg.cpp b/media_softlet/linux/xe2_hpm/ddi/media_sysinfo_bmg.cpp index 7b14b0e824..387b2d9661 100644 --- a/media_softlet/linux/xe2_hpm/ddi/media_sysinfo_bmg.cpp +++ b/media_softlet/linux/xe2_hpm/ddi/media_sysinfo_bmg.cpp @@ -199,4 +199,7 @@ static bool bmgDevicee20D = DeviceInfoFactory:: RegisterDevice(0xe20D, &bmgInfo); static bool bmgDevicee212 = DeviceInfoFactory:: - RegisterDevice(0xe212, &bmgInfo); \ No newline at end of file + RegisterDevice(0xe212, &bmgInfo); + +static bool bmgDevicee216 = DeviceInfoFactory:: + RegisterDevice(0xe216, &bmgInfo);