Skip to content

Instantly share code, notes, and snippets.

@Binary-Eater
Created November 4, 2024 07:04
Show Gist options
  • Save Binary-Eater/4180e764ef76951d392c84209ccd7842 to your computer and use it in GitHub Desktop.
Save Binary-Eater/4180e764ef76951d392c84209ccd7842 to your computer and use it in GitHub Desktop.
A hid-nvidia-shield dynamic debug demo
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