brcm80211: fmac: add bcm4330 support
[deliverable/linux.git] / drivers / net / wireless / brcm80211 / brcmfmac / bcmsdh_sdmmc.c
index bc992675eb989dcad1aa1cbbaabf74eae1a614a2..b895f198a950c1a8577ef675909b4b427bed92a6 100644 (file)
@@ -40,6 +40,7 @@
 #define DMA_ALIGN_MASK 0x03
 
 #define SDIO_DEVICE_ID_BROADCOM_4329   0x4329
+#define SDIO_DEVICE_ID_BROADCOM_4330   0x4330
 
 #define SDIO_FUNC1_BLOCKSIZE           64
 #define SDIO_FUNC2_BLOCKSIZE           512
@@ -47,6 +48,7 @@
 /* devices we support, null terminated */
 static const struct sdio_device_id brcmf_sdmmc_ids[] = {
        {SDIO_DEVICE(SDIO_VENDOR_ID_BROADCOM, SDIO_DEVICE_ID_BROADCOM_4329)},
+       {SDIO_DEVICE(SDIO_VENDOR_ID_BROADCOM, SDIO_DEVICE_ID_BROADCOM_4330)},
        { /* end: all zeroes */ },
 };
 MODULE_DEVICE_TABLE(sdio, brcmf_sdmmc_ids);
This page took 0.032348 seconds and 5 git commands to generate.