Upload Tizen:Base source
[framework/base/util-linux-ng.git] / example.files / udev-raw.rules
1 # This file and interface are deprecated.
2 # Applications needing raw device access should open regular
3 # block devices with O_DIRECT.
4 #
5 # Enter raw device bindings here.
6 #
7 # An example would be:
8 #   ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
9 # to bind /dev/raw/raw1 to /dev/sda, or
10 #   ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
11 # to bind /dev/raw/raw2 to the device with major 8, minor 1.