There's only 1 error you have to fix, Warnings and Remarks can be ignored.
To fix your error 'Invalid leading asterisk, run this patch. Place this in the 'Patch Text' window and hit apply
#Maintained by: RehabMan for: Laptop Patches#fix_HID_pnp.txt
# To fix Name(_HID, "*pnpXXXX") and Name(_HID, "pnpXXXX")
into_all all code_regex (Name\s+\(_HID,\s+\")\*pnp(.*\") replaceall_matched begin %1PNP%2 end;
into_all all code_regex (Name\s+\(_HID,\s+\")pnp(.*\") replaceall_matched begin %1PNP%2 end;