Module Name: src Committed By: phx Date: Sun Apr 17 15:15:00 UTC 2011
Modified Files: src/sys/dev/i2c: motoi2c.c motoi2cvar.h Log Message: Suppressing the ACK after the last byte read must not depend on I2C_OP_STOP_P(), but all read-transfers have to be finished that way. Otherwise a chip might hang after a read-operation without stop. Removed sc_start from the softc structure, which is unused. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/motoi2c.c \ src/sys/dev/i2c/motoi2cvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.