* [Patch 3/3] Kworld 315U
@ 2010-01-18 7:13 Franklin Meng
2010-01-25 14:13 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Franklin Meng @ 2010-01-18 7:13 UTC (permalink / raw)
To: linux-media
Cc: Mauro Carvalho ChehabDevin Heitmueller <dheitmueller@kernellabs.com>,
Douglas Schilling Landgraf
Patch to bring device out of power saving mode.
Signed-off-by: Franklin Meng<fmeng2002@yahoo.com>
diff -r b6b82258cf5e linux/drivers/media/video/em28xx/em28xx-core.c
--- a/linux/drivers/media/video/em28xx/em28xx-core.c Thu Dec 31 19:14:54 2009 -0200
+++ b/linux/drivers/media/video/em28xx/em28xx-core.c Sun Jan 17 22:54:21 2010 -0800
@@ -1132,6 +1132,7 @@
*/
void em28xx_wake_i2c(struct em28xx *dev)
{
+ v4l2_device_call_all(&dev->v4l2_dev, 0, core, s_power, 1);
v4l2_device_call_all(&dev->v4l2_dev, 0, core, reset, 0);
v4l2_device_call_all(&dev->v4l2_dev, 0, video, s_routing,
INPUT(dev->ctl_input)->vmux, 0, 0);
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Patch 3/3] Kworld 315U
2010-01-18 7:13 [Patch 3/3] Kworld 315U Franklin Meng
@ 2010-01-25 14:13 ` Mauro Carvalho Chehab
2010-01-26 2:51 ` Franklin Meng
0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2010-01-25 14:13 UTC (permalink / raw)
To: Franklin Meng; +Cc: linux-media, Douglas Schilling Landgraf
Franklin Meng wrote:
Also complained about line-wrapping.
Cheers,
Mauro
> Patch to bring device out of power saving mode.
>
> Signed-off-by: Franklin Meng<fmeng2002@yahoo.com>
>
> diff -r b6b82258cf5e linux/drivers/media/video/em28xx/em28xx-core.c
> --- a/linux/drivers/media/video/em28xx/em28xx-core.c Thu Dec 31 19:14:54 2009 -0200
> +++ b/linux/drivers/media/video/em28xx/em28xx-core.c Sun Jan 17 22:54:21 2010 -0800
> @@ -1132,6 +1132,7 @@
> */
> void em28xx_wake_i2c(struct em28xx *dev)
> {
> + v4l2_device_call_all(&dev->v4l2_dev, 0, core, s_power, 1);
> v4l2_device_call_all(&dev->v4l2_dev, 0, core, reset, 0);
> v4l2_device_call_all(&dev->v4l2_dev, 0, video, s_routing,
> INPUT(dev->ctl_input)->vmux, 0, 0);
>
>
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Patch 3/3] Kworld 315U
2010-01-25 14:13 ` Mauro Carvalho Chehab
@ 2010-01-26 2:51 ` Franklin Meng
0 siblings, 0 replies; 3+ messages in thread
From: Franklin Meng @ 2010-01-26 2:51 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: linux-media, Douglas Schilling Landgraf
Do you need me to resubmit the patches as a file attachment?
Thanks,
Franklin Meng
--- On Mon, 1/25/10, Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
> From: Mauro Carvalho Chehab <mchehab@infradead.org>
> Subject: Re: [Patch 3/3] Kworld 315U
> To: "Franklin Meng" <fmeng2002@yahoo.com>
> Cc: linux-media@vger.kernel.org, "Douglas Schilling Landgraf" <dougsland@gmail.com>
> Date: Monday, January 25, 2010, 6:13 AM
> Franklin Meng wrote:
>
> Also complained about line-wrapping.
>
> Cheers,
> Mauro
> > Patch to bring device out of power saving mode.
>
> >
> > Signed-off-by: Franklin Meng<fmeng2002@yahoo.com>
> >
> > diff -r b6b82258cf5e
> linux/drivers/media/video/em28xx/em28xx-core.c
>
>
> > ---
> a/linux/drivers/media/video/em28xx/em28xx-core.c
> Thu Dec 31 19:14:54 2009 -0200
> > +++
> b/linux/drivers/media/video/em28xx/em28xx-core.c
> Sun Jan 17 22:54:21 2010 -0800
> > @@ -1132,6 +1132,7 @@
>
>
>
>
> > */
>
>
>
>
>
> > void em28xx_wake_i2c(struct em28xx *dev)
>
>
>
> > {
>
>
>
>
>
> > +
> v4l2_device_call_all(&dev->v4l2_dev,
> 0, core, s_power, 1);
>
> >
> v4l2_device_call_all(&dev->v4l2_dev,
> 0, core, reset, 0);
>
> >
> v4l2_device_call_all(&dev->v4l2_dev,
> 0, video, s_routing,
>
> >
>
> INPUT(dev->ctl_input)->vmux, 0,
> 0);
>
> >
> >
> >
> >
> >
> > --
> > To unsubscribe from this list: send the line
> "unsubscribe linux-media" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
>
> --
> To unsubscribe from this list: send the line "unsubscribe
> linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-26 2:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-18 7:13 [Patch 3/3] Kworld 315U Franklin Meng
2010-01-25 14:13 ` Mauro Carvalho Chehab
2010-01-26 2:51 ` Franklin Meng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox