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,