summaryrefslogtreecommitdiff
path: root/wcfxs.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcfxs.c')
-rwxr-xr-xwcfxs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wcfxs.c b/wcfxs.c
index 5c1d1cb..5cc8a3c 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -179,6 +179,7 @@ struct wcfxs_desc {
};
static struct wcfxs_desc wcfxs = { "Wildcard S400P Prototype", 0 };
+static struct wcfxs_desc wcfxse = { "Wildcard TDM400P REV E", 0 };
static struct wcfxs *ifaces[WC_MAX_IFACES];
@@ -1359,7 +1360,7 @@ static void __devexit wcfxs_remove_one(struct pci_dev *pdev)
static struct pci_device_id wcfxs_pci_tbl[] __devinitdata = {
{ 0xe159, 0x0001, 0xa159, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxs },
{ 0xe159, 0x0001, 0xe159, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxs },
- { 0xe159, 0x0001, 0xb100, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxs },
+ { 0xe159, 0x0001, 0xb100, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxse },
};
static struct pci_driver wcfxs_driver = {