diff options
author | Jeong-Seok Yang <jseok.yang@samsung.com> | 2010-09-30 15:01:07 -0700 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2010-10-04 12:56:59 -0700 |
commit | df1a5b0d586e0d684b22ca02c52da9d846ef374d (patch) | |
tree | 5ec193796bcf77635d08e24f4f98b3fe24f3cb77 /include | |
parent | 7b8b6c31705402c57dae994060030bb90bad917d (diff) | |
download | device_samsung_crespo-df1a5b0d586e0d684b22ca02c52da9d846ef374d.zip device_samsung_crespo-df1a5b0d586e0d684b22ca02c52da9d846ef374d.tar.gz device_samsung_crespo-df1a5b0d586e0d684b22ca02c52da9d846ef374d.tar.bz2 |
libcamera: defensive code for protecting ESD
Change-Id: I3333df8437bb54897df8594229ffcc1b23221f7f
Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--[-rwxr-xr-x] | include/videodev2_samsung.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/videodev2_samsung.h b/include/videodev2_samsung.h index 387a186..d4d9e08 100755..100644 --- a/include/videodev2_samsung.h +++ b/include/videodev2_samsung.h @@ -80,5 +80,6 @@ #define V4L2_CID_CAMERA_GET_ISO (V4L2_CID_PRIVATE_BASE + 114) #define V4L2_CID_CAMERA_GET_SHT_TIME (V4L2_CID_PRIVATE_BASE + 115) #define V4L2_CID_CAMERA_SENSOR_MODE (V4L2_CID_PRIVATE_BASE + 116) +#define V4L2_CID_ESD_INT (V4L2_CID_PRIVATE_BASE + 117) #endif /* __LINUX_VIDEODEV2_SAMSUNG_H */ |