RehabMan/Laptop-DSDT-Patch

question

roddy20 opened this issue · 1 comments

not an issue but question
into device label SBRG set_label begin LPCB end; into_all all code_regex SBRG replaceall_matched begin LPCB end;

some "SBRG" are not renamed and a lot of errors, has anybody а correct patch for that?
for any other devices this patch works

thanks

this works
into device label SBRG set_label begin LPCB end; into_all scope label _SB.PCI0.SBRG set_label begin _SB.PCI0.LPCB end; into_all scope label _SB.PCI0.SBRG.ASOC set_label begin _SB.PCI0.LPCB.ASOC end; into_all scope label _SB.PCI0.SBRG.SIOR set_label begin _SB.PCI0.LPCB.SIOR end; into_all scope label \_SB.PCI0.SBRG set_label begin \_SB.PCI0.LPCB end; into_all scope label \_SB.PCI0.SBRG.ASOC set_label begin \_SB.PCI0.LPCB.ASOC end; into_all scope label \_SB.PCI0.SBRG.SIOR set_label begin \_SB.PCI0.LPCB.SIOR end; into_all all code_regex _SB.PCI0.SBRG.PIX0 replaceall_matched begin _SB.PCI0.LPCB.PIX0 end; into_all all code_regex SBRG replaceall_matched begin LPCB end;
but can it be done by one or two patches?