[linux-dvb] Doubt in file dvb-usb-dvb.c
lwtbenben
lwtbenben at 163.com
Fri Jul 27 10:11:50 CEST 2007
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.linuxtv.org/pipermail/linux-dvb/attachments/20070727/f114a8cb/attachment-0001.htm
More information about the linux-dvb
mailing list