Skip to content

Commit eb43b2c

Browse files
committed
fix fw update in viewer
1 parent 7e0cea7 commit eb43b2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/fw-update-helper.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ namespace rs2
190190
// if device is D457, and fw is signed - using mipi specific procedure
191191
if (_is_signed
192192
&& (!strcmp(_dev.get_info(RS2_CAMERA_INFO_PRODUCT_ID), "ABCD")
193-
|| !strcmp(_dev.get_info(RS2_CAMERA_INFO_PRODUCT_ID), "BBCD"))
193+
|| !strcmp(_dev.get_info(RS2_CAMERA_INFO_PRODUCT_ID), "BBCD")
194+
|| !strcmp(_dev.get_info(RS2_CAMERA_INFO_PRODUCT_ID), "ABCE"))
194195
)
195196
{
196197
process_mipi();

0 commit comments

Comments
 (0)