Git Product home page Git Product logo

Comments (6)

andrescera avatar andrescera commented on May 29, 2024

SD Card, Blueetooth were solved by using SSDT-RHUB.aml, what I have not been able to do is enabling Touch screen by using ssdt, I've made this one:

DefinitionBlock ("", "SSDT", 2, "HPENVY", "TPL1", 0x00000000)
{
    External (_SB_.PCI0.I2C1, DeviceObj)
    External (_SB_.PCI0.I2C1.TPL1, DeviceObj)
    External (_SB_.PCI0.I2C1.TPL1.SBFB, FieldUnitObj) 
    External (_SB_.PCI0.I2C1.TPL1.SBFG, FieldUnitObj) 

    Scope (_SB.PCI0.I2C1.TPL1)
    {
        Method (_STA, 0, NotSerialized)  // _STA: Status
        {
            If (_OSI ("Darwin"))
            {
                Return (0x0F)
            }

            Return (0x0F)
        }
           
       Method (_CRS, 0, NotSerialized)  // _CRS: Current Resource Settings
            {
                If (_OSI ("Darwin"))
                {
                    Return (ConcatenateResTemplate (SBFB, SBFG))
                } Else{
                \_SB.PCI0.I2C1.TPL1._CRS ()
                }
                
                
                }
        
    }
}


from hp-envy-13-ah0002-opencore.

koluris avatar koluris commented on May 29, 2024

Checking to see where's the touchscreen patch on my DSDT, will get back to you.

from hp-envy-13-ah0002-opencore.

koluris avatar koluris commented on May 29, 2024

Your patch for the touch screen seems to inject the right stuff. Do you have the XOSI patch applied too?

from hp-envy-13-ah0002-opencore.

andrescera avatar andrescera commented on May 29, 2024

Even applying _OSI TO XOSI it won't get touchpad working, as you can see my dsdt is slightly different from yours but it should work :( everything else is working including Camera, Bluetooth, trackpad, keyboard, backlight, etc etc...

DSDT.aml.zip

Few things are missing such as changing brightness using the keyboard, and only 4 speakers are working as mine uses ALC 295 Instead as 285 (at the moment I'm using layout-id=1

SSDT-BKeys-Q1CQ1D.zip

from hp-envy-13-ah0002-opencore.

koluris avatar koluris commented on May 29, 2024

There's a Gitter channel about VoodooI2C, and since you are very knowledgable I am pretty sure you will get a lot of valuable information if you ask about the Touch Screen there. You know there might be subtle differences which makes it not as easy to enable the Touch Screen same as mine. What is the exact HP model you have?

from hp-envy-13-ah0002-opencore.

andrescera avatar andrescera commented on May 29, 2024

i didn't even know there was such a thing like gitter, thank you so much it's a HP ENVY x360 - 15m-cn0012dx

from hp-envy-13-ah0002-opencore.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.