Prasoon Dev
Prasoon Dev
``` static void hp_wmi_notify(union acpi_object *obj, void *context) { struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; u32 event_id, event_data; u32 *location; int key_code; acpi_status status; // Replace wmi_get_event_data with...
This issue first came up for 6.11.x so I already had it fixed in my code so just mentioned the changes needed to go from 6.11.x to 6.12.x and yes...
Trying to figure out the same had the issue in 6.11.x aswell have been using 6.10.x due to suspend issues switched over to 6.12.x today did it work on 6.11.x?
Can you retry after removing ```__exit``` from the function header? See if the warning presists
Pretty sure its due to some kernel issue can you try after removing the module
I might have a fix. When the key is pressed it triggers an event you can check which event by installing ```acpid``` then running ```acpi_listen``` note down the event when...
I did not test without the module on the newer kernels and the older kernels did not had the issue for the module. I suggest trying the key after removing...
The key was fine for me till 6.10.x never seemed to work after 6.10.x
@JonnyTech hey I found something https://github.com/ranisalt/hp-omen-linux-module/tree/rebase-6.12 using this right now my omen key works and also my fan sensors work perfectly along with the rgb module give it a shot
@Lupus47 try this https://github.com/ranisalt/hp-omen-linux-module/tree/rebase-6.12