From aefdc0d12b89b7b7ac2f1b3ea68513952c35ef12 Mon Sep 17 00:00:00 2001 From: Effectivement Date: Thu, 13 Aug 2026 00:14:42 -0400 Subject: [PATCH] Add MAGMA as supported I own a MAGMA Chromebook and I can confirm that cameras work. --- devices/os-support.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devices/os-support.json b/devices/os-support.json index 4fc8c0d8..0dac7d7b 100644 --- a/devices/os-support.json +++ b/devices/os-support.json @@ -180,7 +180,12 @@ "default_windows": "Audio driver is paid.", "default_mac": "No MacOS support.", "default_linux": "Cameras untested.", - "devices": [] + "devices": [ + { + "boardname": "MAGMA", + "linux": "Supported" + } + ] }, "Intel Alderlake": { "default_windows": "Audio and Thunderbolt drivers are paid.",