Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65e31643 authored by Ville Syrjala's avatar Ville Syrjala Committed by Jeff Garzik
Browse files

ata_piix: Add HP Compaq nc6000 to the broken poweroff list



HP Compaq nc6000 suffers from the double disk spindown issue.
Add it to the broken poweroff DMI list.

Signed-off-by: default avatarVille Syrjala <syrjala@sci.fi>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 9b10ae86
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1455,6 +1455,15 @@ static bool piix_broken_system_poweroff(struct pci_dev *pdev)
			/* PCI slot number of the controller */
			.driver_data = (void *)0x1FUL,
		},
		{
			.ident = "HP Compaq nc6000",
			.matches = {
				DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
				DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq nc6000"),
			},
			/* PCI slot number of the controller */
			.driver_data = (void *)0x1FUL,
		},

		{ }	/* terminate list */
	};