We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
so how to read current state and calculate opposite new state when interface '/sys/devices/platform/asus-nb-wmi/ is not provided?
# always returns DSTS(0x4001b) = 0x3000 $ echo "0x0004001B" > dev_id && echo "0x0000001"|"0x0000000" > ctrl_param && cat devs && cat dsts
Responsible part of DSDT table:
$ sudo apt-get install iasl $ cd <work-dir> $ sudo cp /sys/firmware/acpi/tables/DSDT DSDT $ sudo iasl -d DSDT $ cat DSDT.dsl ... If ((IIA0 == 0x0004001B)) { Local0 = Zero Local0 |= Local1 Local2 = 0x00010000 Local0 |= Local2 Return (Local0) } ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
so how to read current state and calculate opposite new state when interface '/sys/devices/platform/asus-nb-wmi/ is not provided?
Responsible part of DSDT table:
The text was updated successfully, but these errors were encountered: