|
Djwlindenaar, good to see activity and progress.
I've been testing the driver under Gentoo.
I'm getting a sperious hang condition in hqct_seek_up.
It looks to be at the read(hh->fd, 0, 0);
I have added many printf and printk, but that shouldn't be the cause.
I suspect that the radio is hung for some reason and the 'read' is just waiting.
Anyone seen this problem?
I'll trial some changes to see what happens:
-temporarily eliminating the 'read'
-replacing the read with something like 'select'
|