diff options
| author | Michael Biebl <biebl@debian.org> | 2021-10-01 23:05:04 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2021-10-01 23:05:04 +0200 |
| commit | e74c568b07b50b97873fb4ee1d776dedefbd54d6 (patch) | |
| tree | 3469f17ea9af91f7ff169b890633bda68b0cf76e /data/90-nm-thunderbolt.rules | |
| parent | bfe522304da217296e2a61040f58e35ec5d6f3f2 (diff) | |
New upstream version 1.32.12 upstream/1.32.12
Diffstat (limited to 'data/90-nm-thunderbolt.rules')
| -rw-r--r-- | data/90-nm-thunderbolt.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/90-nm-thunderbolt.rules b/data/90-nm-thunderbolt.rules index 52d8bb41..be105fd4 100644 --- a/data/90-nm-thunderbolt.rules +++ b/data/90-nm-thunderbolt.rules @@ -1,7 +1,7 @@ # Do not modify this file, it will get overwritten on updates. # To override or extend the rules place a file in /etc/udev/rules.d -ACTION!="add", GOTO="nm_thunderbolt_end" +ACTION!="add|change|move", GOTO="nm_thunderbolt_end" # Load he thunderbolt-net driver if we a device of type thunderbolt_xdomain # is added. |