public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* DVB-T dib0700 one minute hang when resuming
@ 2009-10-24 16:44 Gonsolo
  2009-10-24 18:14 ` Oliver Neukum
  0 siblings, 1 reply; 4+ messages in thread
From: Gonsolo @ 2009-10-24 16:44 UTC (permalink / raw)
  To: mchehab, pboettcher; +Cc: linux-media, Linux Kernel

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-10-24 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-24 16:44 DVB-T dib0700 one minute hang when resuming Gonsolo
2009-10-24 18:14 ` Oliver Neukum
2009-10-24 18:20   ` Antti Palosaari
2009-10-24 19:39   ` Gonsolo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox