https://bugzilla.kernel.org/show_bug.cgi?id=204807 Denis Pauk (pauk.denis@xxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #299887|0 |1 is obsolete| | --- Comment #194 from Denis Pauk (pauk.denis@xxxxxxxxx) --- Created attachment 299975 --> https://bugzilla.kernel.org/attachment.cgi?id=299975&action=edit Add support for access via Asus WMI to nct6775 (2021.12.09) (In reply to Vladdrako from comment #193) > (In reply to Denis Pauk from comment #192) > > You can try with DMI_EXACT_MATCH_ASUS_BOARD_NAME("P8Z68-V > > LX", &acpi_board_LPCB_MUTEX), But I am not sure that it will lock correct > > mutex or be safe. > > drivers/hwmon/nct6775.c:5443:56: error: «acpi_board_LPCB_MUTEX» undeclared > here (not in a function) > 5443 | DMI_EXACT_MATCH_ASUS_BOARD_NAME("P8Z68-V LX", > &acpi_board_LPCB_MUTEX), > | > ^~~~~~~~~~~~~~~~~~~~~ > drivers/hwmon/nct6775.c:5411:24: note: in expansion of macro > «DMI_EXACT_MATCH_ASUS_BOARD_NAME» > 5411 | .driver_data = info, > \ > | ^~~~ Could you check with updated patch? -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.