summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/gspca/gspca.c
AgeCommit message (Collapse)Author
2008-05-04Fix protection problems in the main driver.Jean-Francois Moine
From: Jean-Francois Moine <moinejf@free.fr> - Protect format change when streaming active. - Protect USB exchanges on close. - Set a timeout in frame wait. - Have only one capture file and free the resources when closing this file. - Simplify the URB buffer. - Don't reset the control values at open time in pac207. - Fix compilation warnings of stk014. Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
2008-04-23Subdriver pac207 added and minor changes.Jean-Francois Moine
From: Hans de Goede <j.w.r.degoede@hhs.nl> pac207 added. Check status on mutex lock. Call back on frame dequeue. Free the resources on last close only. Avoid URB and ISOC errors on close. Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
2008-04-12Initial release of gspca with only one driver.Jean-Francois Moine
From: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Jean-Francois Moine <moinejf@free.fr>