oops I wanted the pcmcia device names to match the names that need to be
authorFrank Mori Hess <fmhess@speakeasy.net>
Tue, 22 Jan 2002 03:11:20 +0000 (03:11 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Tue, 22 Jan 2002 03:11:20 +0000 (03:11 +0000)
passed to comedi_config

comedi/drivers/das08.c
comedi/drivers/ni_labpc.c

index 730551a2daf6d7634fa962ffcc72edbf71e2973e..ae0b797c2a5fca27ba814b3e92988c60e3c027cc 100644 (file)
@@ -1318,7 +1318,7 @@ static void das08_pcmcia_config(dev_link_t *link)
                At this point, the dev_node_t structure(s) need to be
                initialized and arranged in a linked list at link->dev.
        */
-       sprintf(dev->node.dev_name, "das08");
+       sprintf(dev->node.dev_name, "pcm-das08");
        dev->node.major = dev->node.minor = 0;
        link->dev = &dev->node;
 
index aed623daf7d1c50dde8e4786dc7b7c9109cce673..692f1b1e88c1a2ee772d6f488b0aad854bad4579 100644 (file)
@@ -2515,7 +2515,7 @@ static void labpc_config(dev_link_t *link)
       At this point, the dev_node_t structure(s) need to be
       initialized and arranged in a linked list at link->dev.
     */
-    sprintf(dev->node.dev_name, "ni_labpc");
+    sprintf(dev->node.dev_name, "daqcard-1200");
     dev->node.major = dev->node.minor = 0;
     link->dev = &dev->node;