10/02/20 02:41:50 TZ1Gyfwu
>>61
DVB PT2動いたっぽい
pt1.c
+ #define PT2_PCI_ID 0x222a
*** 508,513 ****
--- 512,520 ----
};
bits = pt1->power | !pt1->reset << 3;
+ if (pt1->pdev->device == PT2_PCI_ID) {
+ bits |= 1<<8 | 1<<7 | 1<<6 | 1<<5 | 1<<4;
+ }
mutex_lock(&pt1->lock);
for (i = 0; i < PT1_NR_ADAPS; i++) {
adap = pt1->adaps[i];