hi,
i am using python to control Yepkit hub.
it works very well in Windows and Linux.
but when i try to use it in Linux, everytime i see follow script will list devices with empty "path"
for info in hid.enumerate(0,0):
print info
any ideas about this?
Felix He