We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271b4a4 commit f8964d6Copy full SHA for f8964d6
main.py
@@ -109,11 +109,12 @@ def checkLaptapModel(self):
109
110
for (command, patch) in commands.values():
111
self.acpi_cmd = command
112
- if patch:
113
- patch(self)
114
115
if (self.acpi_call("get_laptop_model") == "0x12c0"):
116
self.is_dell_g15 = True
+ #Patch for G15 5520, if needed.
+ if patch:
117
+ patch(self)
118
break
119
120
def createFirstExclusiveGroup(self):
0 commit comments