Module Name: src
Committed By: rkujawa
Date: Sun Sep 8 16:04:21 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note the new driver for MPL115A2.
To generate a diff of this commit:
cvs rdiff -u -r1.1846 -r1.1847 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1846 src/doc/CHANGES:1.1847
--- src/doc/CHANGES:1.1846 Wed Sep 4 19:51:37 2013
+++ src/doc/CHANGES Sun Sep 8 16:04:21 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1846 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1847 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -279,3 +279,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
card. [rkujawa 20130808]
postfix(1): Import version 2.9.7 [tron 20130821]
less(1): Import version 458 [tron 20130804]
+ mpl115a(4): Add driver for Freescale MPL115A2 I2C absolute pressure
+ sensor. [rkujawa 20130908]