FIXME: Test with baseboard-product-name instead of system-product-name?

This commit is contained in:
Kolan Sh 2012-05-16 17:35:42 +04:00
parent 7347ff2e9a
commit b82852047e
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ fi
# Trying acpi_call method
if [ -f /proc/acpi/call ]; then
model=`dmidecode $@ -s system-product-name`
model=`dmidecode -s system-product-name` # FIXME: baseboard-product-name ?
case "$model" in
M11XR2)
echo '\_SB.PCI0.P0P2.PEGP.NVOP 0 0x100 0x1A {255,255,255,255}' > /proc/acpi/call \

View File

@ -14,7 +14,7 @@ fi
# Trying acpi_call method
if [ -f /proc/acpi/call ]; then
model=`dmidecode $@ -s system-product-name`
model=`dmidecode $@ -s system-product-name` # FIXME: baseboard-product-name ?
case "$model" in
M11XR2)
echo '\_SB.PCI0.P0P2.PEGP._PS0' > /proc/acpi/call