Hi, On Mon, Jul 28, 2008 at 1:12 PM, <[EMAIL PROTECTED]> wrote: > Hi, > >> > I read that __i2c_first_dynamic_bus_num is set to 1. >> > It does not seems to change. >> >> it changes in [EMAIL PROTECTED]: >> >> /* dynamic bus numbers will be assigned after the last static one */ >> if (busnum >= __i2c_first_dynamic_bus_num) >> __i2c_first_dynamic_bus_num = busnum + 1; >> >> which would make the above if() true :-) > > You're right ! > > >> hmm.. i suppose your calling i2c_register_board_info() with wrong >> parameters. > >> just a note, the first i2c bus is bus 1 and not bus 0. I suppose >> that's not your problem, right ? > > It was :D > I thought it was zero-based counter...and I tested the code with only one bus > ! > > Hehe, I feel stupid :D > > > > MANY MANY MANY THANKS :D
Cool. At least it's solved :-) Have fun now ;-) -- Best Regards, Felipe Balbi [EMAIL PROTECTED] _______________________________________________ i2c mailing list [email protected] http://lists.lm-sensors.org/mailman/listinfo/i2c
