> Hello, > > I'm trying to load the tvp5150 driver with OMAP35. > I get no /dev/video0 device. > I have noticed that this driver uses the new subdev mechanism. It > seems that the driver does not call the function: > video_register_device (I understand that this is the function that > creates video0). > > Can anyone please help me understand how the subdev supposed to work? > How it supposed to create video0? The omap3 driver creates video0 and has to register the tvp5150 subdev driver. The subdev driver itself doesn't create any video nodes. See also Documentation/video4linux/v4l2-framework.txt for more information on the sub-device and v4l2 driver architecture. Regards, Hans > > Thanks in advance, > Liat > -- > To unsubscribe from this list: send the line "unsubscribe linux-media" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html