blob: f7a08ce95e016dc1289ca4dfe98c72f393649c35 (
plain)
1
2
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"
|