Skip to content

Commit af203d6

Browse files
committed
Add Killer E2400 ID in alx driver
Patch from Owen Lin [email protected] Fixes #34
1 parent 7d6f250 commit af203d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/net/ethernet/atheros/alx/main.c

+1
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,7 @@ static const struct pci_device_id alx_pci_tbl[] = {
15371537
{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_AR8162),
15381538
.driver_data = ALX_DEV_QUIRK_MSI_INTX_DISABLE_BUG },
15391539
{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_AR8171) },
1540+
{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_E2400) },
15401541
{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_AR8172) },
15411542
{}
15421543
};

drivers/net/ethernet/atheros/alx/reg.h

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#define ALX_DEV_ID_E2200 0xe091
4040
#define ALX_DEV_ID_AR8162 0x1090
4141
#define ALX_DEV_ID_AR8171 0x10A1
42+
#define ALX_DEV_ID_E2400 0xe0A1
4243
#define ALX_DEV_ID_AR8172 0x10A0
4344

4445
/* rev definition,

0 commit comments

Comments
 (0)