Hi!
I'm planning on making this famous "bluetooth in ipod classic" mod in my own u2 5g. I don't like the idea of making holes in device housing, but I need a way to turn module and pairing mode on/off. My idea is to use some kind of i2c gpio expander (like SC16IS752), connect it to the ipods' i2c dataline (propably TEA1211 pins) and control it using rockbox plugin. I'm unsure whether plugin can even do something like this, I've found i2c_begin(), i2c_end() and i2c_write() functions in plugin.h but I don't know if they will work or not. Can someone from dev team shed light on this subject?