aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/ov519.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-3/+2
2012-01-06[media] gscpa_ov519: Fix the bandwidth calc for enabling compressionHans de Goede1-2/+2
2011-12-11[media] gspca: Remove the useless variable 'reverse_alts'Jean-François Moine1-1/+0
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-09-11[media] gspca - ov519: Fix LED inversion of some ov519 webcamsJean-François Moine1-12/+10
2011-09-04[media] gspca: Use current logging stylesJoe Perches1-20/+21
2011-07-27[media] gspca - ov519: Fix a LED inversionJean-François Moine1-1/+2
2011-07-27[media] gspca - ov519: Fix sensor detection problemsJean-François Moine1-0/+3
2011-07-27[media] gspca - ov519: New sensor ov9600 with bridge ovfx2Jean-François Moine1-13/+96
2011-06-01[media] gspca - ov519: Set the default frame rate to 15 fpsJean-François Moine1-1/+1
2011-06-01[media] gspca - ov519: Change the ovfx2 bulk transfer sizeJean-François Moine1-2/+2
2011-06-01[media] gspca - ov519: Fix a regression for ovfx2 webcamsJean-François Moine1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-22[media] gspca - ov519: Add exposure and autogain controls for ov2610/2610aeJean-François Moine1-14/+106
2011-03-21[media] gspca - ov519: Add the 800x600 resolution for sensors ov2610/2610aeJean-François Moine1-0/+23
2011-03-21[media] gspca - ov519: Add the sensor ov2610aeJean-François Moine1-5/+62
2011-01-19[media] gspca - ov519: Cleanup source and add a commentJean-François Moine1-4/+2
2011-01-19[media] gspca: Remove __devinit, __devinitconst and __devinitdataJean-François Moine1-1/+1
2010-12-29[media] gspca - ov519: Bad detection of some ov7670 sensorsJean-François Moine1-2/+2
2010-12-29[media] gspca - ov519: New sensor ov7660 with bridge ov530 (ov519)Jean-François Moine1-8/+386
2010-12-29[media] gspca - ov519: Re-initialize the webcam at resume timeJean-François Moine1-38/+52
2010-12-29[media] gspca - ov519: Initialize the ov519 snapshot registerJean-François Moine1-0/+3
2010-12-29[media] gspca - ov519: Change the ov519 start and stop sequencesJean-François Moine1-2/+6
2010-12-29[media] gspca - ov519: Simplify the LED control functionsJean-François Moine1-4/+4
2010-12-29[media] gspca - ov519: Check the disabled controls at start time onlyJean-François Moine1-16/+12
2010-12-29[media] gspca - ov519: Clearer debug and error messagesJean-François Moine1-17/+19
2010-12-29[media] gspca - ov519: Propagate errors to higher levelJean-François Moine1-332/+204
2010-12-29[media] gspca - ov519: Define the disabled controls in a tableJean-François Moine1-15/+47
2010-12-29[media] gspca - ov519: Set their numbers in the ov519 and ov7670 register namesJean-François Moine1-123/+123
2010-12-29[media] gspca - ov519: Cleanup sourceJean-François Moine1-135/+130
2010-12-29[media] gspca - ov519: Define the sensor types in an enumJean-François Moine1-16/+21
2010-12-29[media] gspca - ov519: Reduce the size of some variablesJean-François Moine1-3/+3
2010-12-29[media] gspca - ov519: Change types '__xx' to 'xx'Jean-François Moine1-41/+41
2010-12-29[media] gspca - ov519: Don't do USB exchanges after disconnectionJean-François Moine1-0/+2
2010-12-29[media] gspca - ov519: Handle the snapshot on capture stop when CONFIG_INPUT=mJean-François Moine1-1/+1
2010-12-29[media] gspca_ov519: generate release button event on stream stop if neededHans de Goede1-1/+9
2010-10-21[media] gspca: Fix coding style issuesJean-François Moine1-10/+8
2010-10-21[media] gspca - ov519: Use the new video control mechanismJean-François Moine1-241/+75
2010-10-21V4L/DVB: gspca - many subdrivers: Handle the buttons when CONFIG_INPUT=mJean-François Moine1-2/+2
2010-10-21V4L/DVB: gspca - all modules: Display error messages when gspca debug disabledJean-François Moine1-23/+20
2010-10-21V4L/DVB: gspca - all modules: Remove useless module load/unload messagesJean-François Moine1-7/+1
2010-08-02V4L/DVB: gspca - main: Simplify image buildingJean-François Moine1-4/+2
2010-08-02V4L/DVB: gspca - JPEG subdrivers: Don't allocate the JPEG headerJean-François Moine1-1/+6
2010-08-02V4L/DVB: gspca_ov519: Don't report a saturation control for 7670 sensorsHans de Goede1-1/+1
2010-08-02V4L/DVB: gspca_ovfx2: drop first frames in stream if not syncedHans de Goede1-3/+18
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-26V4L/DVB: gspca_ov519: add support for the button on ov511 based camsHans de Goede1-5/+17
2010-02-26V4L/DVB: gspca_ov519: Add support for the button on ov518 based camsHans de Goede1-25/+29
2010-02-26V4L/DVB: gspca_ov519: add support for the button on ov519 based camsHans de Goede1-0/+62
2010-02-26V4L/DVB (14000): gspca_ov519: ov764x remove setting of AEC limitsHans de Goede1-6/+4