From 20d969cd70cb2f63faded72ca1cf6d34ac4b87dc Mon Sep 17 00:00:00 2001 From: 8BitDo Date: Thu, 3 Jun 2021 12:12:13 +0800 Subject: [PATCH] Add SN30 Pro for Android firmware v2.00 --- plugins/ebitdo/ebitdo.quirk | 4 ++++ plugins/ebitdo/fu-ebitdo-device.c | 1 + 2 files changed, 5 insertions(+) diff --git a/plugins/ebitdo/ebitdo.quirk b/plugins/ebitdo/ebitdo.quirk index 4ef322289..6ee20a116 100644 --- a/plugins/ebitdo/ebitdo.quirk +++ b/plugins/ebitdo/ebitdo.quirk @@ -108,4 +108,8 @@ InstallDuration = 120 Plugin = ebitdo Flags = ~is-bootloader InstallDuration = 120 +[USB\VID_2DC8&PID_2101] +Plugin = ebitdo +Flags = ~is-bootloader +InstallDuration = 120 diff --git a/plugins/ebitdo/fu-ebitdo-device.c b/plugins/ebitdo/fu-ebitdo-device.c index 0651d5175..9c4cde742 100644 --- a/plugins/ebitdo/fu-ebitdo-device.c +++ b/plugins/ebitdo/fu-ebitdo-device.c @@ -411,6 +411,7 @@ fu_ebitdo_device_write_firmware (FuDevice *device, "until the LED on top blinks red, "); break; case 0x2100: /* SN30 for Android */ + case 0x2101: /* SN30 for Android */ g_string_append (msg, "press and hold LB+RB+Xbox buttons " "both white LED and green LED blink, "); break;