diff options
| author | LuK1337 <priv.luk@gmail.com> | 2016-03-24 13:49:47 +0100 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-03-24 07:50:42 -0700 |
| commit | 60e0a847438e82e88719b083d1112c2aba241170 (patch) | |
| tree | c9f4116509988fd0f268e732ab9ad2bc3653ecad /camera | |
| parent | 21ad164bc2998e8d1d7d5f9a80cb7d70a5405875 (diff) | |
msm8916-common: Set CAMERA_VENDOR_L_COMPAT flag
* Fixes continuous shot.
Change-Id: I30ffcfa613b8c4bbb5e4dfe848214ec29de7226a
Diffstat (limited to 'camera')
| -rw-r--r-- | camera/CameraWrapper.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camera/CameraWrapper.cpp b/camera/CameraWrapper.cpp index 6ae3b59..28b4000 100644 --- a/camera/CameraWrapper.cpp +++ b/camera/CameraWrapper.cpp @@ -116,8 +116,6 @@ static char *camera_fixup_getparams(int id, const char *settings) params.dump(); #endif - params.set("longshot-supported", "false"); - const char *manualFocusPosition = params.get("manual-focus-position"); const char *manualFocusPositionType = params.get("manual-focus-pos-type"); if (manualFocusPositionType != NULL) { |
