summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/gspca.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (10619): gspca - main: Destroy the URBs at disconnection time.Adam Baker2009-02-171-0/+5
* V4L/DVB (10385): gspca - main: Fix memory leak when USB disconnection while s...Jean-Francois Moine2009-01-291-2/+2
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-8/+4
* V4L/DVB (9997): gspca - main: Don't lock the kernel on ioctl.Jean-Francois Moine2008-12-301-1/+1
* V4L/DVB (9991): gspca - main: Check if a buffer has been queued on streamon.Jean-Francois Moine2008-12-301-1/+2
* V4L/DVB (9990): gspca - main: Remove useless tests of the buffer type.Jean-Francois Moine2008-12-301-12/+1
* V4L/DVB (9876): gspca - main: Allow subdrivers to handle v4l2_streamparm requ...Jim Paris2008-12-301-0/+22
* V4L/DVB (9846): gspca: Do the webcam microphone work when present.Jean-Francois Moine2008-12-301-1/+33
* V4L/DVB (9841): gspca: Use msleep instead of mdelay.Jean-Francois Moine2008-12-301-1/+1
* V4L/DVB (9838): gspca: Delay when trying an other altsetting on streaming start.Jean-Francois Moine2008-12-301-1/+4
* V4L/DVB (9710): gspca: Remove some unuseful core in main.Jean-Francois Moine2008-12-301-5/+4
* V4L/DVB (9707): gspca: Remove the event counter and simplify the frame wait.Hans de Goede2008-12-301-28/+12
* V4L/DVB (9713): gspca: Add the ov534 webcams in the gspca documentation.Jean-Francois Moine2008-12-291-0/+3
* V4L/DVB (9706): gspca: Use the ref counting of v4l2 for disconnection.Hans de Goede2008-12-291-13/+4
* V4L/DVB (9688): gspca: Reset the bulk URB status before resubmitting at irq l...Jean-Francois Moine2008-12-291-2/+7
* V4L/DVB (9682): gspca: New subdriver parameter 'bulk_nurbs'.Antonio Ospite2008-12-291-4/+15
* V4L/DVB (9638): drivers/media: use ARRAY_SIZEJulia Lawall2008-12-291-1/+1
* V4L/DVB (9565): gspca: Remove empty lines in traces.Jean-Francois Moine2008-12-291-1/+1
* V4L/DVB (9547): gspca: Version change.Jean-Francois Moine2008-12-291-1/+1
* V4L/DVB (9545): gspca: Add a flag for empty ISOC packets.Jean-Francois Moine2008-12-291-1/+5
* V4L/DVB (9544): gspca: Clear the bulk endpoint at starting time when bulk tra...Jean-Francois Moine2008-12-291-0/+6
* V4L/DVB (9691): gspca: Some cleanups at device registerJean-Francois Moine2008-12-291-11/+7
* V4L/DVB (9875): gspca - main: Fix vidioc_s_jpegcomp locking.Jim Paris2008-12-161-2/+2
* V4L/DVB (9691): gspca: Move the video device to a separate area.Jean-Francois Moine2008-11-241-15/+13
* V4L/DVB (9690): gspca: Lock the subdrivers via module_get/put.Jean-Francois Moine2008-11-241-3/+10
* V4L/DVB (9689): gspca: Memory leak when disconnect while streaming.Jean-Francois Moine2008-11-241-9/+8
* V4L/DVB (9286): gspca: Compilation problem of gspca.c and the kernel version.Jean-Francois Moine2008-10-171-0/+1
* V4L/DVB (9282): Properly iterate the urbs when destroying them.Erik Andrén2008-10-171-1/+1
* V4L/DVB (9119): gspca: Don't destroy the URBs on disconnect.Jean-Francois Moine2008-10-121-8/+3
* V4L/DVB (9093): gspca: Cleanup code and small changes.Erik Andren2008-10-121-8/+4
* V4L/DVB (9087): gspca: Image transfer by bulk uses altsetting 0 with any buff...Jean-Francois Moine2008-10-121-15/+27
* V4L/DVB (9086): gspca: Use a kref to avoid potentialy blocking forever in dis...Frank Zago2008-10-121-12/+27
* V4L/DVB (9085): gspca: URB_NO_TRANSFER_DMA_MAP is required for isoc and bulk ...Frank Zago2008-10-121-1/+3
* V4L/DVB (9084): gspca: Fixed a few typos in comments.Frank Zago2008-10-121-6/+6
* V4L/DVB (9083): gspca: URB_NO_TRANSFER_DMA_MAP is not useful for isoc transfers.Jean-Francois Moine2008-10-121-2/+1
* V4L/DVB (9079): gspca: Return error code from stream start functions.Jean-Francois Moine2008-10-121-1/+5
* V4L/DVB (9078): gspca: New exported function to retrieve the current frame bu...Jean-Francois Moine2008-10-121-12/+21
* V4L/DVB (9077): gspca: Set the right V4L2_DEBUG values in the main driver.Frank Zago2008-10-121-2/+4
* V4L/DVB (8930): gspca: The image transfer by bulk is started by the subdrivers.Jean-Francois Moine2008-10-121-7/+7
* V4L/DVB (8928): gspca: Version change to 2.3.0.Jean-Francois Moine2008-10-121-1/+1
* V4L/DVB (8910): gspca: Add support of image transfer by bulk and minor change.Jean-Francois Moine2008-10-121-27/+88
* V4L/DVB (8926): gspca: Bad fix of leak memory (changeset 43d2ead315b1).Jean-Francois Moine2008-10-041-3/+2
* V4L/DVB (8887): gspca: fix memory leakDouglas Schilling Landgraf2008-09-291-0/+2
* V4L/DVB (8829): gspca: Have a clean kmalloc-ated buffer for USB exchanges.Jean-Francois Moine2008-09-031-0/+8
* V4L/DVB (8824): gspca: Too much code removed in the suspend/resume changeset.Jean-Francois Moine2008-09-031-0/+5
* V4L/DVB (8822): gspca: Change some subdriver functions for suspend/resume.Jean-Francois Moine2008-09-031-28/+17
* V4L/DVB (8818): gspca: Reinitialize the device on resume.Jean-Francois Moine2008-09-031-3/+6
* V4L/DVB (8815): gspca: Fix problems with disabled controls.Hans de Goede2008-09-031-1/+5
* V4L/DVB (8814): gspca: Set DISABLED the disabled controls at query control time.Jean-Francois Moine2008-09-031-13/+20
* V4L/DVB (8810): gspca: Compile error when CONFIG_PM not defined.Jean-Francois Moine2008-09-031-0/+2
OpenPOWER on IntegriCloud