From da6711c93cceef7ce7a8168a87799604a915263c Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Tue, 21 May 2013 00:48:21 +0300 Subject: [PATCH] the 'Solar key' on K750 is named 'Light Check button' --- lib/logitech/unifying_receiver/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logitech/unifying_receiver/status.py b/lib/logitech/unifying_receiver/status.py index f658fb57..c2384ef9 100644 --- a/lib/logitech/unifying_receiver/status.py +++ b/lib/logitech/unifying_receiver/status.py @@ -388,7 +388,7 @@ class DeviceStatus(dict): self[BATTERY_STATUS] += ', charging' self._changed() elif n.address == 0x20: - _log.debug("%s: Solar key pressed", self._device) + _log.debug("%s: Light Check button pressed", self._device) self._changed(alert=ALERT.SHOW_WINDOW) # first cancel any reporting self._device.feature_request(_hidpp20.FEATURE.SOLAR_CHARGE)