diff options
author | Jean-François Moine <moinejf@free.fr> | 2012-03-24 08:17:37 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-03 14:29:53 -0400 |
commit | bed37388cf9f7d6248b6bd1033afa3dc69ca456b (patch) | |
tree | 66b7b737f730d94d8083fde8e87e30fe41e6557c /drivers | |
parent | 9637c6522510d29abdecb80093a377a7bdcc57bb (diff) |
[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')
-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[] = { | |||
760 | V4L2_IDENT_MT9M111, | 760 | V4L2_IDENT_MT9M111, |
761 | V4L2_IDENT_MT9M112, | 761 | V4L2_IDENT_MT9M112, |
762 | V4L2_IDENT_HV7131R, | 762 | V4L2_IDENT_HV7131R, |
763 | [SENSOR_MT9VPRB] = V4L2_IDENT_UNKNOWN, | ||
763 | }; | 764 | }; |
764 | 765 | ||
765 | static u16 bridge_init[][2] = { | 766 | static u16 bridge_init[][2] = { |