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

Updated example/turn_off_gpu.sh to avoid null byte in input warning #92

Open kabe2007 opened 4 years ago

kabe2007 commented 4 years ago

Small change to avoid an annoying error. Thanks for the utility!