diff options
author | Erik Andr?n <erik.andren@gmail.com> | 2009-01-04 14:52:48 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:20:23 -0400 |
commit | 04f15655f6cd99ba7d7c9ef8f969a71061a1fbac (patch) | |
tree | 9b9729f9910119ddb9c738cc8401bae1859ce8fb /drivers/media/video/gspca/m5602/m5602_mt9m111.h | |
parent | 881cd41882fa5762e3f831dd997368fef5257274 (diff) |
V4L/DVB (11450): gspca - m5602-mt9m111: Convert the mt9m111 to use a v4l2 ctrl cache
Signed-off-by: Erik Andr?n <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/m5602/m5602_mt9m111.h')
-rw-r--r-- | drivers/media/video/gspca/m5602/m5602_mt9m111.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_mt9m111.h b/drivers/media/video/gspca/m5602/m5602_mt9m111.h index 00c6db02bdb..03769fc0442 100644 --- a/drivers/media/video/gspca/m5602/m5602_mt9m111.h +++ b/drivers/media/video/gspca/m5602/m5602_mt9m111.h | |||
@@ -86,6 +86,7 @@ extern int dump_sensor; | |||
86 | int mt9m111_probe(struct sd *sd); | 86 | int mt9m111_probe(struct sd *sd); |
87 | int mt9m111_init(struct sd *sd); | 87 | int mt9m111_init(struct sd *sd); |
88 | int mt9m111_power_down(struct sd *sd); | 88 | int mt9m111_power_down(struct sd *sd); |
89 | void mt9m111_disconnect(struct sd *sd); | ||
89 | 90 | ||
90 | int mt9m111_set_vflip(struct gspca_dev *gspca_dev, __s32 val); | 91 | int mt9m111_set_vflip(struct gspca_dev *gspca_dev, __s32 val); |
91 | int mt9m111_get_vflip(struct gspca_dev *gspca_dev, __s32 *val); | 92 | int mt9m111_get_vflip(struct gspca_dev *gspca_dev, __s32 *val); |
@@ -102,7 +103,8 @@ const static struct m5602_sensor mt9m111 = { | |||
102 | 103 | ||
103 | .probe = mt9m111_probe, | 104 | .probe = mt9m111_probe, |
104 | .init = mt9m111_init, | 105 | .init = mt9m111_init, |
105 | .power_down = mt9m111_power_down | 106 | .power_down = mt9m111_power_down, |
107 | .disconnect = mt9m111_disconnect, | ||
106 | }; | 108 | }; |
107 | 109 | ||
108 | static const unsigned char preinit_mt9m111[][4] = | 110 | static const unsigned char preinit_mt9m111[][4] = |