projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f27b75
)
agp/intel: Also add B43.1 to list of supported devices
author
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 14 Oct 2010 15:30:41 +0000
(16:30 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Tue, 19 Oct 2010 08:20:04 +0000
(09:20 +0100)
This was a missing piece from
41a5142
that dropped recognition of the
AGP module for the second B43 variant.
Reported-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: stable@kernel.org
drivers/char/agp/intel-agp.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/agp/intel-agp.c
b/drivers/char/agp/intel-agp.c
index 5cd2221ab472a629da3429bea0aeb08f1f217382..e72f49d52202da8dcddf2055a366abb31e9029d9 100644
(file)
--- a/
drivers/char/agp/intel-agp.c
+++ b/
drivers/char/agp/intel-agp.c
@@
-895,6
+895,7
@@
static struct pci_device_id agp_intel_pci_table[] = {
ID(PCI_DEVICE_ID_INTEL_G45_HB),
ID(PCI_DEVICE_ID_INTEL_G41_HB),
ID(PCI_DEVICE_ID_INTEL_B43_HB),
+ ID(PCI_DEVICE_ID_INTEL_B43_1_HB),
ID(PCI_DEVICE_ID_INTEL_IRONLAKE_D_HB),
ID(PCI_DEVICE_ID_INTEL_IRONLAKE_M_HB),
ID(PCI_DEVICE_ID_INTEL_IRONLAKE_MA_HB),