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

Commit 68da639d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera_v2: Define new mcros for result success"

parents eac68e7d 25dfb02e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -116,6 +116,10 @@
#define MSM_CAMERA_ERR_MAPPING		(MSM_CAMERA_ERR_EVT_BASE + 2)
#define MSM_CAMERA_ERR_DEVICE_BUSY	(MSM_CAMERA_ERR_EVT_BASE + 3)

/* data.status - success values should be same as above*/
#define MSM_CAMERA_CMD_SUCCESS      0x00000001
#define MSM_CAMERA_BUF_MAP_SUCCESS  0x00000002

/* The msm_v4l2_event_data structure should match the
 * v4l2_event.u.data field.
 * should not exceed 16 elements */