summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/sn9c102/sn9c102_tas5110d.c
diff options
context:
space:
mode:
authorLuca Risolia2007-05-02 15:04:03 +0200
committerMauro Carvalho Chehab2007-05-09 15:12:38 +0200
commit480b55c26e2f6408e86f22a69fcecc29e019e819 (patch)
tree5df75439da6c7105f54f00aa76d9bdc20ffedd7f /drivers/media/video/sn9c102/sn9c102_tas5110d.c
parentV4L/DVB (5583): VIDEO4LINUX-2: Replace MINOR() with a call to iminor(). (diff)
downloadkernel-qcow2-linux-480b55c26e2f6408e86f22a69fcecc29e019e819.tar.gz
kernel-qcow2-linux-480b55c26e2f6408e86f22a69fcecc29e019e819.tar.xz
kernel-qcow2-linux-480b55c26e2f6408e86f22a69fcecc29e019e819.zip
V4L/DVB (5585): SN9C1xx driver updates
* Default color improvements to the OV7660 @ Fix sn9c102_write_reg() @ Fix sn9c102_i2c_try_raw_read() @ Fix MI-0343 + Add support for pair MI0360+SN9C120 + Add more USB ids Signed-off-by: Luca Risolia <luca.risolia@studio.unibo.it> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/sn9c102/sn9c102_tas5110d.c')
-rw-r--r--drivers/media/video/sn9c102/sn9c102_tas5110d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/sn9c102/sn9c102_tas5110d.c b/drivers/media/video/sn9c102/sn9c102_tas5110d.c
index 83a39e8b5e71..d32fdbccdc5e 100644
--- a/drivers/media/video/sn9c102/sn9c102_tas5110d.c
+++ b/drivers/media/video/sn9c102/sn9c102_tas5110d.c
@@ -68,7 +68,7 @@ static int tas5110d_set_pix_format(struct sn9c102_device* cam,
}
-static struct sn9c102_sensor tas5110d = {
+static const struct sn9c102_sensor tas5110d = {
.name = "TAS5110D",
.maintainer = "Luca Risolia <luca.risolia@studio.unibo.it>",
.supported_bridge = BRIDGE_SN9C101 | BRIDGE_SN9C102,