K 10 svn:author V 5 gonzo K 8 svn:date V 27 2016-04-10T23:17:06.132492Z K 7 svn:log V 410 Fix IIC "how" argument dereferencing on big-endian platforms "how" argument is passed as value of int* pointer to callback function but dereferenced as char* so only one byte taken into into account. On little-endian systems it happens to work because first byte is LSB that contains actual value, on big-endian it's MSB and in this case it's always equal zero PR: 207786 Submitted by: chadf@triularity.org END