From 478381a9948f8b411e0ff0fd5dd65be831cc0e92 Mon Sep 17 00:00:00 2001 From: Stephen Lyons Date: Wed, 10 Feb 2016 19:09:25 +0000 Subject: [PATCH] add: wpid for M 175 to distinguish between it and M185 wireless mouse I own the former and wanted to correct this detail which caused the wrong model to be shown in GUI. Signed-off-by: Stephen Lyons --- lib/logitech_receiver/descriptors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logitech_receiver/descriptors.py b/lib/logitech_receiver/descriptors.py index b37b0177..577fe280 100644 --- a/lib/logitech_receiver/descriptors.py +++ b/lib/logitech_receiver/descriptors.py @@ -204,7 +204,7 @@ _D('Illuminated Living-Room Keyboard K830', protocol=2.0, wpid='4032', # Mice -_D('Wireless Mouse M175') +_D('Wireless Mouse M175', protocol=2.0, wpid='4008') _D('Wireless Mouse M185') _D('Wireless Mouse M187', protocol=2.0, wpid='4019') _D('Wireless Mouse M215', protocol=1.0, wpid='1020')