The problem, you connect your mobile phone into a usb port, the mobile begin to charge, but after a few seconds the mobile don't charge....
[EDITED. NEW BEST SOLUTION]
You must edit (as root) the file "/etc/default/tlp" and modify:
So, instead of modifying USB_AUTOSUSPEND (global), it is better to modify the line about USB_BLACKLIST_PHONE
then
where is said:
USB_BLACKLIST_PHONE=0
must said:
USB_BLACKLIST_PHONE=1
save and reboot ....
[END NEW EDITION]
NOTE: If you phone still not chargin, modify USB_BLACKLIST(same file,/etc/default/tlp) you must add your mobile usb tag vendor:product (you can see it with command 'lsusb' from the console) to USB_BLACKLIST=
Example: with command 'lsusb' you see your phone is 2717:ff68 so modify:
USB_BLACKLIST="2717:ff68"
NOTE, below this , is old solution, only if above solution does not go.
The (old) solution:
You must edit (as root) the file "/etc/default/tlp" and modify:
where is said:
USB_AUTOSUSPEND=1
must said:
USB_AUTOSUSPEND=0
save and reboot.
I think will be good a GUI to modify TLP config file.