From 5f6fd5a3335fdc4eff8fb314041146646de3524a Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Wed, 7 Nov 2012 21:51:07 +0200 Subject: [PATCH] added codename for Performance MX mouse --- lib/logitech/devices/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/logitech/devices/constants.py b/lib/logitech/devices/constants.py index 5b802146..181be55e 100644 --- a/lib/logitech/devices/constants.py +++ b/lib/logitech/devices/constants.py @@ -43,4 +43,5 @@ NAMES = { 'K750': ('Wireless Solar Keyboard K750', 'keyboard'), 'K800': ('Wireless Illuminated Keyboard K800', 'keyboard'), 'T650': ('Wireless Rechargeable Touchpad T650', 'touchpad'), + 'Performance MX': ('Performance Mouse MX', 'mouse'), }