Skip to content

Commit

Permalink
block l500 flash update
Browse files Browse the repository at this point in the history
  • Loading branch information
matkatz committed Sep 24, 2019
1 parent 2b1d29a commit a2224ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/l500/l500-device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ namespace librealsense
_fw_version = firmware_version(fwv);

_is_locked = _hw_monitor->get_gvd_field<bool>(gvd_buff, is_camera_locked_offset);
_is_locked = false; //TODO: remove

// TODO: flash lock is not suuported yet.
// reporting lock to the application blocks flash FW update.
// remove when flash update support is required.
_is_locked = true;

auto pid_hex_str = hexify(group.uvc_devices.front().pid);

Expand Down

0 comments on commit a2224ad

Please sign in to comment.