udev rules
This commit is contained in:
parent
6640812315
commit
d777f284b0
2 changed files with 2 additions and 0 deletions
1
99-js-block.rules
Normal file
1
99-js-block.rules
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
KERNEL=="js[0-9]*|event[0-9]*", SUBSYSTEM=="input", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="028e", MODE="000", GROUP="root", TAG="", RUN+="/bin/chmod 000 /dev/input/%k"
|
||||||
1
99-xbox360-block.rules
Normal file
1
99-xbox360-block.rules
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="045E", ATTRS{idProduct}=="028E", RUN+="/bin/sh -c 'echo 0 > /sys$DEVPATH/authorized'"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue