From: Antonino A. Daplas Date: Mon, 26 Jun 2006 07:26:30 +0000 (-0700) Subject: [PATCH] nvidiafb: Revise pci_device_id table X-Git-Tag: v2.6.18-rc1~719 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eec4981080dc9dcf8fd5931a947c6f066ee0be6;p=pandora-kernel.git [PATCH] nvidiafb: Revise pci_device_id table nVidia is churning out chipsets like there's no tomorrow. And even though the pci_device_id table now has numerous entries, it is still not guaranteed that all supported devices are included or will be included. Fortunately, nvidiafb has chipset detection logic built in. So, change the contents of the pci_device_id table so it will capture all nVidia devices of the display class. Unsupported chipsets will then be filtered out by nvidiafb's detection logic. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed