beryllium: Fix volume down button
authorMarijan Limov <marijan.limov@gmail.com>
星期五, 10 Sep 2021 20:57:16 +0000 (22:57 +0200)
committerMarijan Limov <marijan.limov@gmail.com>
星期五, 10 Sep 2021 20:57:16 +0000 (22:57 +0200)
beryllium/DSDT.dsl

index 20a837a6335aceb010c9983766cf3ebc0a323c79..3d1992087e3fc1948fdfe81b7e72638b607d40ae 100644 (file)
@@ -57991,23 +57991,26 @@ Include("cust_thermal_zones.asl")
             {
                 Name (RBUF, ResourceTemplate ()
                 {
+                    //Power
                     GpioInt (Edge, ActiveBoth, Exclusive, PullDown, 0x0010,
                         "\\_SB.PM01", 0x00, ResourceConsumer, ,
                         )
                         {   // Pin list
                             0x0000
                         }
+                    //Vol Up
                     GpioInt (Edge, ActiveBoth, ExclusiveAndWake, PullUp, 0x0000,
                         "\\_SB.PM01", 0x00, ResourceConsumer, ,
                         )
                         {   // Pin list
                             0x0085
                         }
+                    //Vol Down
                     GpioInt (Edge, ActiveBoth, ExclusiveAndWake, PullDown, 0x0000,
                         "\\_SB.PM01", 0x00, ResourceConsumer, ,
                         )
                         {   // Pin list
-                            0x0084
+                            0x0001
                         }
                 })
                 Return (RBUF) /* \_SB_.BTNS._CRS.RBUF */