Chris Kennedy <[EMAIL PROTECTED]> wrote: > seems some things aren't set and report back different > than thought.
The driver currently keeps a map of the registers and updates only the modified bytes when calling 'execute_settings'. I think there may be some weird things happening due to some registers autoconfiguring and getting out of sync with the in-memory map. I'm re-writing that code so that the settings are updated right away. (Of course if the data in cx25840-registers is off, then this won't help.) Also horrible is how the code originally gets the map into sync with the card's registers: it writes the default values to EVERY REGISTER ON THE CARD. -- Tyler Trafford ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
