summaryrefslogtreecommitdiff
path: root/v4l_experimental/pvrusb2/pvrusb2-v4l2.c
AgeCommit message (Collapse)Author
2006-01-23Use mutexes in pvrusb2 for kernel 2.6.16 or laterMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-21Solve pvrusb2 compilation warningMike Isely
We need to be checking the return value for copy_to_user(); for some reason my builds weren't catching this which is why it went unfixed until now. From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-14Change global "debug" to "pvrusb2_debug"Mike Isely
Note - I think this is the only actual global variable in the entire driver right now. (Other stuff is either static or held through a context pointer). From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-14Use v4l_print_ioctl() where appropriateMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-01New I2C client handling implementation for pvrusb2 driverMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2005-12-02Fix various small issues introduced by earlier PAL-M enhancementMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2005-12-02Change all uses of V4L2_STD_NTSC to V4L2_STD_NTSC_M in pvrusb2Mike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2005-11-29Added PAL-M video standard to pvrusb2Mauro Carvalho Chehab
Added PAL-M video standard to pvrusb2 - still not working. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-14Added experimental branch for pvrusb2Mauro Carvalho Chehab
From: Mike Isely at pobox <isely@pobox.com> - Added experimental branch for pvrusb2 Signed-off-by: Mike Isely at pobox <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>