summaryrefslogtreecommitdiffstats
path: root/camera/inc/TICameraParameters.h
diff options
context:
space:
mode:
authorMichael Gernoth <michael@gernoth.net>2015-02-21 21:17:52 +0100
committerMichael Gernoth <michael@gernoth.net>2015-02-21 21:17:52 +0100
commit0fc5d3483c643df3e872c8b000a634df19837c4e (patch)
treeca56e91eef4aa0f6e33e3d5d6327e4d7a53cc7ab /camera/inc/TICameraParameters.h
parent39bd0e3ecd910803e81d3be51e3734dd207de87c (diff)
downloadhardware_ti_omap4-0fc5d3483c643df3e872c8b000a634df19837c4e.zip
hardware_ti_omap4-0fc5d3483c643df3e872c8b000a634df19837c4e.tar.gz
hardware_ti_omap4-0fc5d3483c643df3e872c8b000a634df19837c4e.tar.bz2
camera: Add support for camera on motorola devices
This adds flash-support for motorola devices and disables unsupported functionality. Change-Id: Ib1107d78641ca1ded61e8adb88ab7e8951e4ec74
Diffstat (limited to 'camera/inc/TICameraParameters.h')
-rw-r--r--camera/inc/TICameraParameters.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/camera/inc/TICameraParameters.h b/camera/inc/TICameraParameters.h
index 951c663..8686456 100644
--- a/camera/inc/TICameraParameters.h
+++ b/camera/inc/TICameraParameters.h
@@ -257,6 +257,11 @@ static const char KEY_GAMMA_TABLE[];
static const char KEY_PREVIEW_FRAME_RATE_RANGE[];
+#ifdef MOTOROLA_CAMERA
+static const char KEY_MOT_LEDFLASH[];
+static const char KEY_MOT_LEDTORCH[];
+#endif
+
};
} // namespace Camera