aboutsummarylogtreecommitdiffstats
path: root/ntrig_fix.sh
blob: d1e41c7ec0fe900bfbe3b7e5b0b296bb20037385 (plain)
1
2
3
4
5
6
#!/bin/bash
if [ "$1" = "pre" ]; then
	/usr/bin/modprobe -r hid_ntrig
elif [ "$1" = "post" ]; then
	/usr/bin/modprobe hid_ntrig
fi