mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
soc: qcom: panel_event_notifier: Add battery charger client
Add PANEL_EVENT_NOTIFIER_CLIENT_BATTERY_CHARGER to notifier_client so that battery charger driver can register for notifications. Change-Id: I640adf4223d11acb27466bbbe6dd5851986287b5 Signed-off-by: Anjelique Melendez <quic_amelende@quicinc.com>
This commit is contained in:
parent
98b7580d6c
commit
60e697a697
|
|
@ -1,7 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __PANEL_EVENT_NOTIFIER_H
|
||||
|
|
@ -23,6 +23,7 @@ enum panel_event_notifier_client {
|
|||
PANEL_EVENT_NOTIFIER_CLIENT_PRIMARY_TOUCH,
|
||||
PANEL_EVENT_NOTIFIER_CLIENT_SECONDARY_TOUCH,
|
||||
PANEL_EVENT_NOTIFIER_CLIENT_ECM,
|
||||
PANEL_EVENT_NOTIFIER_CLIENT_BATTERY_CHARGER,
|
||||
PANEL_EVENT_NOTIFIER_CLIENT_MAX
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user