Skip to content

Instantly share code, notes, and snippets.

@ldrahnik
Created November 24, 2022 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldrahnik/bcf866f8de7db2d97f3ea87e58a9bbe9 to your computer and use it in GitHub Desktop.
Save ldrahnik/bcf866f8de7db2d97f3ea87e58a9bbe9 to your computer and use it in GitHub Desktop.
How allow USB charging using TLP
# connect device and get ID "2717:ff40"
lsusb
# add line using obtained ID USB_DENYLIST="2717:ff40"
sudo gedit /etc/tlp.conf
# restart TLP
sudo tlp start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment