Skip to content

Instantly share code, notes, and snippets.

@sainak
Created May 8, 2021 21:24
Show Gist options
  • Save sainak/515e09a8aebf14118f16270a505520be to your computer and use it in GitHub Desktop.
Save sainak/515e09a8aebf14118f16270a505520be to your computer and use it in GitHub Desktop.
udev rule to ignore input events form video bus. this fixes backlight changing randomly.
ACTION=="add", SUBSYSTEM=="input", ATTR{name}=="*Video Bus*", ATTR{phys}=="*LNXVIDEO*", ATTR{inhibited}="1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment