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;