Burf.
You need to go to the ".android" folder. To find it, just open the terminal and write:
cd
cd .android/
After that, you need to modify the adb_usb.ini file (I recommend backing it up earlier) and add the vendor ID after the last line. In this case, for Epson it is: 0x04B8.
After that, it should look like this:
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0xXXXX
0x04B8
Then you need to save the file and run it:
adb kill-server
adb start-server
, USB , adb "" .
adb devices
, .
Aernarion.