mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-12 09:48:05 +00:00
Add N30 Pro 2 gamepad
This commit is contained in:
parent
20d969cd70
commit
602bf45a23
@ -113,3 +113,8 @@ Plugin = ebitdo
|
|||||||
Flags = ~is-bootloader
|
Flags = ~is-bootloader
|
||||||
InstallDuration = 120
|
InstallDuration = 120
|
||||||
|
|
||||||
|
# N30 Pro 2
|
||||||
|
[USB\VID_2DC8&PID_9015]
|
||||||
|
Plugin = ebitdo
|
||||||
|
Flags = ~is-bootloader
|
||||||
|
|
||||||
|
@ -415,6 +415,10 @@ fu_ebitdo_device_write_firmware (FuDevice *device,
|
|||||||
g_string_append (msg, "press and hold LB+RB+Xbox buttons "
|
g_string_append (msg, "press and hold LB+RB+Xbox buttons "
|
||||||
"both white LED and green LED blink, ");
|
"both white LED and green LED blink, ");
|
||||||
break;
|
break;
|
||||||
|
case 0x9015: /* N30 Pro 2 */
|
||||||
|
g_string_append (msg, "press and hold L1+R1+START buttons "
|
||||||
|
"until the yellow LED blinks, ");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
g_string_append (msg, "do what it says in the manual, ");
|
g_string_append (msg, "do what it says in the manual, ");
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user