Jump to content
10 posts in this topic

Recommended Posts

Hello, my trackpad on an Asus x555uj laptop does not work. The fact is that it runs on the I2C bus (Elan 1000). Someone says that you need to patch GPIO, but I don't understand how it is at all. I'll leave the EFI file. Please, if you can help, I have started everything except the trackpad.

EFI —  https://drive.google.com/file/d/1Bpz0dFBKZVMeOTi-M5YunWpGutKs1DzL/view?usp=sharing

Edited by Daniil Somov
Link to comment
https://www.insanelymac.com/forum/topic/351656-trackpad-elan1000-i2c/
Share on other sites

Add this SSDT.aml in EFI\OC\ACPI add it also in config the rename 

/*
 * Find USTP:          55 53 54 50 08
 * Replace XSTP:       58 53 54 50 08
 */

DefinitionBlock ("", "SSDT", 2, "Hack", "I2C1USTP", 0x00000000)
{
    External (_SB_.PCI0.I2C1, DeviceObj)
    
    Scope (_SB.PCI0.I2C1)
    {
        If (_OSI ("Darwin"))
        {
            Name (USTP, One)
        }
    }
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...