From 9608859084dacfd1cf9b0e52db036f45d43796af Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 23 Sep 2018 22:22:20 +0200 Subject: [PATCH] ports: Use default port pattern for all ports Signed-off-by: Michael Tremer --- src/header-port | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/header-port b/src/header-port index 6cf0cc9f..ce1c1923 100644 --- a/src/header-port +++ b/src/header-port @@ -21,6 +21,8 @@ INFO_SETTINGS="HOOK PORT_PARENTS PORT_CHILDREN" +HOOK_PORT_PATTERN="${PORT_PATTERN}" + # This function is called after a device has been plugged # into the system and got its correct name. # The function is intended to create child ports and things -- 2.47.2