# Patch Michael 16 GPIO Pinning for ELAN1200 by anonymous writer from www.hackintosh-forum.de work with VoodooI2C-v2.0.1 # Confirmed working on ASUS UX430UAK into method label _STA parent_label GPI0 replace_content begin Return (0x0F) end; into device label ETPD insert begin Name (SBFG, ResourceTemplate ()\n {\n GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault, 0x0000,\n "\\_SB.PCI0.GPI0", 0x00, ResourceConsumer, ,\n )\n { // Pin list\n 0x51\n }\n })\n end; into method label _CRS parent_label ETPD replace_content begin Name (SBFB, ResourceTemplate ()\n {\n I2cSerialBusV2 (0x0015, ControllerInitiated, 0x00061A80,\n AddressingMode7Bit, "\\_SB.PCI0.I2C1",\n 0x00, ResourceConsumer, , Exclusive,\n )\n })\n Return (ConcatenateResTemplate (SBFB, SBFG))\n end;