o drop pnp shell script, acpi will take care of loading pnp modules
o add DVB variables to kernel (patch merged in v4l tree), drop the
shell script rule
- o DEVTYPE for disks is set by the kernel, they will be removed from
- the default rules
o "udevadm control" commands will only accept the --<command> syntax
o symlink names to udevadm will no longer be resolved to old command names
o get distros to agree on a default set of rules
# ignore partitions that span the entire disk
TEST=="whole_disk", GOTO="persistent_storage_end"
-# /sys/class/block will export this
-ENV{DEVTYPE}!="?*", ATTR{range}=="?*", ENV{DEVTYPE}="disk"
-ENV{DEVTYPE}!="?*", ATTR{start}=="?*", ENV{DEVTYPE}="partition"
-
# for partitions import parent information
ENV{DEVTYPE}=="partition", IMPORT{parent}="ID_*"