===== drivers/isdn/capi/capi.c 1.52 vs edited ===== --- 1.52/drivers/isdn/capi/capi.c Sat Apr 10 22:04:37 2004 +++ edited/drivers/isdn/capi/capi.c Sat Apr 10 22:06:20 2004 @@ -1316,7 +1316,8 @@ drv->owner = THIS_MODULE; drv->driver_name = "capi_nc"; - drv->name = "capi/"; + drv->devfs_name = "capi/"; + drv->name = "capi"; drv->major = capi_ttymajor; drv->minor_start = 0; drv->type = TTY_DRIVER_TYPE_SERIAL; @@ -1492,7 +1493,7 @@ return PTR_ERR(capi_class); } - class_simple_device_add(capi_class, MKDEV(capi_major, 0), NULL, "capi20"); + class_simple_device_add(capi_class, MKDEV(capi_major, 0), NULL, "capi"); devfs_mk_cdev(MKDEV(capi_major, 0), S_IFCHR | S_IRUSR | S_IWUSR, "isdn/capi20");