mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
[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>
This commit is contained in:
parent
9637c65225
commit
bed37388cf
1 changed files with 1 additions and 0 deletions
|
@ -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] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue