diff options
Diffstat (limited to 'debian/extra/rules/50-firmware.rules')
-rw-r--r-- | debian/extra/rules/50-firmware.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/extra/rules/50-firmware.rules b/debian/extra/rules/50-firmware.rules new file mode 100644 index 0000000..f7a08ce --- /dev/null +++ b/debian/extra/rules/50-firmware.rules @@ -0,0 +1,3 @@ +# stub for immediately telling the kernel that userspace firmware loading +# failed; necessary to avoid long timeouts with CONFIG_FW_LOADER_USER_HELPER=y +SUBSYSTEM=="firmware", ACTION=="add", ATTR{loading}="-1" |