]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
V4L/DVB: tm6000: add additional init register for tm6010
authorStefan Ringel <stefan.ringel@arcor.de>
Mon, 15 Feb 2010 17:37:16 +0000 (14:37 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:44:01 +0000 (00:44 -0300)
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-core.c

index afd03929e5a8da8431f8b4c90e5bb0de0b3c0948..3db15c6cd1398a86899c980883948f4acd67e679 100644 (file)
@@ -416,6 +416,13 @@ struct reg_init tm6010_init_tab[] = {
 
        { REQ_05_SET_GET_USBREG, 0x18, 0x00 },
 
+       { REQ_07_SET_GET_AVREG, 0xdc, 0xaa },
+       { REQ_07_SET_GET_AVREG, 0xdd, 0x30 },
+       { REQ_07_SET_GET_AVREG, 0xde, 0x20 },
+       { REQ_07_SET_GET_AVREG, 0xdf, 0xd0 },
+       { REQ_04_EN_DISABLE_MCU_INT, 0x02, 0x00 },
+       { REQ_07_SET_GET_AVREG, 0xd8, 0x2f },
+
        /* set remote wakeup key:any key wakeup */
        { REQ_07_SET_GET_AVREG,  0xe5,  0xfe },
        { REQ_07_SET_GET_AVREG,  0xda,  0xff },