Contribute
Register

VoodooI2C Help and Support

Status
Not open for further replies.
Hello, i cant´t get my Touchpad (ELAN0626) to work on Lenovo L340. I have followed the GPIO Pinning Guide
and applied the Windows 10 and the GPI0 enable Patch for Skylake+ in my DSDT.aml. My APIC Pin is 53.


Thanks in Advance

Hello! Please send your folder EFI (i will change serial numbers). I have a configuration like yours ELAN0626 53. I will try your folder. Please help!!!
 
I will try my luck also here :)
I want to switch way how to my I2C trackpad works. Currently I use _OSI to XOSI rename and Windows simulation. But on this guide - https://dortania.github.io/Getting-Started-With-ACPI/Laptops/trackpad.html I red that better solution is over enabling GPI0 device.
I set up my SSDT with renames, but trackpad not working.


C-like:
DefinitionBlock ("", "SSDT", 2, "hack", "I2C", 0x00000000)
{
External (GPEN, FieldUnitObj)
External (SBRG, FieldUnitObj)

    Scope (\)
    {
        If (_OSI ("Darwin"))
        {
            GPEN = One
            SBRG = One
        }
    }
}

Can someone help me what I miss?

Thanks.
 
I will try my luck also here :)
I want to switch way how to my I2C trackpad works. Currently I use _OSI to XOSI rename and Windows simulation. But on this guide - https://dortania.github.io/Getting-Started-With-ACPI/Laptops/trackpad.html I red that better solution is over enabling GPI0 device.
I set up my SSDT with renames, but trackpad not working.


C-like:
DefinitionBlock ("", "SSDT", 2, "hack", "I2C", 0x00000000)
{
External (GPEN, FieldUnitObj)
External (SBRG, FieldUnitObj)

    Scope (\)
    {
        If (_OSI ("Darwin"))
        {
            GPEN = One
            SBRG = One
        }
    }
}

Can someone help me what I miss?

Thanks.
i happened to see that the other day as well and tried that approach and it worked great

zip and upload your clover folder and i will take a look
 
need you to upload the files you are trying to use

your link still has the SSDT-XOSI.aml
Ok, I will tomorrow as I have my laptop in the office. Thanks.
But content of SSDT-GPI0 is mentioned below. Its simply preset variables GPEN and SBRG to one.
 
Ok, I will tomorrow as I have my laptop in the office. Thanks.
But content of SSDT-GPI0 is mentioned below. Its simply preset variables GPEN and SBRG to one.
still need to see the actual files you are trying to use though
 
Status
Not open for further replies.
Back
Top