Hi,
I am trying to test tvp5150 with my board from userspace. i have written a
small program using example given in I2C documentation.
after opening file
fd = open ("/dev/i2c/1", O_RDWR );

when i do
if (ioctl(fd, I2C_SLAVE, 0xB8) < 0)

the system returns
Failed to set slave address: Invalid argument

the B8 is the I2C address given in the tvp5150 datasheet. is it correct or
is there somthing i'm missing???


thanks & regards
yuvraj
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to