diff options
Diffstat (limited to 'linux/include/media/v4l2-chip-ident.h')
-rw-r--r-- | linux/include/media/v4l2-chip-ident.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/include/media/v4l2-chip-ident.h b/linux/include/media/v4l2-chip-ident.h index 5698fcd1d..7d0c65413 100644 --- a/linux/include/media/v4l2-chip-ident.h +++ b/linux/include/media/v4l2-chip-ident.h @@ -27,7 +27,9 @@ /* VIDIOC_G_CHIP_IDENT: identifies the actual chip installed on the board */ enum { /* general idents: reserved range 0-49 */ - V4L2_IDENT_UNKNOWN = 0, + V4L2_IDENT_NONE = 0, /* No chip matched */ + V4L2_IDENT_AMBIGUOUS = 1, /* Match too general, multiple chips matched */ + V4L2_IDENT_UNKNOWN = 2, /* Chip found, but cannot identify */ /* module saa7110: just ident= 100 */ V4L2_IDENT_SAA7110 = 100, |