--- cx88-cards.c.orig 2004-06-08 18:30:38.319024497 -0400 +++ cx88-cards.c 2004-06-08 18:37:01.334432526 -0400 @@ -255,15 +255,28 @@ [CX88_BOARD_ASUS_PVR_416] = { .name = "ASUS PVR-416", .tuner_type = 43, + .needs_tda9887 = 1, .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, + .gpio0 = 0x0000fde6, + .gpio1 = 0x00000000, // possibly for mpeg data + .gpio2 = 0x000000e9, + .gpio3 = 0x00000000, },{ .type = CX88_VMUX_SVIDEO, .vmux = 2, + .gpio0 = 0x0000fde6, // 0x0000fda6 L,R RCA audio in? + .gpio1 = 0x00000000, // possibly for mpeg data + .gpio2 = 0x000000e9, + .gpio3 = 0x00000000, }}, .radio = { .type = CX88_RADIO, + .gpio0 = 0x0000fde2, + .gpio1 = 0x00000000, + .gpio2 = 0x000000e9, + .gpio3 = 0x00000000, }, }, }; @@ -578,6 +591,12 @@ i2c_eeprom(&dev->i2c_client,eeprom,sizeof(eeprom)); leadtek_eeprom(dev,eeprom); break; + case CX88_BOARD_ASUS_PVR_416: + if (0 == dev->i2c_rc) //not sure if asus card has an eeprom + i2c_eeprom(&dev->i2c_client,eeprom,sizeof(eeprom)); + //asus_eeprom(dev,eeprom); + dev->has_radio = 1; + break; } }