diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-06 03:31:51 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-06 03:31:51 +0000 |
commit | ecc31faccec6317e9e11ae5bc1c80cceefc6c7cc (patch) | |
tree | 423b3f6c3eb8caa4be58b15857dd141211ba58e2 /linux | |
parent | 1e7b8dee73f36d53303c453994cf6f4a9fde738b (diff) | |
download | mediapointer-dvb-s2-ecc31faccec6317e9e11ae5bc1c80cceefc6c7cc.tar.gz mediapointer-dvb-s2-ecc31faccec6317e9e11ae5bc1c80cceefc6c7cc.tar.bz2 |
- Adds missing msp34xxg_reset to VIDIOC_S_STD (just like VIDIOCSCHAN).
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/msp3400-driver.c | 3 | ||||
-rw-r--r-- | linux/drivers/media/video/msp3400.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/linux/drivers/media/video/msp3400-driver.c b/linux/drivers/media/video/msp3400-driver.c index 60afdac9a..89306bb97 100644 --- a/linux/drivers/media/video/msp3400-driver.c +++ b/linux/drivers/media/video/msp3400-driver.c @@ -2070,6 +2070,9 @@ static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg) msp->norm=VIDEO_MODE_NTSC; } + if (IS_MSP34XX_G(msp)) + msp34xxg_reset(client); + msp_wake_thread(client); return 0; } diff --git a/linux/drivers/media/video/msp3400.c b/linux/drivers/media/video/msp3400.c index 60afdac9a..89306bb97 100644 --- a/linux/drivers/media/video/msp3400.c +++ b/linux/drivers/media/video/msp3400.c @@ -2070,6 +2070,9 @@ static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg) msp->norm=VIDEO_MODE_NTSC; } + if (IS_MSP34XX_G(msp)) + msp34xxg_reset(client); + msp_wake_thread(client); return 0; } |