Skip to content

Commit

Permalink
Merge pull request #3 from lucasjome/patch-1
Browse files Browse the repository at this point in the history
Fix typo on Avell A60 DMI_EXACT_MATCH

---

closes #2
  • Loading branch information
pobrn authored Oct 23, 2020
2 parents ac8458e + d9f30b0 commit 3461160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qc71_laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1510,8 +1510,8 @@ static const struct dmi_system_id qc71_dmi_table[] __initconst = {
{
/* https://avell.com.br/avell-a60-muv-295765 */
.matches = {
DMI_EXACT_MATCH(DMI_CHASSIS_VENDOR, "AvellHighPerformance"),
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "A60MUV"),
DMI_EXACT_MATCH(DMI_CHASSIS_VENDOR, "Avell High Performance"),
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "A60 MUV"),
{ }
}
},
Expand Down

0 comments on commit 3461160

Please sign in to comment.