small fix

This commit is contained in:
Kolan Sh 2012-05-16 18:02:10 +04:00
parent 9b3e0113ca
commit ff414cebfd
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ fi
# Trying acpi_call method
if [ -f /proc/acpi/call ]; then
model=`dmidecode $@ -s system-product-name` # FIXME: baseboard-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