Skip to content

Commit

Permalink
tests: added stanzas for missing Kuando Busylight Alpha devices to HI…
Browse files Browse the repository at this point in the history
…D_LIGHTS
  • Loading branch information
JnyJny committed May 30, 2024
1 parent 5d7cafb commit 662bbde
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 662bbde

Please sign in to comment.