diff --git a/lib/logitech_receiver/device.py b/lib/logitech_receiver/device.py index 62492935..8abe76da 100644 --- a/lib/logitech_receiver/device.py +++ b/lib/logitech_receiver/device.py @@ -159,6 +159,7 @@ class Device(object): self.path = info.path self.handle = _hid.open_path(self.path) self.product_id = info.product_id + self._serial = ''.join(info.serial.split('-')).upper() if self._protocol is not None: self.features = None if self._protocol < 2.0 else _hidpp20.FeaturesArray(self)