Try doing this:
- Unplug the device
- Execute
adb kill-server && adb start-server
(that restarts adb) - Re-plug the device
Also you can try to edit an adb config file .android/adb_usb.ini
and add a line 04e8
after the header. Restart adb required for changes to take effect.