(ticket 1289) when 'make install' in i2c puts the headers in /usr/local/include, i2c.h has "#include "i2c-id.h" instead of "#include <linux/i2c-id.h>" so sensors compiles miss the new i2c-id.h in /usr/local/include and pick up the old one in the kernel tree. I'm going to copy the sed script conversion routine from mkpatch and use it in 'make install'.