Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 653d672c authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: fd: Update supported modes for FD HW v4.1" into dev/msm-4.9-camx

parents 2ea03064 2f3d86d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -63,7 +63,7 @@ static struct cam_fd_hw_static_info cam_fd_wrapper120_core410_info = {
		CAM_FD_IRQ_TO_MASK(CAM_FD_IRQ_RESET_DONE),
	.qos_priority       = 4,
	.qos_priority_level = 4,
	.supported_modes    = CAM_FD_MODE_FACEDETECTION | CAM_FD_MODE_PYRAMID,
	.supported_modes    = CAM_FD_MODE_FACEDETECTION,
	.ro_mode_supported  = true,
};