diff --git a/repos/dde_linux/run/usb_hid.run b/repos/dde_linux/run/usb_hid.run
index 989e5aecc4..d4eba5a350 100644
--- a/repos/dde_linux/run/usb_hid.run
+++ b/repos/dde_linux/run/usb_hid.run
@@ -48,7 +48,12 @@ if { [get_cmd_switch --autopilot] && [have_include "power_on/qemu"] } {
exit 0
}
-if { [get_cmd_switch --autopilot] && ![have_spec x86_64] } {
+if { [get_cmd_switch --autopilot] &&
+ ![have_spec arndale] &&
+ ![have_spec panda] &&
+ ![have_spec rpi] &&
+ ![have_spec x86] &&
+ ![have_spec wand_quad]} {
puts "Run script does not support autopilot mode on this platform"
exit 0
}
@@ -101,7 +106,7 @@ append config {
}
append_if [have_spec gpio] config "
-
+
@@ -123,7 +128,7 @@ append config {
- }
+ }
append config ""
append config {