Update test cases of usb_detect suite with write protected flash drives.

BUG=b:218522028

TEST=Tested locally.

Change-Id: I4aa876f1b805f2599d13bcc91ef00a7bc4fc7633
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/3466017
Reviewed-by: Kalin Stoyanov <kalin@chromium.org>
Tested-by: Frank Lin <flin@google.com>
Auto-Submit: Frank Lin <flin@google.com>
Commit-Queue: Frank Lin <flin@google.com>
Reviewed-by: Manikandan Jayapal <mjayapal@chromium.org>
Commit-Queue: Manikandan Jayapal <mjayapal@chromium.org>
(cherry picked from commit 4e77168d403b59efbb3e8cc342e5285e7f963a2a)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/3486483
diff --git a/server/site_tests/platform_ExternalUsbPeripherals/control.detect.crash_check_short b/server/site_tests/platform_ExternalUsbPeripherals/control.detect.crash_check_short
index 58fe485..8391605 100644
--- a/server/site_tests/platform_ExternalUsbPeripherals/control.detect.crash_check_short
+++ b/server/site_tests/platform_ExternalUsbPeripherals/control.detect.crash_check_short
@@ -48,7 +48,7 @@
 
     action_sequence = str(args_dict.get("action_sequence", default_actions))
 
-    usb_list = ["\"Kingston Technology Company Inc.\"",
+    usb_list = ["\"Netac Technology Co., Ltd OnlyDisk\"",
                 "\"Alcor Micro Corp.|GEMBIRD\"",
                 "\"USB PnP Sound Device: USB Audio|C-Media Electronics, Inc.* Audio\"",
                ]
diff --git a/server/site_tests/platform_ExternalUsbPeripherals/control.detect.lid_close_open_short b/server/site_tests/platform_ExternalUsbPeripherals/control.detect.lid_close_open_short
index 1b5911f..64cc9d1 100644
--- a/server/site_tests/platform_ExternalUsbPeripherals/control.detect.lid_close_open_short
+++ b/server/site_tests/platform_ExternalUsbPeripherals/control.detect.lid_close_open_short
@@ -50,7 +50,7 @@
 
     action_sequence = str(args_dict.get("action_sequence", default_actions))
 
-    usb_list = ["\"Kingston Technology Company Inc.\"",
+    usb_list = ["\"Netac Technology Co., Ltd OnlyDisk\"",
                 "\"Alcor Micro Corp.|GEMBIRD\"",
                 "\"USB PnP Sound Device: USB Audio|C-Media Electronics, Inc.* Audio\"",
                ]
diff --git a/server/site_tests/platform_ExternalUsbPeripherals/control.detect.long_cycle b/server/site_tests/platform_ExternalUsbPeripherals/control.detect.long_cycle
index a14e4fc..4f49458 100644
--- a/server/site_tests/platform_ExternalUsbPeripherals/control.detect.long_cycle
+++ b/server/site_tests/platform_ExternalUsbPeripherals/control.detect.long_cycle
@@ -53,7 +53,7 @@
 
     action_sequence = str(args_dict.get("action_sequence", default_actions))
 
-    usb_list = ["\"Kingston Technology Company Inc.\"",
+    usb_list = ["\"Netac Technology Co., Ltd OnlyDisk\"",
                 "\"Alcor Micro Corp.|GEMBIRD\"",
                 "\"USB PnP Sound Device: USB Audio|C-Media Electronics, Inc.* Audio\"",
                ]