Ok, let's try the diff without extraneous references to other patches. :)
-- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/
Index: debian/patches/bugfix/hp-laptop-acpi-blacklist.patch =================================================================== --- debian/patches/bugfix/hp-laptop-acpi-blacklist.patch (revision 0) +++ debian/patches/bugfix/hp-laptop-acpi-blacklist.patch (revision 0) @@ -0,0 +1,15 @@ +--- linux-2.6.orig/drivers/acpi/blacklist.c 2007-02-17 22:02:12.000000000 -0800 ++++ linux-2.6/drivers/acpi/blacklist.c 2007-02-18 20:26:21.000000000 -0800 +@@ -69,6 +69,12 @@ + "Incorrect _ADR", 1}, + {"ASUS\0\0", "P2B-S ", 0, ACPI_DSDT, all_versions, + "Bogus PCI routing", 1}, ++ /* HP nx6325 */ ++ {"HP ", "SB400\0\0\0", 0x10000, ACPI_DSDT, all_versions, ++ "Bogus fan support", 1}, ++ /* HP nc6120 */ ++ {"HP ", "DAU00 \0\0", 0x10000, ACPI_DSDT, all_versions, ++ "Bogus fan support", 1}, + + {""} + }; Index: debian/patches/series/11 =================================================================== --- debian/patches/series/11 (revision 8311) +++ debian/patches/series/11 (working copy) @@ -3,3 +3,4 @@ + bugfix/net-ipv6-mcast.patch + bugfix/uml-compilation.patch + bugfix/net-ipx-annotation-checksum.patch ++ bugfix/hp-laptop-acpi-blacklist.patch