Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Avermedia-dvb-t



here is a patch, what i have done on dvb-bt8xx.c:

289c289
<       if ((result = dvb_register_adapter(&card->dvb_adapter, 
card->card_name, THIS_MODULE)) < 0) {
---
>       if ((result = dvb_register_adapter(&card->dvb_adapter, 
card->card_name)) < 0) {
446,451d445
<                       case 0x07711461:
<                               dvb_bt8xx_card_match(card_nr, "Avermedia 
DVB-T",
<                                            (1 << 26) | (1 << 14) | (1 << 5),
<                                            0, 0);
<                               /* A_PWRDN DA_SBR DA_APP (high speed serial) 
*/
<                               break;


i only added the card_id 0x07711461 and used the same operations as for the 
standard avermedia. with the mt352 is doesn't seem to work, i will maybe 
patch some things and report.

cheers


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index