> > > gpsca is set for a generic core "driver" that mean all webcam hardware > > > able to stream video over usb bus(228 today). > > > > Do you really mean all webcams, or all webcams that conform to a specific > > architecture (bridge with some minimum functionalities controlling an i2c > > sensor, where i2c commands are sent by the driver) ?
The ideal approach is to separate the I2C adaptors (implemented on the BUSes of the single bridges) from a generic I2C driver for the sensors (connected to various I2C clients corresponding to specific models) implementing the standard V4L2 controls, This is not easy, since bridges and sensors are strictly tied in a particular configuration. So the practical approach is to embe the code for the sensor in the driver directly. > I mean all webcams with an ISO or BULK endpoint, set with a Vendor Class, we > can provided the video decompressor (GPL) :) I hope you won't include all the decoding stuff in the driver..!? This would not make any sense. Best regards Luca _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
