From 84f0a9084bb944c0cd36289a462978054e93ca35 Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Wed, 16 Jan 2013 01:43:45 +0100 Subject: lib: enable standby mode of e4k and r820t on exit Since the R820T is a power hog and gets quite hot, this makes sense, especially when being battery- powered. Signed-off-by: Steve Markgraf --- src/tuner_r820t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tuner_r820t.c') diff --git a/src/tuner_r820t.c b/src/tuner_r820t.c index fd3188d..5f241df 100644 --- a/src/tuner_r820t.c +++ b/src/tuner_r820t.c @@ -2896,7 +2896,7 @@ R828_ErrCode R828_Standby(void *pTuner, R828_LoopThrough_Type R828_LoopSwitch) return RT_Fail; R828_I2C.RegAddr = 0x0F; - R828_I2C.Data = 0x78; + R828_I2C.Data = 0x68; /* was 0x78, which turns off CLK_Out */ if(I2C_Write(pTuner, &R828_I2C) != RT_Success) return RT_Fail; -- cgit v1.3.1