| Commit message (Expand) | Author | Age |
* | V4L/DVB (9565): gspca: Remove empty lines in traces. | Jean-Francois Moine | 2008-12-29 |
* | V4L/DVB (9547): gspca: Version change. | Jean-Francois Moine | 2008-12-29 |
* | V4L/DVB (9545): gspca: Add a flag for empty ISOC packets. | Jean-Francois Moine | 2008-12-29 |
* | V4L/DVB (9544): gspca: Clear the bulk endpoint at starting time when bulk tra... | Jean-Francois Moine | 2008-12-29 |
* | V4L/DVB (9691): gspca: Some cleanups at device register | Jean-Francois Moine | 2008-12-29 |
* | V4L/DVB (9875): gspca - main: Fix vidioc_s_jpegcomp locking. | Jim Paris | 2008-12-16 |
* | V4L/DVB (9691): gspca: Move the video device to a separate area. | Jean-Francois Moine | 2008-11-24 |
* | V4L/DVB (9690): gspca: Lock the subdrivers via module_get/put. | Jean-Francois Moine | 2008-11-24 |
* | V4L/DVB (9689): gspca: Memory leak when disconnect while streaming. | Jean-Francois Moine | 2008-11-24 |
* | V4L/DVB (9286): gspca: Compilation problem of gspca.c and the kernel version. | Jean-Francois Moine | 2008-10-17 |
* | V4L/DVB (9282): Properly iterate the urbs when destroying them. | Erik Andrén | 2008-10-17 |
* | V4L/DVB (9119): gspca: Don't destroy the URBs on disconnect. | Jean-Francois Moine | 2008-10-12 |
* | V4L/DVB (9093): gspca: Cleanup code and small changes. | Erik Andren | 2008-10-12 |
* | V4L/DVB (9087): gspca: Image transfer by bulk uses altsetting 0 with any buff... | Jean-Francois Moine | 2008-10-12 |
* | V4L/DVB (9086): gspca: Use a kref to avoid potentialy blocking forever in dis... | Frank Zago | 2008-10-12 |
* | V4L/DVB (9085): gspca: URB_NO_TRANSFER_DMA_MAP is required for isoc and bulk ... | Frank Zago | 2008-10-12 |
* | V4L/DVB (9084): gspca: Fixed a few typos in comments. | Frank Zago | 2008-10-12 |
* | V4L/DVB (9083): gspca: URB_NO_TRANSFER_DMA_MAP is not useful for isoc transfers. | Jean-Francois Moine | 2008-10-12 |
* | V4L/DVB (9079): gspca: Return error code from stream start functions. | Jean-Francois Moine | 2008-10-12 |
* | V4L/DVB (9078): gspca: New exported function to retrieve the current frame bu... | Jean-Francois Moine | 2008-10-12 |
* | V4L/DVB (9077): gspca: Set the right V4L2_DEBUG values in the main driver. | Frank Zago | 2008-10-12 |
* | V4L/DVB (8930): gspca: The image transfer by bulk is started by the subdrivers. | Jean-Francois Moine | 2008-10-12 |
* | V4L/DVB (8928): gspca: Version change to 2.3.0. | Jean-Francois Moine | 2008-10-12 |
* | V4L/DVB (8910): gspca: Add support of image transfer by bulk and minor change. | Jean-Francois Moine | 2008-10-12 |
* | V4L/DVB (8926): gspca: Bad fix of leak memory (changeset 43d2ead315b1). | Jean-Francois Moine | 2008-10-04 |
* | V4L/DVB (8887): gspca: fix memory leak | Douglas Schilling Landgraf | 2008-09-29 |
* | V4L/DVB (8829): gspca: Have a clean kmalloc-ated buffer for USB exchanges. | Jean-Francois Moine | 2008-09-03 |
* | V4L/DVB (8824): gspca: Too much code removed in the suspend/resume changeset. | Jean-Francois Moine | 2008-09-03 |
* | V4L/DVB (8822): gspca: Change some subdriver functions for suspend/resume. | Jean-Francois Moine | 2008-09-03 |
* | V4L/DVB (8818): gspca: Reinitialize the device on resume. | Jean-Francois Moine | 2008-09-03 |
* | V4L/DVB (8815): gspca: Fix problems with disabled controls. | Hans de Goede | 2008-09-03 |
* | V4L/DVB (8814): gspca: Set DISABLED the disabled controls at query control time. | Jean-Francois Moine | 2008-09-03 |
* | V4L/DVB (8810): gspca: Compile error when CONFIG_PM not defined. | Jean-Francois Moine | 2008-09-03 |
* | V4L/DVB (8809): gspca: Revert commit 9a9335776548d01525141c6e8f0c12e86bbde982 | Hans de Goede | 2008-09-03 |
* | V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warnings | Hans Verkuil | 2008-09-03 |
* | V4L/DVB (8720): gspca: V4L2_CAP_SENSOR_UPSIDE_DOWN added as a cap for some we... | Hans de Goede | 2008-09-03 |
* | V4L/DVB (8719): gspca: Have VIDIOC_QUERYCTRL more compliant to the spec. | Jean-Francois Moine | 2008-09-03 |
* | V4L/DVB (8718): gspca: suspend/resume added. | Jean-Francois Moine | 2008-09-03 |
* | V4L/DVB (8605): gspca: Fix of gspca_zc3xx oops - 2.6.27-rc1 | Rabin Vincent | 2008-08-06 |
* | V4L/DVB (8571): gspca: Don't use CONFIG_VIDEO_ADV_DEBUG as a compile option. | Jean-Francois Moine | 2008-08-06 |
* | V4L/DVB (8544): gspca: probe/open race. | Oliver Neukum | 2008-07-27 |
* | V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device | Hans Verkuil | 2008-07-27 |
* | V4L/DVB (8511): gspca: Get the card name of QUERYCAP from the usb product name. | Jean-Francois Moine | 2008-07-27 |
* | V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st... | Hans Verkuil | 2008-07-26 |
* | V4L/DVB (8441): gspca: Bad handling of start of frames in sonixj. | Jean-Francois Moine | 2008-07-23 |
* | V4L/DVB (8440): gspca: Makes some needlessly global functions static. | Adrian Bunk | 2008-07-23 |
* | V4L/DVB (8436): gspca: Version number only in the main driver. | Jean-Francois Moine | 2008-07-23 |
* | V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.... | Hans Verkuil | 2008-07-23 |
* | V4L/DVB (8428): videodev: rename 'dev' to 'parent' | Hans Verkuil | 2008-07-23 |
* | V4L/DVB (8356): gspca: 352x288 mode fix and source clean-up for Sonix bridges. | Hans de Goede | 2008-07-20 |