Commit 7ab21a8692094872298df172f54d55cba72fd308

Authored by Andy Spencer
Committed by Linus Torvalds
1 parent b58602a4ba

i8k: Enable i8k on Dell Precision Systems

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>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

... ... @@ -485,6 +485,13 @@
485 485 DMI_MATCH(DMI_PRODUCT_NAME, "MP061"),
486 486 },
487 487 },
  488 + {
  489 + .ident = "Dell Precision",
  490 + .matches = {
  491 + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
  492 + DMI_MATCH(DMI_PRODUCT_NAME, "Precision"),
  493 + },
  494 + },
488 495 { }
489 496 };
490 497