From: Gonsolo <gonsolo@gmail.com>
To: mchehab@infradead.org, pboettcher@dibcom.fr
Cc: linux-media@vger.kernel.org, Linux Kernel <linux-kernel@vger.kernel.org>
Subject: DVB-T dib0700 one minute hang when resuming
Date: Sat, 24 Oct 2009 18:44:34 +0200 [thread overview]
Message-ID: <4AE32EF2.2040508@googlemail.com> (raw)
Hi!
The following script fixes an annoying 62 second hang when resuming
while my Nova-T stick is connected to my notebook.
echo /etc/pm/sleep.d/50_dvb_usb_dib0700_quirk:
#!/bin/sh
case "$1" in
hibernate|suspend)
rmmod dvb_usb_dib0700
;;
thaw|resume)
modprobe dvb_usb_dib0700
;;
*) exit $NA
;;
esac
Is the right fix to use request_firmware_nowait?
Thank you.
next reply other threads:[~2009-10-24 16:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-24 16:44 Gonsolo [this message]
2009-10-24 18:14 ` DVB-T dib0700 one minute hang when resuming Oliver Neukum
2009-10-24 18:20 ` Antti Palosaari
2009-10-24 19:39 ` Gonsolo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AE32EF2.2040508@googlemail.com \
--to=gonsolo@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=pboettcher@dibcom.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.