linux-hwe-6.5: update s-a-f patch for rev_41.41
This commit is contained in:
parent
3e89d26e3d
commit
814669556e
2 changed files with 107 additions and 18 deletions
|
|
@ -84,10 +84,13 @@ for PATCH in $DATA/*.patch ; do
|
|||
done
|
||||
|
||||
## Simple test for finding missing cases of silent_accept_firmware method
|
||||
#for dir in $PRESERVEDIRS; do
|
||||
# grep -i "load.*firmware.*%" $PRESERVEDIRS -r|grep -vi info
|
||||
# grep -i "load.*ucode.*%" $PRESERVEDIRS -r|grep -vi info
|
||||
#done
|
||||
test_missing_cases_silent_patch() {
|
||||
for dir in $PRESERVEDIRS; do
|
||||
grep -i "load.*firmware.*%" $PRESERVEDIRS -r|grep -vi info
|
||||
grep -i "load.*ucode.*%" $PRESERVEDIRS -r|grep -vi info
|
||||
done
|
||||
}
|
||||
#test_missing_cases_silent_patch
|
||||
|
||||
# Re-enable udebs
|
||||
enable_udebs() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue