X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/cd956e65f376d8ab9734cdd3904745a56fccfb20..af6f1816764635c4d495177b74fe89a9a0e5ac4f:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index 276128d..6d2cd8b 100644 --- a/lincan/src/boardlist.c +++ b/lincan/src/boardlist.c @@ -40,6 +40,7 @@ extern int pcan_dongle_register(struct hwspecops_t *hwspecops); extern int eb8245_register(struct hwspecops_t *hwspecops); extern int adlink7841_register(struct hwspecops_t *hwspecops); extern int tscan1_register(struct hwspecops_t *hwspecops); +extern int ts7kv_register(struct hwspecops_t *hwspecops); extern int ns_dev_register(struct hwspecops_t *hwspecops); extern int hms30c7202_register(struct hwspecops_t *hwspecops); @@ -135,7 +136,7 @@ const struct boardtype_t can_boardtypes[]={ #endif #if defined(CONFIG_OC_LINCAN_CARD_tscan1) {"tscan1", tscan1_register, 1}, - {"ts7kv", tscan1_register, 1}, + {"ts7kv", ts7kv_register, 1}, #endif #if defined(CONFIG_OC_LINCAN_CARD_ns_dev_can) {"ns_dev", ns_dev_register, 1},