From 7b125d65f35e128a726a0d500491b7778feb35cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E5=8E=9F=E7=94=9F=E9=A9=BF=E7=AB=99?= <33771248+CloudCourierStation@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:13:12 +0800 Subject: [PATCH] fix(host): format sLsusbTree field content json tag (#23787) --- pkg/hostman/isolated_device/usb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/hostman/isolated_device/usb.go b/pkg/hostman/isolated_device/usb.go index 9bbc04fd67..d0753d1426 100644 --- a/pkg/hostman/isolated_device/usb.go +++ b/pkg/hostman/isolated_device/usb.go @@ -400,7 +400,7 @@ type sLsusbTree struct { If int `json:"if"` Class string `json:"class"` Driver string `json:"driver"` - Content string `json:"content` + Content string `json:"content"` Nodes []*sLsusbTree `json:"nodes"` }