lkml.org 
[lkml]   [2009]   [Oct]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectDVB-T dib0700 one minute hang when resuming
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.


\
 
 \ /
  Last update: 2009-10-24 18:47    [W:0.065 / U:0.380 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site