From 6dc06885fbcf956c568996e34e552f0bb2cd44c0 Mon Sep 17 00:00:00 2001 From: fr500 Date: Sat, 25 Jul 2015 02:04:00 -0400 Subject: [PATCH] no need to name the device like the Shield controller, this will reduce OSD spam when hitting back --- input/drivers/android_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/drivers/android_input.c b/input/drivers/android_input.c index 8923c65638..17daae4fc0 100644 --- a/input/drivers/android_input.c +++ b/input/drivers/android_input.c @@ -643,7 +643,7 @@ static void handle_hotplug(android_input_t *android, { /* If built-in shield controller is detected bind the virtual and gpio devices to the same port*/ *port = 0; - strlcpy(name_buf, "NVIDIA Corporation NVIDIA Controller v01.01", sizeof(name_buf)); + strlcpy(name_buf, "Generic GPIO Device", sizeof(name_buf)); } else if ( strstr(device_name, "PLAYSTATION(R)3") ||