summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorHolger Waechtler <devnull@localhost>2002-11-07 20:24:57 +0000
committerHolger Waechtler <devnull@localhost>2002-11-07 20:24:57 +0000
commit9c00df8975323c44f9c6bf566507a76e451e3900 (patch)
tree08bcede1ad1f31616f5b4f29df9c17a661852ced /linux
parent5f5397e7b4d5c2a6db28b6d6ba95195fd8f3c323 (diff)
downloadmediapointer-dvb-s2-9c00df8975323c44f9c6bf566507a76e451e3900.tar.gz
mediapointer-dvb-s2-9c00df8975323c44f9c6bf566507a76e451e3900.tar.bz2
enable power management by default, timeout after release is about 5 sec.
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/dvb/dvb-core/dvb_frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
index ab368b2ac..737d95edd 100644
--- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -36,7 +36,7 @@
static int dvb_frontend_debug = 0;
-static int dvb_shutdown_timeout = 0;
+static int dvb_shutdown_timeout = 5;
#define dprintk if (dvb_frontend_debug) printk