I'm trying to use a HIH6130 "i2c-like" sensor on my Beaglebone Black running Angstrom with kernel 3.8.13. I've got it wired up and I can see it via i2cdetect. There's a Linux kernel driver for the sensor, but it doesn't work with the BBB. It looks like the TI i2c driver does not allow you to send an i2c address with no data, which is required. This appears to work fine with x86 based systems, which makes me suspect this is a bug on TI's part.
Where would be a good place to file a bug report?