This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 1999-2025 Gentoo Authors | |
| # Distributed under the terms of the GNU General Public License v2 | |
| EAPI=8 | |
| inherit linux-mod-r1 | |
| if [[ ${PV} == 9999 ]]; then | |
| inherit git-r3 | |
| EGIT_REPO_URI="https://github.com/uejji/asus-armoury.git" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 1999-2025 Gentoo Authors | |
| # Distributed under the terms of the GNU General Public License v2 | |
| EAPI=8 | |
| inherit linux-mod-r1 | |
| if [[ ${PV} == 9999 ]]; then | |
| inherit git-r3 | |
| EGIT_REPO_URI="https://github.com/uejji/asus-armoury.git" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 1999-2025 Gentoo Authors | |
| # Distributed under the terms of the GNU General Public License v2 | |
| EAPI=8 | |
| inherit linux-mod-r1 | |
| if [[ ${PV} == 9999 ]]; then | |
| inherit git-r3 | |
| EGIT_REPO_URI="https://github.com/uejji/asus-armoury.git" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| These are the packages that would be merged, in order: | |
| Calculating dependencies | |
| * IMPORTANT: 2 news items need reading for repository 'gentoo'. | |
| * Use eselect news read to view new items. | |
| ..... done! | |
| Dependency resolution took 1.56 s (backtrack: 0/20). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff '--color=auto' -urN linux-6.12.orig/drivers/platform/x86/asus-wmi.c linux-6.12/drivers/platform/x86/asus-wmi.c | |
| --- linux-6.12.orig/drivers/platform/x86/asus-wmi.c 2024-11-17 23:15:08.000000000 +0100 | |
| +++ linux-6.12/drivers/platform/x86/asus-wmi.c 2025-05-25 20:52:42.724476262 +0200 | |
| @@ -548,13 +548,56 @@ | |
| return 0; | |
| } | |
| +/** | |
| +* asus_wmi_get_devstate_dsts() - Get the WMI function state. | |
| +* @dev_id: The WMI function to call. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff '--color=auto' -urN asus-armoury-20240911.3.orig/asus-armoury.c asus-armoury-20240911.3/asus-armoury.c | |
| --- asus-armoury-20240911.3.orig/asus-armoury.c 2025-05-22 14:49:31.180679472 +0200 | |
| +++ asus-armoury-20240911.3/asus-armoury.c 2025-05-22 14:50:26.984827609 +0200 | |
| @@ -25,7 +25,6 @@ | |
| #include "asus-armoury.h" | |
| #include "firmware_attributes_class.h" | |
| -#include "asus-wmi.h" | |
| #define ASUS_NB_WMI_EVENT_GUID "0B3CBB35-E3C2-45ED-91C2-4C5A6D195D1C" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| These are the packages that would be merged, in order: | |
| Calculating dependencies | |
| * IMPORTANT: 2 news items need reading for repository 'gentoo'. | |
| * Use eselect news read to view new items. | |
| ... done! | |
| Dependency resolution took 1.45 s (backtrack: 0/20). |