Add 8BitDo SN30v2 gamepad

This commit is contained in:
8BitDo 2021-05-31 12:22:00 +08:00 committed by Mario Limonciello
parent 5bf354976e
commit ed663623db
2 changed files with 7 additions and 0 deletions

View File

@ -97,3 +97,9 @@ Plugin = ebitdo
Flags = ~is-bootloader
InstallDuration = 120
# SN30v2
[USB\VID_2DC8&PID_9012]
Plugin = ebitdo
Flags = ~is-bootloader
InstallDuration = 120

View File

@ -389,6 +389,7 @@ fu_ebitdo_device_write_firmware (FuDevice *device,
case 0xab12: /* NES30 */
case 0xab21: /* SFC30 */
case 0xab20: /* SNES30 */
case 0x9012: /* SN30v2 */
g_string_append (msg, "hold down L+R+START for 3 seconds until "
"both LED lights flashing, ");
break;