Re: [android-porting] i2c under /dev

2010-10-13 Thread kavitha bk
Hi, U can go through Linux Documentation for i2c Plain I2C communication --- int i2c_master_send(struct i2c_client *client, const char *buf, int count); int i2c_master_recv(struct i2c_client *client, char *buf, int count); These routi

[android-porting] i2c under /dev

2010-10-12 Thread shootingatshadow
I am a bit new to Linux device drivers, been doing some research and trying things out. (Read Linux Device Drivers Book, digging around forums) So I have found at i2c address 0x38 a chip which I would like to talk to. There is already a driver in place for that chip. I have the spec sheet in hand