Add linux-firmware-marvell for Surface laptops

This commit is contained in:
David Heinemeier Hansson
2026-02-21 18:18:45 +01:00
parent 3936378ca5
commit 72d575c679
5 changed files with 15 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# Detect whether the computer is a Microsoft Surface device.
[[ $(cat /sys/class/dmi/id/sys_vendor 2>/dev/null) == "Microsoft Corporation" ]] &&
grep -q "Surface" /sys/class/dmi/id/product_name 2>/dev/null