X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/a6d355f1cf48f39eecb2f1bdead51817d1fd5989..831ccb1f14f7472962fc2d185f32e18105209bd7:/lincan/src/modparms.c diff --git a/lincan/src/modparms.c b/lincan/src/modparms.c index 3c79a36..c53971f 100644 --- a/lincan/src/modparms.c +++ b/lincan/src/modparms.c @@ -21,7 +21,7 @@ int parse_mod_parms(void) if ( (hw[0] == NULL) | (io[0] == -1) ) { //CANMSG("You must supply your type of hardware, interrupt numbers and io address.\n"); CANMSG("Autodetection works only for USB devices, supply your type of hardware for PCI devices \n"); - CANMSG("Example: # insmod can.o hw=pip5 irq=4 io=0x8000\n"); + CANMSG("Example: # insmod lincan.ko hw=pip5 irq=4 io=0x8000\n"); //return -ENODEV; }