Skip to content

Commit

Permalink
Mark Novacustom V560TU as certified
Browse files Browse the repository at this point in the history
(cherry picked from commit 5bec7f4)
  • Loading branch information
marmarek committed Sep 6, 2024
1 parent ae37419 commit 8793786
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions qvm-tools/qubes-hcl-report
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,12 @@ elif [ "$BRAND" = "LENOVO" ] && [ "$PRODUCT_VERSION" = "ThinkPad X230" ] && [[ "
elif [ "$BRAND" = "LENOVO" ] && [ "$PRODUCT_VERSION" = "ThinkPad X230" ] && [[ "$BIOS" = "CBET4000"* ]]; then
# NitroPad T430
CERTIFIED=yes
elif [ "$BRAND" = "Notebook" ] && [ "$PRODUCT_VERSION" = "V560TU" ] && [[ "$BIOS" = "Dasharo"* ]]; then
# only Intel AX models are certified
wifi=$(lspci -nn | grep -F '[0280]:')
if [ -z "$wifi" ] || [[ "$wifi" = *"8086:272b"* ]]; then
CERTIFIED=yes
fi
fi

FILENAME="Qubes-HCL-${BRAND//[^[:alnum:]]/_}-${PRODUCT//[^[:alnum:]]/_}-$DATE"
Expand Down

0 comments on commit 8793786

Please sign in to comment.