Skip to content

Instantly share code, notes, and snippets.

@msjyoo
Forked from fghaas/75-input.rules
Created April 11, 2018 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msjyoo/0e89a5ebf8f7f0e1217b5b98b470f3fe to your computer and use it in GitHub Desktop.
Save msjyoo/0e89a5ebf8f7f0e1217b5b98b470f3fe to your computer and use it in GitHub Desktop.
Attempt to disable AlpsPS/2 ALPS DualPoint Stick as an input device (via udev)
# /etc/udev/rules.d/75-input.rules
# local udev rules for input devices
ACTION!="add|change", GOTO="input_end"
# ALPS DualPoint Stick: Ignore as input device
ENV{ID_BUS}=="i8042", ENV{NAME}=="AlpsPS/2 ALPS DualPoint Stick", ENV{ID_INPUT}="", ENV{ID_INPUT_MOUSE}="", ENV{ID_INPUT_POINTINGSTICK}=""
LABEL="input_end"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment