]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/video4linux/v4l2-framework.txt
V4L/DVB (11351): v4l: use usb_interface for v4l2_device_register
[linux-2.6-omap-h63xx.git] / Documentation / video4linux / v4l2-framework.txt
index a31177390e551a5873a28121901dc904bebacee0..4b54c629bc569356f96f476d6dd6a7bb5e37a753 100644 (file)
@@ -90,7 +90,7 @@ up before calling v4l2_device_register then it will be untouched. If dev is
 NULL, then you *must* setup v4l2_dev->name before calling v4l2_device_register.
 
 The first 'dev' argument is normally the struct device pointer of a pci_dev,
-usb_device or platform_device. It is rare for dev to be NULL, but it happens
+usb_interface or platform_device. It is rare for dev to be NULL, but it happens
 with ISA devices or when one device creates multiple PCI devices, thus making
 it impossible to associate v4l2_dev with a particular parent.