no need to name the device like the Shield controller, this will reduce OSD spam when hitting back

This commit is contained in:
fr500 2015-07-25 02:04:00 -04:00
parent 00b60be3a7
commit 6dc06885fb

View File

@ -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") ||