* new bug
@ 2015-03-15 10:38 W.Pelser
2015-03-15 14:23 ` Antti Palosaari
0 siblings, 1 reply; 2+ messages in thread
From: W.Pelser @ 2015-03-15 10:38 UTC (permalink / raw)
To: linux-media
I filed a new bug and I got a comment from Greg Kroah-Hartman:
On Sat, Mar 14, 2015 at 06:17:39PM +0000,
bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=94861
>
> Bug ID: 94861
> Summary: After resume from hibernate/sleep USB-DVBT-adapter
> does not work
Please send to the linux-media@vger.kernel.org mailing list.
I hope, this time I can pass the spam-filter.
<mailto:greg@kroah.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: new bug
2015-03-15 10:38 new bug W.Pelser
@ 2015-03-15 14:23 ` Antti Palosaari
0 siblings, 0 replies; 2+ messages in thread
From: Antti Palosaari @ 2015-03-15 14:23 UTC (permalink / raw)
To: W.Pelser, linux-media
On 03/15/2015 12:38 PM, W.Pelser wrote:
> I filed a new bug and I got a comment from Greg Kroah-Hartman:
>
> On Sat, Mar 14, 2015 at 06:17:39PM +0000,
> bugzilla-daemon@bugzilla.kernel.org wrote:
> > https://bugzilla.kernel.org/show_bug.cgi?id=94861
> >
> > Bug ID: 94861
> > Summary: After resume from hibernate/sleep USB-DVBT-adapter
> > does not work
>
> Please send to the linux-media@vger.kernel.org mailing list.
>
> I hope, this time I can pass the spam-filter.
> <mailto:greg@kroah.com>
These media drivers does not support hibernate/suspend/resume generally,
only runtime PM. Almost all drivers will just fail when you try sleep
during streaming (only few usb drivers I made are supporting it).
In order to support hibernate driver needs to stop all (USB)
communication on hibernate, which means in practice stopping remote
controller polling and stopping possible data stream and on resume those
should be restored.
regards
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-15 14:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-15 10:38 new bug W.Pelser
2015-03-15 14:23 ` Antti Palosaari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox