Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f8925c8 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sdm429w: enable bg rsb events"

parents f4178608 cbb5f86d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -581,6 +581,8 @@ CONFIG_QCOM_CX_IPEAK=y
CONFIG_MSM_BAM_DMUX=y
CONFIG_MSM_BGCOM_INTERFACE=y
CONFIG_MSM_BGCOM=y
CONFIG_MSM_BGRSB=y
CONFIG_MSM_BGRSB_RPMSG=y
CONFIG_MSM_PIL_SSR_BG=y
CONFIG_WCNSS_CORE=y
CONFIG_WCNSS_CORE_PRONTO=y
+2 −0
Original line number Diff line number Diff line
@@ -607,6 +607,8 @@ CONFIG_QCOM_CX_IPEAK=y
CONFIG_MSM_BAM_DMUX=y
CONFIG_MSM_BGCOM_INTERFACE=y
CONFIG_MSM_BGCOM=y
CONFIG_MSM_BGRSB=y
CONFIG_MSM_BGRSB_RPMSG=y
CONFIG_MSM_PIL_SSR_BG=y
CONFIG_WCNSS_CORE=y
CONFIG_WCNSS_CORE_PRONTO=y
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ static void send_input_events(struct work_struct *work)
	list_for_each_safe(pos, temp, &pr_lst_hd) {
		node = list_entry(pos, struct event_list, list);
		evnt = node->evnt;
//		bgrsb_send_input(evnt);
		bgrsb_send_input(evnt);
		kfree(evnt);
		spin_lock(&lst_setup_lock);
		list_del(&node->list);