fd7089e
#
fd7089e
# Enter raw device bindings here.
fd7089e
#
fd7089e
# An example would be:
f6117ff
#   ACTION=="add", KERNEL=="sda", RUN+="/usr/bin/raw /dev/raw/raw1 %N"
fd7089e
# to bind /dev/raw/raw1 to /dev/sda, or
f6117ff
#   ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/usr/bin/raw /dev/raw/raw2 %M %m"
fd7089e
# to bind /dev/raw/raw2 to the device with major 8, minor 1.