Lines Matching refs:device
37 a device is added or removed so that the device node can be created or
38 destroyed. Then you [3] seed /dev with all the device nodes that were created
50 device nodes if your system needs something more than the default root/root
54 [-][envmatch]<device regex> <uid>:<gid> <permissions>
69 You can rename/move device nodes by using the next optional field.
71 <device regex> <uid>:<gid> <permissions> [=path]
73 So if you want to place the device node into a subdirectory, make sure the path
74 has a trailing /. If you want to rename the device node, just place the name.
80 Similarly, ">path" renames/moves the device but it also creates
81 a direct symlink /dev/DEVNAME to the renamed/moved device.
83 You can also prevent creation of device nodes with the 4th field as "!":
89 <device regex> <uid>:<gid> <permissions> [=path] [@|$|*<command>]
91 <device regex> <uid>:<gid> <permissions> [>path] [@|$|*<command>]
93 <device regex> <uid>:<gid> <permissions> [!] [@|$|*<command>]
107 @ Run after creating the device.
108 $ Run before removing the device.
109 * Run both after creating and before removing the device.
116 For your convenience, the shell env var $MDEV is set to the device name. So if
117 the device "hdc" was matched, MDEV would be set to "hdc".
123 Some kernel device drivers need to request firmware at runtime in order to
124 properly initialize a device. Place all such firmware files into the
137 device nodes sometimes not created as expected.