diff options
Diffstat (limited to 'linux/drivers/media/video/bttv-cards.c')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index 538a8c437..eff9a759e 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -2380,6 +2380,9 @@ void __devinit bttv_init_card1(struct bttv *btv) case BTTV_HAUPPAUGEPVR: pvr_boot(btv); break; + case BTTV_TWINHAN_DST: + btv->use_i2c_hw = 1; + break; } } @@ -3960,7 +3963,6 @@ int __devinit bttv_handle_chipset(struct bttv *btv) static void PXC200_muxsel(struct bttv *btv, unsigned int input) { int rc; - unsigned int tmp; long mux; int bitmask; unsigned char buf[2]; |