diff options
author | Jean-François Moine <moinejf@free.fr> | 2012-03-24 09:17:37 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-03 15:29:53 -0300 |
commit | bed37388cf9f7d6248b6bd1033afa3dc69ca456b (patch) | |
tree | 66b7b737f730d94d8083fde8e87e30fe41e6557c | |
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>
-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 5e48521d2cb..5107fd6001c 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] = { |