| # Make the /dev/uinput device only accessible by the uinput group and notify | |
| # services it has been made accessible. | |
| ACTION=="add", SUBSYSTEM=="misc", KERNEL=="uinput", OWNER="root", GROUP="uinput", MODE="0660", RUN+="/sbin/initctl emit --no-wait uinput-added" |