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

Commit ac50bed3 authored by Dimitris Michailidis's avatar Dimitris Michailidis Committed by David S. Miller
Browse files

cxgb4: add new PCI IDs

parent 7a3acb85
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -175,6 +175,16 @@ enum {

static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
	CH_DEVICE(0xa000, 0),  /* PE10K */
	CH_DEVICE(0x4001, 0),
	CH_DEVICE(0x4002, 0),
	CH_DEVICE(0x4003, 0),
	CH_DEVICE(0x4004, 0),
	CH_DEVICE(0x4005, 0),
	CH_DEVICE(0x4006, 0),
	CH_DEVICE(0x4007, 0),
	CH_DEVICE(0x4008, 0),
	CH_DEVICE(0x4009, 0),
	CH_DEVICE(0x400a, 0),
	{ 0, }
};