Skip to content

Commit

Permalink
device: add missing receiver type for Lightspeed receivers
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Mar 3, 2024
1 parent f0268bb commit 8cd27ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/logitech_receiver/base_usb.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def _lightspeed_receiver(product_id):
"product_id": product_id,
"usb_interface": 2,
"hid_driver": DRIVER,
"receiver_kind": "lightspeed",
"name": _("Lightspeed Receiver"),
"may_unpair": False,
}
Expand Down

0 comments on commit 8cd27ed

Please sign in to comment.