In dvb-usb-dvb.c, where we want to register our frontend to the DVB core, 
we have these condition checked;    
    if (adap->props.frontend_attach(adap) == 0 && adap->fe != NULL)    
    But actually pointer adap->fe is filled in the fuction 
adap->props.frontend_attach(adap),     
    I think this unsuitable.    
    And my driver just can not enter this function to register my frontend to 
Linux DVB core.
    Any advice?
_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to