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 f1caea8 commit 7e0677aCopy full SHA for 7e0677a
src/ec/system76/ec/acpi/s76.asl
@@ -143,6 +143,24 @@ Device (S76D) {
143
Return ((Local1 << 8) | Local0)
144
}
145
146
+ // Set Fan speed
147
+ Method (SFD0, 1, Serialized) {
148
+ If (^^PCI0.LPCB.EC0.ECOK) {
149
+ ^^PCI0.LPCB.EC0.FDAT = Zero
150
+ ^^PCI0.LPCB.EC0.FBUF = Arg0
151
+ ^^PCI0.LPCB.EC0.FCMD = 0xCE
152
+ }
153
154
+#if CONFIG(EC_SYSTEM76_EC_DGPU)
155
+ Method (SFD1, 1, Serialized) {
156
157
158
159
+ ^^PCI0.LPCB.EC0.FCMD = 0xCF
160
161
162
+#endif // CONFIG(EC_SYSTEM76_EC_DGPU)
163
+
164
// Temperature names
165
Method (NTMP, 0, Serialized) {
166
Return (Package (2) {
0 commit comments