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

Commit 8f589911 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

Revert "ANDROID: input: keychord: log when keychord triggered"

This reverts commit 4017c45e.

Remove keychord driver, replaced in user space by
https://android-review.googlesource.com/c/677629

.

Signed-off-by: default avatarMark Salyzyn <salyzyn@google.com>
Cc: JP Abgrall <jpa@google.com>
Cc: Amit Pundir <amit.pundir@linaro.org>
Bug: 64114943
Bug: 129556081
Change-Id: I6db729ae86ea9d01e2f2266c5572a4fcafcbb325
parent 95f51a3d
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -126,13 +126,9 @@ static void keychord_event(struct input_handle *handle, unsigned int type,
done:
	spin_unlock_irqrestore(&kdev->lock, flags);

	if (got_chord) {
		pr_info("keychord: got keychord id %d. Any tasks: %d\n",
			keychord->id,
			!list_empty_careful(&kdev->waitq.head));
	if (got_chord)
		wake_up_interruptible(&kdev->waitq);
}
}

static int keychord_connect(struct input_handler *handler,
					  struct input_dev *dev,