chiark / gitweb /
rules: serial - fix path_id call
[elogind.git] / rules / rules.d / 60-persistent-serial.rules
index 00727d7785d95117a3ba93e4491fabc4a01c6229..351b3856fdb999a001dd2da274ad1341272ba06e 100644 (file)
@@ -6,7 +6,7 @@ KERNEL!="ttyUSB[0-9]*|ttyACM[0-9]*", GOTO="persistent_serial_end"
 
 SUBSYSTEMS=="usb-serial", ENV{ID_PORT}="$attr{port_number}"
 
-IMPORT="path_id"
+IMPORT="path_id %p"
 ENV{ID_PATH}=="?*", ENV{ID_PORT}=="", SYMLINK+="serial/by-path/$env{ID_PATH}"
 ENV{ID_PATH}=="?*", ENV{ID_PORT}=="?*", SYMLINK+="serial/by-path/$env{ID_PATH}-port$env{ID_PORT}"