Fails to detect Unifying Receiver
Created by: hostalerye
Hi, first thank you for your work !
I've tried Solaar on my laptop running on Archlinux, and it works well.
But when I try it on another laptop on Debian 7.0, I got this error when I plug the receiver
Traceback (most recent call last):
File "/usr/share/solaar/lib/hidapi/udev.py", line 142, in _process_udev_event
d_info = _match(action, device, *filter)
File "/usr/share/solaar/lib/hidapi/udev.py", line 77, in _match
hid_driver_name = hid_device['DRIVER']
File "/usr/lib/python2.7/dist-packages/pyudev/device.py", line 699, in getitem
raise KeyError('No such property: {0}'.format(property))
KeyError: u'No such property: DRIVER'
I can't figure out why this happens, any idea ?