Add N30 Pro 2 gamepad

This commit is contained in:
8BitDo 2021-06-04 14:27:37 +08:00 committed by Mario Limonciello
parent 20d969cd70
commit 602bf45a23
2 changed files with 9 additions and 0 deletions

View File

@ -113,3 +113,8 @@ Plugin = ebitdo
Flags = ~is-bootloader
InstallDuration = 120
# N30 Pro 2
[USB\VID_2DC8&PID_9015]
Plugin = ebitdo
Flags = ~is-bootloader

View File

@ -415,6 +415,10 @@ fu_ebitdo_device_write_firmware (FuDevice *device,
g_string_append (msg, "press and hold LB+RB+Xbox buttons "
"both white LED and green LED blink, ");
break;
case 0x9015: /* N30 Pro 2 */
g_string_append (msg, "press and hold L1+R1+START buttons "
"until the yellow LED blinks, ");
break;
default:
g_string_append (msg, "do what it says in the manual, ");
break;