This editing should be done in the DSDT.aml file inside the EFI partition, right? That's what I did using MaciASL.. at the end of the following if I added the return statement. No result to it... Any other idea or suggestion?
15717 Return (ConcatenateResTemplate (SBFB, SBFG))
15718 If ((TPTY == 0x02))
15719 {
15720 _HID = "SYNA2B33"
15721 Name (SBFS, ResourceTemplate ()
15722 {
15723 I2cSerialBusV2 (0x002C, ControllerInitiated, 0x00061A80,
15724 AddressingMode7Bit, "\\_SB.PCI0.I2C0",
15725 0x00, ResourceConsumer, , Exclusive,
15726 )
15727 })
15728 }
15729
15730 Return (ConcatenateResTemplate (SBFB, SBFG)) <-- this is where I added the statement
By the way, since I don't have an Elan trackpad, is it ok if I delete the kext from the EFI partition? Is there any extra step to be taken besides simply deleting the folder?
Thanks for your attention!