mkottman / acpi_call

A linux kernel module that enables calls to ACPI methods through /proc/acpi/call. Now with support for Integer, String and Buffer parameters.
309 stars 130 forks source link

Commented out break statement in test_off.sh #27

Closed ubuntudroid closed 11 years ago

ubuntudroid commented 12 years ago

Sometimes the first positive result found by test_off.sh is not the correct switch for the graphics card in question. It is better to test for all possible switches before quitting the script, so that the user gets an exhaustive list of all working (and non-working) switches.