tplink-safeloader: add TP-Link EAP265 HD support
authorSander Vanheule <sander@svanheule.net>
Sun, 20 Mar 2022 11:55:14 +0000 (12:55 +0100)
committerSander Vanheule <sander@svanheule.net>
Sun, 24 Apr 2022 20:35:46 +0000 (22:35 +0200)
The FCC ID request for this device indicates that the hardware is
identical to the EAP245v3. Since FW 5.0.0, TP-Link provides unified
images for both devices.

Partial output of 'tplink-safeloader -i':
    [Software version]
    Version: 5.0.4
    Date: 2021-10-21
    Revision: 57494

    [Support list]
    SupportList:
    EAP245(TP-Link|UN|AC1750-D):3.0
    EAP265 HD(TP-Link|UN|AC1750-D):1.0

Link: https://fccid.io/TE7EAP265HD/Letter/6-Request-for-FCC-Change-ID-4823578.pdf
Signed-off-by: Sander Vanheule <sander@svanheule.net>
src/tplink-safeloader.c

index b866ec51dae2ea531c44044b8319b936d639ac5f..fc46124d48fe9d3d2d33d5eae9099a0ae2cfa484 100644 (file)
@@ -1721,7 +1721,8 @@ static struct device_info boards[] = {
                .id     = "EAP245-V3",
                .support_list =
                        "SupportList:\r\n"
-                       "EAP245(TP-Link|UN|AC1750-D):3.0\r\n",
+                       "EAP245(TP-Link|UN|AC1750-D):3.0\r\n"
+                       "EAP265 HD(TP-Link|UN|AC1750-D):1.0",
                .part_trail = PART_TRAIL_NONE,
                .soft_ver = SOFT_VER_DEFAULT,
                .soft_ver_compat_level = 1,