Created
November 24, 2022 19:10
-
-
Save ldrahnik/bcf866f8de7db2d97f3ea87e58a9bbe9 to your computer and use it in GitHub Desktop.
How allow USB charging using TLP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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