| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/solaar/files/ |
Upload File : |
Solaar will die with a silent error when trying to configure devices like e.g. the Logitech K400 that are detected as keyboards but also have mouse settings for an integrated touchpad. Remove the overly cautious assert. https://github.com/pwr/Solaar/issues/330 --- lib/logitech_receiver/settings.py.orig 2019-07-26 15:55:51 UTC +++ lib/logitech_receiver/settings.py @@ -61,7 +61,6 @@ class Setting(object): def __call__(self, device): assert not hasattr(self, '_value') - assert self.device_kind is None or device.kind in self.device_kind p = device.protocol if p == 1.0: # HID++ 1.0 devices do not support features