On 05-05-2025 06:36, Derek J. Clark wrote:
Adds lenovo-wmi-events driver. The events driver is designed as a general entrypoint for all Lenovo WMI Events. It acts as a notification chain head that will process event data and pass it on to registered drivers so they can react to the events. Currently only the Gamezone interface Thermal Mode Event GUID is implemented in this driver. It is documented in the Gamezone documentation. --- v8: No change v7: - Fix typos v6: - Fix typos and rewordings to ensure consistancy in function description text. v5: - Fixes from v4 review. v4: - Remove the Thermal Mode Event GUID from Gamezone and add this driver. Suggested-by: Armin Wolf<W_Armin@xxxxxx> Reviewed-by: Armin Wolf<W_Armin@xxxxxx> Reviewed-by: Mario Limonciello<mario.limonciello@xxxxxxx> Signed-off-by: Derek J. Clark<derekjohn.clark@xxxxxxxxx> ---
Reviewed-by: Alok Tiwari <alok.a.tiwari@xxxxxxxxxx> Thanks, Alok