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