Crad reader is nothing
Could we try to add the PR02.SDXC into the patch of SSDT-Y520.aml
Device (SDXC)
{
Name (_ADR, Zero) // _ADR: Address
Method (_PRW, 0, NotSerialized) // _PRW: Power Resources for Wake
{
Return (GPRW (0x69, 0x04)) }
Method (_RMV, 0, NotSerialized)
{ Return (0x00)
}
}
**the Return (GPRW (0x69, 0x04)) need to check 0x69, 0x04 is correct
I try to add but i have no idea compile
I just want to chang the PR02 PXSX to SDXC, befor the code of Device (SDXC) should add Device(PR02)
sorry i am a new guide and no skill of any computer language