Add New Camera to usb_list

BUG=chromium:955132
TEST=Tested against lab DUTs

Change-Id: I2fd47ea8393ba94058f2144f93775a459498002d
Reviewed-on: https://chromium-review.googlesource.com/1578038
Commit-Ready: Sridhar Sonti <sontis@google.com>
Tested-by: Prasanthi Gangishetty <pgangishetty@chromium.org>
Reviewed-by: Kalin Stoyanov <kalin@chromium.org>
(cherry picked from commit 795f36c86fd4e14bc32517075e796d6a08e6cada)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1592635
Reviewed-by: PRASANTHI GANGISHETTY <pgangishetty@google.com>
Commit-Queue: PRASANTHI GANGISHETTY <pgangishetty@google.com>
Tested-by: PRASANTHI GANGISHETTY <pgangishetty@google.com>
diff --git a/server/site_tests/platform_ExternalUsbPeripherals/control.detect b/server/site_tests/platform_ExternalUsbPeripherals/control.detect
index 33c784e..4649df5 100644
--- a/server/site_tests/platform_ExternalUsbPeripherals/control.detect
+++ b/server/site_tests/platform_ExternalUsbPeripherals/control.detect
@@ -52,7 +52,7 @@
     action_sequence = str(args_dict.get("action_sequence", default_actions))
 
     usb_list = ["\"Kingston Technology Company Inc.\"",
-                "\"Alcor Micro Corp.\"",
+                "\"Alcor Micro Corp.|GEMBIRD\"",
                 "\"USB PnP Sound Device: USB Audio|C-Media Electronics, Inc.* Audio\"",
                ]
     usb_checks = {
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 1393864..9f1d851 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.\"",
-                "\"Alcor Micro Corp.\"",
+                "\"Alcor Micro Corp.|GEMBIRD\"",
                 "\"USB PnP Sound Device: USB Audio|C-Media Electronics, Inc.* Audio\"",
                ]
     usb_checks = {
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 1a78968..3d57732 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
@@ -49,7 +49,7 @@
     action_sequence = str(args_dict.get("action_sequence", default_actions))
 
     usb_list = ["\"Kingston Technology Company Inc.\"",
-                "\"Alcor Micro Corp.\"",
+                "\"Alcor Micro Corp.|GEMBIRD\"",
                 "\"USB PnP Sound Device: USB Audio|C-Media Electronics, Inc.* Audio\"",
                ]
     usb_checks = {
diff --git a/server/site_tests/platform_ExternalUsbPeripherals/control.detect.login_unplug_closelid_openlid_plug b/server/site_tests/platform_ExternalUsbPeripherals/control.detect.login_unplug_closelid_openlid_plug
index 46110a4..c862644 100644
--- a/server/site_tests/platform_ExternalUsbPeripherals/control.detect.login_unplug_closelid_openlid_plug
+++ b/server/site_tests/platform_ExternalUsbPeripherals/control.detect.login_unplug_closelid_openlid_plug
@@ -51,7 +51,7 @@
     action_sequence = str(args_dict.get("action_sequence", default_actions))
 
     usb_list = ["\"Kingston Technology Company Inc.\"",
-                "\"Alcor Micro Corp.\"",
+                "\"Alcor Micro Corp.|GEMBIRD\"",
                 "\"USB PnP Sound Device: USB Audio|C-Media Electronics, Inc.* Audio\"",
                ]
     usb_checks = {
diff --git a/server/site_tests/platform_ExternalUsbPeripherals/control.detect.long_cycle b/server/site_tests/platform_ExternalUsbPeripherals/control.detect.long_cycle
index 3f68639..77419e5 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.\"",
-                "\"Alcor Micro Corp.\"",
+                "\"Alcor Micro Corp.|GEMBIRD\"",
                 "\"USB PnP Sound Device: USB Audio|C-Media Electronics, Inc.* Audio\"",
                ]
     usb_checks = {
diff --git a/server/site_tests/platform_ExternalUsbPeripherals/control.detect.unplug_login_plug b/server/site_tests/platform_ExternalUsbPeripherals/control.detect.unplug_login_plug
index eb65dd4..733d780 100644
--- a/server/site_tests/platform_ExternalUsbPeripherals/control.detect.unplug_login_plug
+++ b/server/site_tests/platform_ExternalUsbPeripherals/control.detect.unplug_login_plug
@@ -50,7 +50,7 @@
     action_sequence = str(args_dict.get("action_sequence", default_actions))
 
     usb_list = ["\"Kingston Technology Company Inc.\"",
-                "\"Alcor Micro Corp.\"",
+                "\"Alcor Micro Corp.|GEMBIRD\"",
                 "\"USB PnP Sound Device: USB Audio|C-Media Electronics, Inc.* Audio\"",
                ]
     usb_checks = {