FIXME: baseboard-product-name or 41786VU to the ThinkPad T420 list?

This commit is contained in:
Kolan Sh 2012-05-16 17:39:16 +04:00
parent b82852047e
commit b0a367d8cd
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ if [ -f /proc/acpi/call ]; then
echo '\_SB.PCI0.PEG.VID._PS3' > /proc/acpi/call \
&& echo '\_SB.PCI0.PEG.VID._OFF' > /proc/acpi/call
;;
ThinkPadT420)
ThinkPadT420) # FIXME: if baseboard-product-name is not correct, add 41786VU here
echo '\_SB.PCI0.PEG.VID._DSM {0xF8,0xD8,0x86,0xA4,0xDA,0x0B,0x1B,0x47,0xA7,0x2B,0x60,0x42,0xA6,0xB5,0xBE,0xE0} 0x100 0x1A {0x1,0x0,0x0,0x3}' > /proc/acpi/call \
&& echo '\_SB.PCI0.PEG.VID._PS3' > /proc/acpi/call
;;