]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/boardlist.c
The first chunk to support for PEAK's LPT dongle adapter
[lincan.git] / lincan / src / boardlist.c
index a446d4d4d0205178011e22f49b9ff1c4ea262935..2afcc1750d22de8ac768b43eef449176a5d722ed 100644 (file)
@@ -34,6 +34,7 @@ extern int msmcan_register(struct hwspecops_t *hwspecops);
 extern int unican_register(struct hwspecops_t *hwspecops);
 extern int unican_pci_register(struct hwspecops_t *hwspecops);
 extern int unican_vme_register(struct hwspecops_t *hwspecops);
+extern int pcan_dongle_register(struct hwspecops_t *hwspecops);
 
 const struct boardtype_t can_boardtypes[]={
     #ifdef CONFIG_OC_LINCAN_CARD_template
@@ -104,6 +105,9 @@ const struct boardtype_t can_boardtypes[]={
     #endif
     #if defined(CONFIG_OC_LINCAN_CARD_unican)&&defined(CAN_ENABLE_VME_SUPPORT)
        {"unican-vme", unican_vme_register, 1},
+    #endif
+    #if defined(CONFIG_OC_LINCAN_CARD_pcan_dongle)
+       {"pcan_dongle", pcan_dongle_register, 1},
     #endif
        {NULL}
 };