From 7440fc6f46d2568ea02a24f11612968045912bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Mon, 16 Jan 2023 10:42:24 +0100 Subject: [PATCH] [core] Add parent_description key to families --- families.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/families.json b/families.json index fb5cf13..01ae01f 100644 --- a/families.json +++ b/families.json @@ -8,6 +8,7 @@ "id": "0x22E0D6FC", "short_name": "RTL8710B", "description": "Realtek AmebaZ", + "parent_description": "Realtek Ameba", "name": "realtek-ambz", "parent": "realtek-amb", "code": "ambz", @@ -24,6 +25,7 @@ "id": "0xE08F7564", "short_name": "RTL8720C", "description": "Realtek AmebaZ2", + "parent_description": "Realtek Ameba", "name": "realtek-ambz2", "parent": "realtek-amb", "code": "ambz2", @@ -44,6 +46,7 @@ "id": "0x675A40B0", "short_name": "BK7231U", "description": "Beken 7231U/7231T", + "parent_description": "Beken 72xx", "name": "beken-7231u", "parent": "beken-72xx", "code": "bk7231u", @@ -61,6 +64,7 @@ "id": "0x7B3EF230", "short_name": "BK7231N", "description": "Beken 7231N", + "parent_description": "Beken 72xx", "name": "beken-7231n", "parent": "beken-72xx", "code": "bk7231n", @@ -77,6 +81,7 @@ "id": "0x6A82CC42", "short_name": "BK7251", "description": "Beken 7251/7252", + "parent_description": "Beken 72xx", "name": "beken-7251", "parent": "beken-72xx", "code": "bk7251",