From 662bbde254a45705d19cbb4a507b529799d2193b Mon Sep 17 00:00:00 2001 From: JnyJny Date: Thu, 30 May 2024 08:13:13 -0500 Subject: [PATCH] tests: added stanzas for missing Kuando Busylight Alpha devices to HID_LIGHTS --- tests/__init__.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/__init__.py b/tests/__init__.py index b3c75f9..888098f 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -88,6 +88,20 @@ "path": b"/fake/path", "product_string": "Busylight Alpha", }, + { + "vendor_id": 0x27BB, + "product_id": 0x3BCB, + "device_id": (0x27BB, 0x3BCA), + "path": b"/fake/path", + "product_string": "Busylight Alpha", + }, + { + "vendor_id": 0x27BB, + "product_id": 0x3BCE, + "device_id": (0x27BB, 0x3BCA), + "path": b"/fake/path", + "product_string": "Busylight Alpha", + }, { "vendor_id": 0x27BB, "product_id": 0x3BCD,