From 6f9467817eab29e5aa566af17d8fbe095f918bb3 Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 12 Jul 2015 13:56:34 -0500 Subject: [PATCH] Shield Fix --- input/drivers/android_input.c | 1 - 1 file changed, 1 deletion(-) diff --git a/input/drivers/android_input.c b/input/drivers/android_input.c index afccd5571e..d5f0492616 100644 --- a/input/drivers/android_input.c +++ b/input/drivers/android_input.c @@ -643,7 +643,6 @@ static void handle_hotplug(android_input_t *android, * We really need to find a way to detect useless input devices * like gpio-keys in a general way. */ - *port = 0; strlcpy(name_buf, device_name, sizeof(name_buf)); } else if (device_name[0] != '\0')