As we know, in linux dvb subsystem, we use dvb_attach() macro to return a dvb_frontend pointer.
But in my driver, there are some unexpected things happening.
In mydriver_frontend_attach() function, it return an available pointer, but in dvb_usb_adapter_frontend_init() function, when checking the adap->fe field, just as follows:
if (adap->props.frontend_attach(adap) == 0 && adap->fe != NULL) {
.............................
} else
err("no frontend was attached by '%s'",adap->dev->desc->name);
I myself checked the adap->fe field, it becomes NULL.
So my frontend is not attached actually.
Can someone give me advice about this issue??????
Thank you in advance.
财 富 一 骰 间:好 玩 刺 激 的 网 络 大 富 翁 来 啦!快 去 看 看
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb