Created
November 4, 2024 07:04
-
-
Save Binary-Eater/4180e764ef76951d392c84209ccd7842 to your computer and use it in GitHub Desktop.
A hid-nvidia-shield dynamic debug demo
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
sudo su - | |
less /proc/dynamic_debug/control | |
alias ddcmd='echo $* > /proc/dynamic_debug/control' | |
ddcmd '-p; module hid_nvidia_shield func * +p' | |
# Show dmesg/play around with the controller | |
# Discuss various dynamic debug modifiers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment