All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] b43-ssb-bridge: Add PCI ID for BCM43XG
@ 2008-01-03 18:03 Michael Buesch
  0 siblings, 0 replies; only message in thread
From: Michael Buesch @ 2008-01-03 18:03 UTC (permalink / raw)
  To: John Linville; +Cc: bcm43xx-dev, linux-wireless

This adds the PCI ID 0x4329 for the BCM43XG.

Signed-off-by: Michael Buesch <mb@bu3sch.de>

---

John, this is stuff for 2.6.25

Index: wireless-2.6/drivers/ssb/b43_pci_bridge.c
===================================================================
--- wireless-2.6.orig/drivers/ssb/b43_pci_bridge.c	2007-12-11 01:08:40.000000000 +0100
+++ wireless-2.6/drivers/ssb/b43_pci_bridge.c	2008-01-03 18:08:44.000000000 +0100
@@ -28,6 +28,7 @@ static const struct pci_device_id b43_pc
 	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4324) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4325) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4328) },
+	{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4329) },
 	{ 0, },
 };
 MODULE_DEVICE_TABLE(pci, b43_pci_bridge_tbl);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-03 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-03 18:03 [PATCH] b43-ssb-bridge: Add PCI ID for BCM43XG Michael Buesch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.