diff options
author | Holger Waechtler <devnull@localhost> | 2002-11-07 20:24:57 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2002-11-07 20:24:57 +0000 |
commit | 9c00df8975323c44f9c6bf566507a76e451e3900 (patch) | |
tree | 08bcede1ad1f31616f5b4f29df9c17a661852ced /linux | |
parent | 5f5397e7b4d5c2a6db28b6d6ba95195fd8f3c323 (diff) | |
download | mediapointer-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.c | 2 |
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 |