Skip to content

Commit

Permalink
i8k: Enable i8k on Dell Precision Systems
Browse files Browse the repository at this point in the history
Patch to enable i8k on Dell Precisions.

Signed-off-by: Andy Spencer <spenceal@rose-hulman.edu>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Andy Spencer authored and Linus Torvalds committed Jan 2, 2009
1 parent b58602a commit 7ab21a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/char/i8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,13 @@ static struct dmi_system_id __initdata i8k_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "MP061"),
},
},
{
.ident = "Dell Precision",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "Precision"),
},
},
{ }
};

Expand Down

0 comments on commit 7ab21a8

Please sign in to comment.