Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] gspca - kinect: fix comments referring to color camera

Use the expression "video stream" instead of "color camera" which is
more correct as the driver supports the RGB and IR image on the same
endpoint.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Antonio Ospite and committed by
Mauro Carvalho Chehab
f1703aa6 3fabe8f4

+2 -2
+2 -2
drivers/media/video/gspca/kinect.c
··· 233 233 234 234 sd->cam_tag = 0; 235 235 236 - /* Only color camera is supported for now, 236 + /* Only video stream is supported for now, 237 237 * which has stream flag = 0x80 */ 238 238 sd->stream_flag = 0x80; 239 239 ··· 243 243 cam->nmodes = ARRAY_SIZE(video_camera_mode); 244 244 245 245 #if 0 246 - /* Setting those values is not needed for color camera */ 246 + /* Setting those values is not needed for video stream */ 247 247 cam->npkt = 15; 248 248 gspca_dev->pkt_size = 960 * 2; 249 249 #endif