Add uevent support to MHI endpoint bus so that the client drivers can be autoloaded by udev when the MHI endpoint devices gets created. The client drivers are expected to provide MODULE_DEVICE_TABLE with the MHI id_table struct so that the alias can be exported. The MHI endpoint reused the...
block: add partition uuid into uevent as "PARTUUID" Browse files Both most common formats have uuid in addition to partition name: GPT: standard uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx DOS: 4 byte disk signature and 1 byte partition xxxxxxxx-xx Tools from util-linux use the same notation...
http://vger.kernel.org/majordomo-info.html
http://vger.kernel.org/majordomo-info.html
local cmdline uuid blockdev uevent line class local MAJOR MINOR DEVNAME DEVTYPE local rootpart="$(cmdline_get_var root)" case "$rootpart" in PARTUUID=???-???-???-???-???0?/PARTNROFF=1 | \ PARTUUID=???-???-???-???-???05) uuid="${rootpart#PARTUUID=}" uuid="${uuid...