summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/gspca/gspca.c
AgeCommit message (Expand)Author
2008-09-26gspca: Fixed a few typos in comments.Jean-Francois Moine
2008-09-26gspca: URB_NO_TRANSFER_DMA_MAP is not useful for isoc transfers.Jean-Francois Moine
2008-09-20gspca: Return error code from stream start functions.Jean-Francois Moine
2008-09-20gspca: New exported function to retrieve the current frame buffer.Jean-Francois Moine
2008-09-15gspca: Set the right V4L2_DEBUG values in the main driver.Jean-Francois Moine
2008-09-08gspca: The image transfer by bulk is started by the subdrivers.Jean-Francois Moine
2008-09-06gspca: Version change to 2.3.0.Jean-Francois Moine
2008-09-05gspca: Bad fix of leak memory (changeset 43d2ead315b1).Jean-Francois Moine
2008-09-05merge: http://linuxtv.org/hg/~jfrancois/gspca/Mauro Carvalho Chehab
2008-09-04gspca: fix memory leakMauro Carvalho Chehab
2008-09-04gspca: Add support of image transfer by bulk and minor change.Jean-Francois Moine
2008-08-29merge: http://linuxtv.org/hg/~jfrancois/gspca/Mauro Carvalho Chehab
2008-08-27gspca: Have a clean kmalloc-ated buffer for USB exchanges.Jean-Francois Moine
2008-08-26gspca: Too much code removed in the suspend/resume changeset.Jean-Francois Moine
2008-08-26gspca: Change some subdriver functions for suspend/resume.Jean-Francois Moine
2008-08-24gspca: Reinitialize the device on resume.Jean-Francois Moine
2008-08-24gspca: Fix problems with disabled controls.Jean-Francois Moine
2008-08-23gspca: Set DISABLED the disabled controls at query control time.Jean-Francois Moine
2008-08-23v4l-dvb: fix a bunch of sparse warningsHans Verkuil
2008-08-22gspca: Compile error when CONFIG_PM not defined.Jean-Francois Moine
2008-08-22gspca: Revert the previous patch (sensor upside down).Jean-Francois Moine
2008-08-22gspca: V4L2_CAP_SENSOR_UPSIDE_DOWN added as a cap for some webcams.Jean-Francois Moine
2008-08-21gspca: Have VIDIOC_QUERYCTRL more compliant to the spec.Jean-Francois Moine
2008-08-21gspca: suspend/resume added.Jean-Francois Moine
2008-08-03gspca: Fix of gspca_zc3xx oops - 2.6.27-rc1Jean-Francois Moine
2008-07-30gspca: Don't use CONFIG_VIDEO_ADV_DEBUG as a compile option.Jean-Francois Moine
2008-07-27gspca: probe/open race.Jean-Francois Moine
2008-07-27merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-videodevMauro Carvalho Chehab
2008-07-26v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil
2008-07-26merge: v4l-dvbJean-Francois Moine
2008-07-23gspca: Get the card name of QUERYCAP from the usb product name.Jean-Francois Moine
2008-07-22gspca: Bad handling of start of frames in sonixj.Jean-Francois Moine
2008-07-22gspca: Makes some needlessly global functions static.Jean-Francois Moine
2008-07-21merge: v4l-dvbJean-Francois Moine
2008-07-21videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil
2008-07-20videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil
2008-07-20videodev: rename 'dev' to 'parent'Hans Verkuil
2008-07-19gspca: Version number only in the main driver.Jean-Francois Moine
2008-07-17gspca/tea575x-tuner: fix compilation for kernels <= 2.6.17Hans Verkuil
2008-07-15gspca: 352x288 mode fix and source clean-up for Sonix bridges.Jean-Francois Moine
2008-07-14gspca: Buffers for USB exchanges cannot be in the stack.Jean-Francois Moine
2008-07-12merge: from v4l-dvbJean-Francois Moine
2008-07-12gspca: Conform to v4l2 spec and mutex unlock fix.Jean-Francois Moine
2008-07-10gspca: Add auto gain/exposure to sonixb and tas5110 / ov6650 sensors.Jean-Francois Moine
2008-07-08gspca: Change the USERPTR mechanism.Jean-Francois Moine
2008-07-05gspca: v4l2_pix_format in each subdriver.Jean-Francois Moine
2008-07-05gspca: Compile warnings about NULL ptr.Jean-Francois Moine
2008-07-04gspca: pac207 frames no more decoded in the subdriver.Jean-Francois Moine
2008-07-04gspca: Correct sizeimage in vidioc_s/try/g_fmt_capJean-Francois Moine
2008-07-04gspca: Input buffer overwritten in spca561 + cleanup code.Jean-Francois Moine