Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
---
 research/find_lineageos_devices.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/research/find_lineageos_devices.py 
b/research/find_lineageos_devices.py
index 2fb4b9b..c75da3b 100755
--- a/research/find_lineageos_devices.py
+++ b/research/find_lineageos_devices.py
@@ -74,6 +74,8 @@ def soc_has_modem(vendor, product):
         return True
     elif vendor == 'Qualcomm' and re.search("^APQ", product) or 
re.search("^Snapdragon 600", product):
         return False
+    elif vendor == 'Qualcomm' and product == "Qualcomm SDM845 Snapdragon 845":
+        return True
     elif vendor == 'Qualcomm' and re.search("^SDM", product):
         pass
     elif vendor == 'Qualcomm' and (re.search("^SM", product) or 
re.search("^sm", product)):
-- 
2.24.1

_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to