summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca
Commit message (Expand)AuthorAgeFilesLines
* gspca_sn9c20x: Fix NULL pointer dereferenceHans de Goede2012-07-091-5/+8
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-256-42/+23Star
|\
| * [media] gspca - sonixj: Fix bad values of webcam 0458:7025Jean-Francois Moine2012-06-111-1/+1
| * [media] gspca - ov534/ov534_9: Fix sccd_read/write errorsJean-Francois Moine2012-06-112-0/+2
| * [media] gspca-core: Fix buffers staying in queued state after a stream_offHans de Goede2012-06-111-1/+3
| * [media] gspca_ov534: make AGC and AWB controls independentAntonio Ospite2012-06-111-29/+2Star
| * [media] gscpa_sn9c20x: Move clustering of controls to after error checkingHans de Goede2012-06-111-10/+14
| * [media] gspca_pac7311: Correct number of controlsHans de Goede2012-06-111-1/+1
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-2435-2648/+1877Star
|\|
| * [media] media: add support to gspca/pac7302.c for 093a:2627 (Genius FaceCam 300)Jozsef Marton2012-05-201-0/+1
| * [media] gspca: the field 'frozen' is under CONFIG_PMHans Verkuil2012-05-206-11/+40
| * Merge remote-tracking branch 'linus/master' into staging/for_v3.5Mauro Carvalho Chehab2012-05-151-4/+4
| |\
| * | [media] gspca: passing wrong length parameter to reg_w()Dan Carpenter2012-05-151-2/+2
| * | [media] v4l2-dev: rename two functionsHans Verkuil2012-05-141-3/+3
| * | [media] gspca - ov534: Add Hue controlAntonio Ospite2012-05-141-2/+63
| * | [media] gspca - ov534: Add Saturation controlAntonio Ospite2012-05-141-38/+45
| * | [media] gspca_pac7311: Remove vflip controlHans de Goede2012-05-141-11/+7Star
| * | [media] gspca_pac7311: Set register page at start of initHans de Goede2012-05-141-0/+1
| * | [media] gspca_pac7311: Convert to the control frameworkHans de Goede2012-05-141-126/+108Star
| * | [media] gspca: Remove gspca_auto_gain_n_exposure functionHans de Goede2012-05-142-91/+0Star
| * | [media] gscpa_pac207: Switch to coarse_grained_expo auto gain algorithmHans de Goede2012-05-141-5/+2Star
| * | [media] gspca_pac207: Convert to the control frameworkHans de Goede2012-05-141-205/+95Star
| * | [media] gscpa_pac207: use usb_err for error handlingHans de Goede2012-05-141-12/+21
| * | [media] gscpa: Move ctrl_handler to gspca_devHans de Goede2012-05-1410-51/+56
| * | [media] gspca_mars: Convert to the control frameworkHans Verkuil2012-05-141-166/+126Star
| * | [media] gscpa_stv06xx: Make sd_desc constHans de Goede2012-05-142-5/+1Star
| * | [media] gspca_stv06xx: Convert to the control frameworkHans Verkuil2012-05-1411-711/+275Star
| * | [media] gspca_sn9c20x: Whitespace fixesHans de Goede2012-05-141-2/+2
| * | [media] gcpca_sn9c20x: Convert to the control frameworkHans Verkuil2012-05-141-283/+212Star
| * | [media] gspca_zc3xx: Convert to the control frameworkHans Verkuil2012-05-141-268/+170Star
| * | [media] gspca_zc3xx: Disable the highest quality setting as it is not usableHans de Goede2012-05-141-3/+6
| * | [media] gspca_zc3xx: Always automatically adjust BRC as neededHans de Goede2012-05-141-106/+53Star
| * | [media] gspca_zc3xx: Fix JPEG quality setting codeHans de Goede2012-05-141-42/+22Star
| * | [media] gspca_zc3xx: Fix setting of jpeg quality while streamingHans de Goede2012-05-141-2/+3
| * | [media] gspca_gl860: Add a present check to sd_stop0Hans de Goede2012-05-141-0/+3
| * | [media] gspca: Add autogain functions for use with control framework driversHans de Goede2012-05-143-1/+194
| * | [media] gspca: Set gspca_dev->usb_err to 0 at the begin of gspca_stream_offHans de Goede2012-05-141-5/+2Star
| * | [media] gspca: Call sd_stop0 on disconnectHans de Goede2012-05-141-11/+11
| * | [media] gspca: Use req_events in pollHans de Goede2012-05-141-18/+26
| * | [media] gscpa: Clear usb_err before calling sd methods from suspend/resumeHans de Goede2012-05-141-0/+2
| * | [media] gspca: Switch to V4L2 core locking, except for the buffer queuing ioctlsHans Verkuil2012-05-142-182/+82Star
| * | [media] gspca: Fix locking issues related to suspend/resumeHans Verkuil2012-05-147-22/+31
| * | [media] gspca: Fix querycap and incorrect return codesHans Verkuil2012-05-141-9/+10
| * | [media] gspca: Add support for control eventsHans Verkuil2012-05-141-0/+4
| * | [media] gscpa: Use v4l2_fh and add G/S_PRIORITY supportHans Verkuil2012-05-142-3/+12
| * | [media] gspca: Use video_drvdata(file) instead of file->private_dataHans Verkuil2012-05-141-33/+31Star
| * | [media] gspca: Allow subdrivers to use the control frameworkHans Verkuil2012-05-142-9/+28
| * | [media] gspca_pac7302: Improve the gain controlHans de Goede2012-05-071-5/+15
| * | [media] gspca_pac7302: Document some more registersHans de Goede2012-05-071-1/+15
| * | [media] gspca_pac7302: Convert multi-line comments to standard kernel styleHans de Goede2012-05-071-63/+79