Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1879ada authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "firmware_class: Add an additional path to fw_path list"

parents a107eec6 7e462a2e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -303,7 +303,8 @@ static const char * const fw_path[] = {
	"/lib/firmware/updates",
	"/lib/firmware/" UTS_RELEASE,
	"/lib/firmware",
	"/lib64/firmware"
	"/lib64/firmware",
	"/lib/firmware/image"
};

/*