Module Name: src
Committed By: brad
Date: Thu Oct 14 14:53:41 UTC 2021
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Mention sht4xtemp and sgp40mox in CHANGES. Add an entry for the Sensirion
VOC algorithm in 3RDPARTY.
To generate a diff of this commit:
cvs rdiff -u -r1.1820 -r1.1821 src/doc/3RDPARTY
cvs rdiff -u -r1.2839 -r1.2840 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/3RDPARTY
diff -u src/doc/3RDPARTY:1.1820 src/doc/3RDPARTY:1.1821
--- src/doc/3RDPARTY:1.1820 Sat Oct 2 11:01:53 2021
+++ src/doc/3RDPARTY Thu Oct 14 14:53:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1820 2021/10/02 11:01:53 kre Exp $
+# $NetBSD: 3RDPARTY,v 1.1821 2021/10/14 14:53:41 brad Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -2260,3 +2260,16 @@ Responsible: riastradh
License: bsd
Location: sys/external/bsd/libsodium
Notes:
+
+Package: Sensirion VOC index algorithm
+Version: git commit hash 4f69c0d8e2f7192aeaf0d268211b1f54af50146b
+Current Vers: git commit hash 4f69c0d8e2f7192aeaf0d268211b1f54af50146b
+Maintainer: Brad Spencer
+Archive Site: https://github.com/Sensirion/embedded-sgp
+Home Page: https://github.com/Sensirion
+Date: 2021-09-30
+Mailing List:
+Responsible: brad
+License: BSD (3-clause)
+Location: sys/dev/i2c/sensirion_voc_algorithm.c sys/dev/i2c/sensirion_voc_algorithm.h
+Notes:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2839 src/doc/CHANGES:1.2840
--- src/doc/CHANGES:1.2839 Wed Oct 13 08:29:26 2021
+++ src/doc/CHANGES Thu Oct 14 14:53:41 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2839 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2840 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -435,5 +435,9 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
xf86-input-ws. [nia 20210928]
gnu-efi: Import version 3.0.14. [jmcneill 20210930]
tzdata partly updated to 2021b [kre 20211001]
+ sht4xtemp(4): Driver for the Sensirion SHT40/SHT41/SHT45 temperature
+ and humidity sensor [brad 20211003]
wm(4): Add Tiger Lake and newer devices (I219V 15-V9 and LM 16-19).
[msaitoh 20211013]
+ sgp40mox(4): Driver for the Sensirion SGP40 MOx gas sensor for air quality
+ [brad 20211014]