From cde9070d9970eef1f7ec2360586c802a16230ad8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:43:50 +0000 Subject: [PATCH] rtl88x2CE_WiFi_linux driver --- kernel/Documentation/driver-api/firmware/lookup-order.rst | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/driver-api/firmware/lookup-order.rst b/kernel/Documentation/driver-api/firmware/lookup-order.rst index 88c8173..6064672 100644 --- a/kernel/Documentation/driver-api/firmware/lookup-order.rst +++ b/kernel/Documentation/driver-api/firmware/lookup-order.rst @@ -12,6 +12,8 @@ return it immediately * The ''Direct filesystem lookup'' is performed next, if found we return it immediately +* The ''Platform firmware fallback'' is performed next, but only when + firmware_request_platform() is used, if found we return it immediately * If no firmware has been found and the fallback mechanism was enabled the sysfs interface is created. After this either a kobject uevent is issued or the custom firmware loading is relied upon for firmware -- Gitblit v1.6.2