Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79421b4e authored by Vipul Pandya's avatar Vipul Pandya Committed by David S. Miller
Browse files

cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adapters



This patch adds PCI device ids for Chelsio's T480-CR and T440-LP-CR
adapters.

Signed-off-by: default avatarVipul Pandya <vipul@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f637d577
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -2892,6 +2892,8 @@ static struct pci_device_id cxgb4vf_pci_tbl[] = {
	CH_DEVICE(0x4808, 0),	/* T420-cx */
	CH_DEVICE(0x4808, 0),	/* T420-cx */
	CH_DEVICE(0x4809, 0),	/* T420-bt */
	CH_DEVICE(0x4809, 0),	/* T420-bt */
	CH_DEVICE(0x480a, 0),   /* T404-bt */
	CH_DEVICE(0x480a, 0),   /* T404-bt */
	CH_DEVICE(0x480d, 0),   /* T480-cr */
	CH_DEVICE(0x480e, 0),   /* T440-lp-cr */
	{ 0, }
	{ 0, }
};
};