mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-09 08:05:23 +00:00
Add 8BitDo SN30v2 gamepad
This commit is contained in:
parent
5bf354976e
commit
ed663623db
@ -97,3 +97,9 @@ Plugin = ebitdo
|
|||||||
Flags = ~is-bootloader
|
Flags = ~is-bootloader
|
||||||
InstallDuration = 120
|
InstallDuration = 120
|
||||||
|
|
||||||
|
# SN30v2
|
||||||
|
[USB\VID_2DC8&PID_9012]
|
||||||
|
Plugin = ebitdo
|
||||||
|
Flags = ~is-bootloader
|
||||||
|
InstallDuration = 120
|
||||||
|
|
||||||
|
@ -389,6 +389,7 @@ fu_ebitdo_device_write_firmware (FuDevice *device,
|
|||||||
case 0xab12: /* NES30 */
|
case 0xab12: /* NES30 */
|
||||||
case 0xab21: /* SFC30 */
|
case 0xab21: /* SFC30 */
|
||||||
case 0xab20: /* SNES30 */
|
case 0xab20: /* SNES30 */
|
||||||
|
case 0x9012: /* SN30v2 */
|
||||||
g_string_append (msg, "hold down L+R+START for 3 seconds until "
|
g_string_append (msg, "hold down L+R+START for 3 seconds until "
|
||||||
"both LED lights flashing, ");
|
"both LED lights flashing, ");
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user