Skip to content

Commit

Permalink
hcl: mark both AX211 and BE200 wifi as certified on Novacustom V56
Browse files Browse the repository at this point in the history
(cherry picked from commit c30178a)
  • Loading branch information
marmarek committed Sep 19, 2024
1 parent 25be84c commit e125cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qvm-tools/qubes-hcl-report
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ elif [ "$BRAND" = "LENOVO" ] && [ "$PRODUCT_VERSION" = "ThinkPad X230" ] && [[ "
# NitroPad T430
CERTIFIED=yes
elif [ "$BRAND" = "Notebook" ] && [ "$PRODUCT_VERSION" = "V560TU" ] && [[ "$BIOS" = "Dasharo"* ]]; then
# only Intel AX models are certified
# only Intel AX or BE200 models are certified
wifi=$(lspci -nn | grep -F '[0280]:')
if [ -z "$wifi" ] || [[ "$wifi" = *"8086:272b"* ]]; then
if [ -z "$wifi" ] || [[ "$wifi" = *"8086:7e40"* ]] || [[ "$wifi" = *"8086:272b"* ]]; then
CERTIFIED=yes
fi
fi
Expand Down

0 comments on commit e125cfe

Please sign in to comment.