Skip to content

Commit

Permalink
Add Alienware to the version quirk table
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Limonciello committed Mar 21, 2016
1 parent b8f6b73 commit bb49bd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fu-quirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ typedef struct {
} FuVendorQuirks;

static const FuVendorQuirks quirk_table[] = {
/* Dell uses AA.BB.CC.DD rather than AA.BB.CCDD */
/* Dell & Alienware use AA.BB.CC.DD rather than AA.BB.CCDD */
{ "Dell Inc.", "com.dell.uefi", AS_VERSION_PARSE_FLAG_NONE },
{ "Alienware", "com.dell.uefi", AS_VERSION_PARSE_FLAG_NONE },
{ NULL, NULL, AS_VERSION_PARSE_FLAG_NONE }
};

Expand Down

0 comments on commit bb49bd5

Please sign in to comment.