-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
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
Add proper ACPI support #2503
Comments
is it possible to detect cosmos running on laptop and read battery status (charging, discharging, percentage). i think it is possible to implement |
yes that can be implemented |
i would wait for #2288 but |
That would be cool |
okay yeah nice but how can i detect when the pc wants to shut down @zarlo |
oh i know! we need to override power functions. better rewrite entire power class with ability to stop shutdown/restart |
but i dont know if we can detect acpi button rn |
okay |
Basic ACPI support already existed for a long time, however we need an ACPI interrupter and to handle the SCI. |
Is this fixed @MishaTy ? |
Nope, still need to figure out how to port LAI correctly as my port has stack issues |
ACPI has functions like detect cpu temp, standby, get oem, etc. but, rsdt has fadt, we can use usb mouse or keyboard? |
it will help us make drivers for it as it will give use access to better timers |
Is there an updates? |
Yes LAI is being ported to Cosmos by @MishaProductions |
is there update again? its going great, i think |
Will this stop and continue at gen 3? |
I want to detect when the user presses the phisical power button on the PC and save unsaved progress to disk and then shut down and it seems like that feature is not implemented. Can Cosmos devs implement it? Thanks
The text was updated successfully, but these errors were encountered: