ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/libs/libupm/patches/002-at42qt1070-id.patch b/external/subpack/libs/libupm/patches/002-at42qt1070-id.patch
new file mode 100644
index 0000000..295bfd5
--- /dev/null
+++ b/external/subpack/libs/libupm/patches/002-at42qt1070-id.patch
@@ -0,0 +1,11 @@
+--- a/src/at42qt1070/at42qt1070.cxx
++++ b/src/at42qt1070/at42qt1070.cxx
+@@ -53,7 +53,7 @@ AT42QT1070::AT42QT1070(int bus, uint8_t
+         return;
+     }
+ 
+-    if (readChipID() != 0x2E) {
++    if (readChipID() != 0x1b && readChipID() != 0x2E) {
+         throw std::runtime_error("Chip ID does not match the expected value (2Eh)");
+     }
+