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

Commit d46891c6 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "firmware_class: Add an additional path to fw_path list" into msm-4.8

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


/*
/*