From a49b7938e041433e3e073dfa1e915131656243ea Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Mon, 16 Mar 2020 10:56:01 -0400 Subject: [PATCH] receiver: Receiver C517 can have two paired devices --- lib/logitech_receiver/base_usb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logitech_receiver/base_usb.py b/lib/logitech_receiver/base_usb.py index b5bd4433..832024ab 100644 --- a/lib/logitech_receiver/base_usb.py +++ b/lib/logitech_receiver/base_usb.py @@ -84,7 +84,7 @@ UNIFYING_RECEIVER_C532 = _unifying_receiver(0xc532) NANO_RECEIVER_ADVANCED = _nano_receiver(0xc52f) # Nano receivers that don't support the Unifying protocol -NANO_RECEIVER_C517 = _nano_receiver(0xc517) +NANO_RECEIVER_C517 = _nano_receiver_max2(0xc517) NANO_RECEIVER_C518 = _nano_receiver(0xc518) NANO_RECEIVER_C51A = _nano_receiver(0xc51a) NANO_RECEIVER_C51B = _nano_receiver(0xc51b)