Created
May 8, 2021 21:24
-
-
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.
This file contains 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
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