We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aeeb2b commit 5267c4dCopy full SHA for 5267c4d
src/ec/system76/ec/acpi/s76.asl
@@ -145,6 +145,24 @@ Device (S76D) {
145
Return ((Local1 << 8) | Local0)
146
}
147
148
+ // Set Fan speed
149
+ Method (SFD0, 1, Serialized) {
150
+ If (^^PCI0.LPCB.EC0.ECOK) {
151
+ ^^PCI0.LPCB.EC0.FDAT = Zero
152
+ ^^PCI0.LPCB.EC0.FBUF = Arg0
153
+ ^^PCI0.LPCB.EC0.FCMD = 0xCE
154
+ }
155
156
+#if CONFIG(EC_SYSTEM76_EC_DGPU)
157
+ Method (SFD1, 1, Serialized) {
158
159
160
161
+ ^^PCI0.LPCB.EC0.FCMD = 0xCF
162
163
164
+#endif // CONFIG(EC_SYSTEM76_EC_DGPU)
165
+
166
// Temperature names
167
Method (NTMP, 0, Serialized) {
168
Return (Package() {
0 commit comments