diff --git a/debian/changelog b/debian/changelog index 25bf75f..8cbbcb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +raspi-config (20220303) bullseye; urgency=medium + + * Use wildcards for KMS test + + -- Simon Long Thu, 03 Mar 2022 13:44:04 +0000 + raspi-config (20220301) bullseye; urgency=medium [ Serge Schneider ] diff --git a/raspi-config b/raspi-config index a06cc47..1425d29 100755 --- a/raspi-config +++ b/raspi-config @@ -74,9 +74,9 @@ is_ssh() { } is_kms() { - if grep -s -q okay /proc/device-tree/soc/v3d@7ec00000/status \ - /proc/device-tree/soc/firmwarekms@7e600000/status \ - /proc/device-tree/v3dbus/v3d@7ec04000/status; then + if grep -s -q okay /proc/device-tree/soc/v3d@*/status \ + /proc/device-tree/soc/firmwarekms@*/status \ + /proc/device-tree/v3dbus/v3d@*/status; then return 0 else return 1