mirror of
https://github.com/brmlab/BLIT.git
synced 2025-08-02 22:43:37 +02:00
initial BLIT commit
This commit is contained in:
parent
7c2356fe80
commit
5130a2ab11
24 changed files with 900 additions and 0 deletions
5
My_UDEV_notify/my-udev-notify.rules
Normal file
5
My_UDEV_notify/my-udev-notify.rules
Normal file
|
@ -0,0 +1,5 @@
|
|||
# - copy this file to /etc/udev/rules.d directory;
|
||||
# - modify 2 paths below: they should match your real path to my-udev-notify.sh
|
||||
|
||||
ACTION=="add", RUN+="/bin/bash /usr/local/bin/my-udev-notify.sh -a add -p '%p' -b '$attr{busnum}' -d '$attr{devnum}'"
|
||||
ACTION=="remove", RUN+="/bin/bash /usr/local/bin/my-udev-notify.sh -a remove -p '%p' -b '$attr{busnum}' -d '$attr{devnum}'"
|
Loading…
Add table
Add a link
Reference in a new issue