diff options
Diffstat (limited to 'drivers/media/video/sn9c102/sn9c102_devtable.h')
-rw-r--r-- | drivers/media/video/sn9c102/sn9c102_devtable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/sn9c102/sn9c102_devtable.h b/drivers/media/video/sn9c102/sn9c102_devtable.h index 916054faf9be..35223e0d7e49 100644 --- a/drivers/media/video/sn9c102/sn9c102_devtable.h +++ b/drivers/media/video/sn9c102/sn9c102_devtable.h | |||
@@ -126,6 +126,7 @@ extern int sn9c102_probe_hv7131d(struct sn9c102_device* cam); | |||
126 | extern int sn9c102_probe_hv7131r(struct sn9c102_device* cam); | 126 | extern int sn9c102_probe_hv7131r(struct sn9c102_device* cam); |
127 | extern int sn9c102_probe_mi0343(struct sn9c102_device* cam); | 127 | extern int sn9c102_probe_mi0343(struct sn9c102_device* cam); |
128 | extern int sn9c102_probe_mi0360(struct sn9c102_device* cam); | 128 | extern int sn9c102_probe_mi0360(struct sn9c102_device* cam); |
129 | extern int sn9c102_probe_mt9v111(struct sn9c102_device *cam); | ||
129 | extern int sn9c102_probe_ov7630(struct sn9c102_device* cam); | 130 | extern int sn9c102_probe_ov7630(struct sn9c102_device* cam); |
130 | extern int sn9c102_probe_ov7660(struct sn9c102_device* cam); | 131 | extern int sn9c102_probe_ov7660(struct sn9c102_device* cam); |
131 | extern int sn9c102_probe_pas106b(struct sn9c102_device* cam); | 132 | extern int sn9c102_probe_pas106b(struct sn9c102_device* cam); |
@@ -144,6 +145,7 @@ static int (*sn9c102_sensor_table[])(struct sn9c102_device*) = { | |||
144 | &sn9c102_probe_hv7131r, /* strong detection based on SENSOR ids */ | 145 | &sn9c102_probe_hv7131r, /* strong detection based on SENSOR ids */ |
145 | &sn9c102_probe_mi0343, /* strong detection based on SENSOR ids */ | 146 | &sn9c102_probe_mi0343, /* strong detection based on SENSOR ids */ |
146 | &sn9c102_probe_mi0360, /* strong detection based on SENSOR ids */ | 147 | &sn9c102_probe_mi0360, /* strong detection based on SENSOR ids */ |
148 | &sn9c102_probe_mt9v111, /* strong detection based on SENSOR ids */ | ||
147 | &sn9c102_probe_pas106b, /* strong detection based on SENSOR ids */ | 149 | &sn9c102_probe_pas106b, /* strong detection based on SENSOR ids */ |
148 | &sn9c102_probe_pas202bcb, /* strong detection based on SENSOR ids */ | 150 | &sn9c102_probe_pas202bcb, /* strong detection based on SENSOR ids */ |
149 | &sn9c102_probe_ov7630, /* strong detection based on SENSOR ids */ | 151 | &sn9c102_probe_ov7630, /* strong detection based on SENSOR ids */ |