diff options
author | Jean-François Moine <moinejf@free.fr> | 2012-03-24 16:17:37 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-03 22:29:53 +0400 |
commit | bed37388cf9f7d6248b6bd1033afa3dc69ca456b (patch) | |
tree | 66b7b737f730d94d8083fde8e87e30fe41e6557c /drivers/media/video/gspca/sn9c20x.c | |
parent | 9637c6522510d29abdecb80093a377a7bdcc57bb (diff) | |
download | linux-bed37388cf9f7d6248b6bd1033afa3dc69ca456b.tar.xz |
[media] gspca - sn9c20x: Add the sensor mt9vprb to the sensor ident table
The table did not contain the sensor mt9vprb.
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/sn9c20x.c')
-rw-r--r-- | drivers/media/video/gspca/sn9c20x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c index 5e48521d2cb2..5107fd6001c8 100644 --- a/drivers/media/video/gspca/sn9c20x.c +++ b/drivers/media/video/gspca/sn9c20x.c @@ -760,6 +760,7 @@ static u16 i2c_ident[] = { V4L2_IDENT_MT9M111, V4L2_IDENT_MT9M112, V4L2_IDENT_HV7131R, +[SENSOR_MT9VPRB] = V4L2_IDENT_UNKNOWN, }; static u16 bridge_init[][2] = { |