aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/gspca/gspca.c
AgeCommit message (Expand)Author
2008-10-17V4L/DVB (9286): gspca: Compilation problem of gspca.c and the kernel version.Jean-Francois Moine
2008-10-17V4L/DVB (9282): Properly iterate the urbs when destroying them.Erik Andrén
2008-10-12V4L/DVB (9119): gspca: Don't destroy the URBs on disconnect.Jean-Francois Moine
2008-10-12V4L/DVB (9093): gspca: Cleanup code and small changes.Erik Andren
2008-10-12V4L/DVB (9087): gspca: Image transfer by bulk uses altsetting 0 with any buff...Jean-Francois Moine
2008-10-12V4L/DVB (9086): gspca: Use a kref to avoid potentialy blocking forever in dis...Frank Zago
2008-10-12V4L/DVB (9085): gspca: URB_NO_TRANSFER_DMA_MAP is required for isoc and bulk ...Frank Zago
2008-10-12V4L/DVB (9084): gspca: Fixed a few typos in comments.Frank Zago
2008-10-12V4L/DVB (9083): gspca: URB_NO_TRANSFER_DMA_MAP is not useful for isoc transfers.Jean-Francois Moine
2008-10-12V4L/DVB (9079): gspca: Return error code from stream start functions.Jean-Francois Moine
2008-10-12V4L/DVB (9078): gspca: New exported function to retrieve the current frame bu...Jean-Francois Moine
2008-10-12V4L/DVB (9077): gspca: Set the right V4L2_DEBUG values in the main driver.Frank Zago
2008-10-12V4L/DVB (8930): gspca: The image transfer by bulk is started by the subdrivers.Jean-Francois Moine
2008-10-12V4L/DVB (8928): gspca: Version change to 2.3.0.Jean-Francois Moine
2008-10-12V4L/DVB (8910): gspca: Add support of image transfer by bulk and minor change.Jean-Francois Moine
2008-10-04V4L/DVB (8926): gspca: Bad fix of leak memory (changeset 43d2ead315b1).Jean-Francois Moine
2008-09-29V4L/DVB (8887): gspca: fix memory leakDouglas Schilling Landgraf
2008-09-03V4L/DVB (8829): gspca: Have a clean kmalloc-ated buffer for USB exchanges.Jean-Francois Moine
2008-09-03V4L/DVB (8824): gspca: Too much code removed in the suspend/resume changeset.Jean-Francois Moine
2008-09-03V4L/DVB (8822): gspca: Change some subdriver functions for suspend/resume.Jean-Francois Moine
2008-09-03V4L/DVB (8818): gspca: Reinitialize the device on resume.Jean-Francois Moine
2008-09-03V4L/DVB (8815): gspca: Fix problems with disabled controls.Hans de Goede
2008-09-03V4L/DVB (8814): gspca: Set DISABLED the disabled controls at query control time.Jean-Francois Moine
2008-09-03V4L/DVB (8810): gspca: Compile error when CONFIG_PM not defined.Jean-Francois Moine
2008-09-03V4L/DVB (8809): gspca: Revert commit 9a9335776548d01525141c6e8f0c12e86bbde982Hans de Goede
2008-09-03V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil
2008-09-03V4L/DVB (8720): gspca: V4L2_CAP_SENSOR_UPSIDE_DOWN added as a cap for some we...Hans de Goede
2008-09-03V4L/DVB (8719): gspca: Have VIDIOC_QUERYCTRL more compliant to the spec.Jean-Francois Moine
2008-09-03V4L/DVB (8718): gspca: suspend/resume added.Jean-Francois Moine
2008-08-06V4L/DVB (8605): gspca: Fix of gspca_zc3xx oops - 2.6.27-rc1Rabin Vincent
2008-08-06V4L/DVB (8571): gspca: Don't use CONFIG_VIDEO_ADV_DEBUG as a compile option.Jean-Francois Moine
2008-07-27V4L/DVB (8544): gspca: probe/open race.Oliver Neukum
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil
2008-07-27V4L/DVB (8511): gspca: Get the card name of QUERYCAP from the usb product name.Jean-Francois Moine
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil
2008-07-23V4L/DVB (8441): gspca: Bad handling of start of frames in sonixj.Jean-Francois Moine
2008-07-23V4L/DVB (8440): gspca: Makes some needlessly global functions static.Adrian Bunk
2008-07-23V4L/DVB (8436): gspca: Version number only in the main driver.Jean-Francois Moine
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil
2008-07-23V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil
2008-07-20V4L/DVB (8356): gspca: 352x288 mode fix and source clean-up for Sonix bridges.Hans de Goede
2008-07-20V4L/DVB (8352): gspca: Buffers for USB exchanges cannot be in the stack.Jean-Francois Moine
2008-07-20V4L/DVB (8350): gspca: Conform to v4l2 spec and mutex unlock fix.Jean-Francois Moine
2008-07-20V4L/DVB (8348): gspca: Add auto gain/exposure to sonixb and tas5110 / ov6650 ...Hans de Goede
2008-07-20V4L/DVB (8253): gspca: fix warnings on x86_64Mauro Carvalho Chehab
2008-07-20V4L/DVB (8232): gspca: Change the USERPTR mechanism.Jean-Francois Moine
2008-07-20V4L/DVB (8201): gspca: v4l2_pix_format in each subdriver.Jean-Francois Moine
2008-07-20V4L/DVB (8199): gspca: Compile warnings about NULL ptr.Harvey Harrison
2008-07-20V4L/DVB (8197): gspca: pac207 frames no more decoded in the subdriver.Hans de Goede
2008-07-20V4L/DVB (8196): gspca: Correct sizeimage in vidioc_s/try/g_fmt_capHans de Goede