summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-08-08 03:28:41 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-08-08 03:28:41 -0300
commit731b07aacdb288bdc2e0d55090224470c064cac0 (patch)
tree05a5160f2507be029a66ffec2731fa8341c1c5fc
parent3f5d03feb375c275dac631a9d5819d4d2bc25c46 (diff)
downloadmediapointer-dvb-s2-731b07aacdb288bdc2e0d55090224470c064cac0.tar.gz
mediapointer-dvb-s2-731b07aacdb288bdc2e0d55090224470c064cac0.tar.bz2
em28xx: Adjust Silvercrest xtal frequency
From: Mauro Carvalho Chehab <mchehab@redhat.com> We don't know the xtal frequency of Silvercrest, but we need to have some value in order to allow controlling the frame rate frequency. The value is probably still wrong, since the manufacturer announces this device as being capable of 30fps, but the maximum we can get is 13.5 fps. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c
index 594461739..9a09df296 100644
--- a/linux/drivers/media/video/em28xx/em28xx-cards.c
+++ b/linux/drivers/media/video/em28xx/em28xx-cards.c
@@ -1855,7 +1855,7 @@ static int em28xx_hint_sensor(struct em28xx *dev)
dev->em28xx_sensor = EM28XX_MT9V011;
dev->sensor_xres = 640;
dev->sensor_yres = 480;
- dev->sensor_xtal = 6300000;
+ dev->sensor_xtal = 12150000;
/* probably means GRGB 16 bit bayer */
dev->vinmode = 0x0d;