From 182bbfcb1e53d718f1d370335a7e11db57a9b12b Mon Sep 17 00:00:00 2001
From: sawinglogz <3787776-sawinglogz@users.noreply.gitlab.com>
Date: Wed, 16 Feb 2022 19:04:17 -0500
Subject: [PATCH] Add 521X120C to the list of tested machines.
---
Htmldocs/release_notes.html | 5 +++++
oscar/SleepLib/loader_plugins/prs1_loader.cpp | 1 +
2 files changed, 6 insertions(+)
diff --git a/Htmldocs/release_notes.html b/Htmldocs/release_notes.html
index df148ffb..a92781c6 100644
--- a/Htmldocs/release_notes.html
+++ b/Htmldocs/release_notes.html
@@ -15,6 +15,11 @@
Portions of OSCAR are © 2019-2022 by
The OSCAR Team
+ - [new] Additional Philips Respironics devices tested and fully supported:
+
+ - DreamStation 2 Auto CPAP Advanced with P-Flex (521X120C)
+
+
- [fix] File Export Sessions now exports statistics session data properly.
- [fix] Fixed a rare crash on import when encountering corrupted Philips Respironics directories.
diff --git a/oscar/SleepLib/loader_plugins/prs1_loader.cpp b/oscar/SleepLib/loader_plugins/prs1_loader.cpp
index e04d0149..5d806da1 100644
--- a/oscar/SleepLib/loader_plugins/prs1_loader.cpp
+++ b/oscar/SleepLib/loader_plugins/prs1_loader.cpp
@@ -133,6 +133,7 @@ static const PRS1TestedModel s_PRS1TestedModels[] = {
{ "520X110C", 0, 6, "DreamStation 2 Auto CPAP Advanced" }, // based on bottom label, boot screen says "Advanced Auto CPAP"
{ "520X150C", 0, 6, "DreamStation 2 Auto CPAP Advanced" }, // from user report
+ { "521X120C", 0, 6, "DreamStation 2 Auto CPAP Advanced with P-Flex" }, // inferred from 501X120 and presence of "P-Flex" on bottom label
{ "950P", 5, 0, "BiPAP AutoSV Advanced System One" },
{ "951P", 5, 0, "BiPAP AutoSV Advanced System One" },