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