summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcfxo.c')
-rwxr-xr-xwcfxo.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/wcfxo.c b/wcfxo.c
index e00f4eb..d047023 100755
--- a/wcfxo.c
+++ b/wcfxo.c
@@ -154,12 +154,12 @@ struct wcfxo_desc {
};
-#if 0
-static struct wcfxo_desc wcfxo = { "Wildcard Prototype", 0};
-#endif
static struct wcfxo_desc wcx100p = { "Wildcard X100P",
FLAG_INVERTSER | FLAG_USE_XTAL | FLAG_DOUBLE_CLOCK };
+static struct wcfxo_desc wcx101p = { "Wildcard X101P",
+ FLAG_USE_XTAL | FLAG_DOUBLE_CLOCK };
+
static struct wcfxo *ifaces[WC_MAX_IFACES];
static void wcfxo_release(struct wcfxo *wc);
@@ -835,9 +835,7 @@ static void __devexit wcfxo_remove_one(struct pci_dev *pdev)
}
static struct pci_device_id wcfxo_pci_tbl[] __devinitdata = {
-#if 0
- { 0xe159, 0x0001, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxo },
-#endif
+ { 0xe159, 0x0001, 0x8085, PCI_ANY_ID, 0, 0, (unsigned long) &wcx101p },
{ 0x1057, 0x5608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcx100p },
};