aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-cards.c
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-13 20:39:09 -0300
commit970cff36c0850e8193ac1162e42c7c11001b872d (patch)
tree74ed5b25a4663f49dcb965f0270d4ecfc8588c19 /drivers/media/video/em28xx/em28xx-cards.c
parentV4L/DVB (12406): em28xx: fix: don't do image interlacing on webcams (diff)
downloadlinux-dev-970cff36c0850e8193ac1162e42c7c11001b872d.tar.xz
linux-dev-970cff36c0850e8193ac1162e42c7c11001b872d.zip
V4L/DVB (12407): em28xx: Adjust Silvercrest xtal frequency
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>
Diffstat (limited to '')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 9011a498e5b3..fc46032bfe27 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -1785,7 +1785,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;