FIXME: Test with baseboard-product-name instead of system-product-name?
This commit is contained in:
parent
7347ff2e9a
commit
b82852047e
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue