From a6e0aeaf6af392155f606045eaffffb6ec71c836 Mon Sep 17 00:00:00 2001
From: shakemid <k-cima@kendama.asia>
Date: Tue, 26 Sep 2017 14:57:18 +0900
Subject: [PATCH] Add comment

---
 pcsensor.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pcsensor.c b/pcsensor.c
index 1118750..198b9b3 100644
--- a/pcsensor.c
+++ b/pcsensor.c
@@ -71,6 +71,9 @@ temper_type_t tempers[TEMPER_TYPES] = {
     { 0x0c45, 0x7402, "TEMPerHUM", 0, 1, 1, decode_answer_sht1x },
 };
 
+/* memo: TEMPer2 cannot be distinguished with VID:PID,
+   thus product name (like TEMPer2V1.3) should be checked. */
+
 /* global variables */
 
 #define MAX_DEV 8