patch-2.4.11-dontuse linux/drivers/usb/usbvideo.c
Next file: linux/drivers/usb/usbvideo.h
Previous file: linux/drivers/usb/usb.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Sun Sep 30 12:26:08 2001
- Orig file:
v2.4.10/linux/drivers/usb/usbvideo.c
- Orig date:
Sun Sep 23 11:41:00 2001
diff -u --recursive --new-file v2.4.10/linux/drivers/usb/usbvideo.c linux/drivers/usb/usbvideo.c
@@ -1181,7 +1181,7 @@
assert(uvd->handle != NULL);
if (uvd->handle->uses_procfs) {
if (uvd->debug > 0) {
- info("%s: Creating /proc/%s/ filesystem entries.",
+ info("%s: Creating /proc/video/%s/ filesystem entries.",
proc, uvd->handle->drvName);
}
usbvideo_procfs_level2_create(uvd);
@@ -2472,3 +2472,4 @@
}
#endif /* USES_PROC_FS */
+MODULE_LICENSE("GPL");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)