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

Commit cbb5f86d authored by Protik Biswas's avatar Protik Biswas Committed by Gerrit - the friendly Code Review server
Browse files

sdm429w: enable bg rsb events



enable bg rsb events from spi driver

Change-Id: I766be47ea825bce0355fc52801d67dc17b62cead
Signed-off-by: default avatarProtik Biswas <protbisw@codeaurora.org>
parent 4f151fb1
Loading
Loading
Loading
Loading
+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);