commit | a0921b6c07dfbb59ac2d497e96438adaf4940f16 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Jan 27 18:14:50 2008 +0100 |
committer | Jean Delvare <khali@hyperion.delvare> | Sun Jan 27 18:14:50 2008 +0100 |
tree | 46394853267af027c3520a1e8f94aa73df1cc4f5 | |
parent | 369f6f4aec5315012ff5d951e0179f860c35c181 [diff] |
i2c-i801: Clear special mode bits as needed Clear special mode bits (PEC, block buffer) at driver load time, you never know in which state the device was left by its last user. Also make sure that we reset the block buffer mode at the end of every transaction, not only when PEC was used. Signed-off-by: Jean Delvare <khali@linux-fr.org>