Solaar/lib/logitech/unifying_receiver
Peter Wu 10c26fe642 Py3 compat: replace use of "unicode" (pwr/Solaar#32)
Generating "an unknown notification" type bailed out because of an unknown
feature type None. Since `isinstance(other, str)` is False for None, the script
will raise an exception on `isinstance(other, unicode)`.

There is no differentiation between `str` and `bytes` in Python 2, therefore
add another condition to `NamedInt.__eq__` to catch unknown types (like
`bytes`).
2013-05-03 23:46:46 +02:00
..
__init__.py incipient support for the Nano receiver 2013-04-28 14:27:16 +02:00
base.py assert that data read/written on the receiver handle is of type bytes 2013-05-03 16:35:28 +02:00
common.py Py3 compat: replace use of "unicode" (pwr/Solaar#32) 2013-05-03 23:46:46 +02:00
descriptors.py some code clean-ups 2013-04-28 15:16:45 +02:00
hidpp10.py hidpp10: split reg07 (battery) parsing so it can be reused 2013-05-02 23:06:45 +02:00
hidpp20.py Merge remote-tracking branch 'origin/master' 2013-05-03 17:08:32 +02:00
listener.py use only udev events to detect receiver devices 2013-05-01 15:47:23 +02:00
receiver.py use only udev events to detect receiver devices 2013-05-01 15:47:23 +02:00
settings.py Make BooleanValidator accept bytes too besides int 2013-04-27 15:12:55 +02:00
status.py Process reg07 battery notification 2013-05-03 00:10:58 +02:00