Hello Morgano,
Best is to enable adb debugging in the developer mode and grab the logcat and dmesg output (after you plugged and unplugged the device)
e.g. (from linux run)
- adb shell dmesg > dmesg.out.txt
- adb logcat -d > logcat.out.txt
and look at the content.(don;t post it for privacy reasons)