htfengyi123 发表于 2018-6-2 23:19

求助

      SSDT修改有两处错误,提示:syntax error,unexpected PARSEOP_NAM
   Name (_PSS, Package (0x10)// _PSS: Performance Supported States
      {
            Package (0x06)
            {
                0x00000A29,
                0x000088B8,
                0x0000000A,
                0x0000000A,
                0x00002000,
                0x00002000
            }

            Name (PSDF, Zero)
      Method (_PSD, 0, NotSerialized)// _PSD: Power State Dependencies
      {
            If (LNot (PSDF))
            {
                Store (TCNT, Index (DerefOf (Index (HPSD, Zero)), 0x04))
                Store (TCNT, Index (DerefOf (Index (SPSD, Zero)), 0x04))
                Store (Ones, PSDF)
            }

            If (And (PDC0, 0x0800))
            {
                Return (HPSD)
            }

            Return (SPSD)
      }

snowtom 发表于 2018-6-3 20:51

帮顶~~~~~~~~
页: [1]
查看完整版本: 求助