On Friday 28 November 2008, Hiremath, Vaibhav wrote:
> Will have to now think how to differentiate between these
> two chips and handle this sequence. 

That's really easy, the "id" parameter to probe() tells you:

        if (strcmp(id->name, "tvp5146") == 0)
                /* original '46 part ... */;
        else if (strmcp(id->name, "tvp5146m2") == 0)
                /* new '46m2 version ... */
        ... etc


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to