index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
gspca
/
ov519.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] rename most media/video usb drivers to media/usb
Mauro Carvalho Chehab
2012-08-15
1
-4991
/
+0
*
[media] gspca: Add reset_resume callback to all sub-drivers
Hans de Goede
2012-07-30
1
-0
/
+1
*
[media] gspca: always call v4l2_ctrl_handler_setup after start
Hans Verkuil
2012-07-30
1
-2
/
+0
*
[media] ov519: convert to the control framework
Hans Verkuil
2012-07-30
1
-334
/
+265
*
[media] gspca - ov519: Add more information about probe problems
Jean-François Moine
2012-05-03
1
-5
/
+5
*
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-01-15
1
-3
/
+2
|
\
|
*
[media] gscpa_ov519: Fix the bandwidth calc for enabling compression
Hans de Goede
2012-01-06
1
-2
/
+2
|
*
[media] gspca: Remove the useless variable 'reverse_alts'
Jean-François Moine
2011-12-11
1
-1
/
+0
*
|
USB: convert drivers/media/* to use module_usb_driver()
Greg Kroah-Hartman
2011-11-18
1
-12
/
+1
|
/
*
[media] gspca - ov519: Fix LED inversion of some ov519 webcams
Jean-François Moine
2011-09-11
1
-12
/
+10
*
[media] gspca: Use current logging styles
Joe Perches
2011-09-04
1
-20
/
+21
*
[media] gspca - ov519: Fix a LED inversion
Jean-François Moine
2011-07-27
1
-1
/
+2
*
[media] gspca - ov519: Fix sensor detection problems
Jean-François Moine
2011-07-27
1
-0
/
+3
*
[media] gspca - ov519: New sensor ov9600 with bridge ovfx2
Jean-François Moine
2011-07-27
1
-13
/
+96
*
[media] gspca - ov519: Set the default frame rate to 15 fps
Jean-François Moine
2011-06-01
1
-1
/
+1
*
[media] gspca - ov519: Change the ovfx2 bulk transfer size
Jean-François Moine
2011-06-01
1
-2
/
+2
*
[media] gspca - ov519: Fix a regression for ovfx2 webcams
Jean-François Moine
2011-06-01
1
-1
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
*
[media] gspca - ov519: Add exposure and autogain controls for ov2610/2610ae
Jean-François Moine
2011-03-22
1
-14
/
+106
*
[media] gspca - ov519: Add the 800x600 resolution for sensors ov2610/2610ae
Jean-François Moine
2011-03-21
1
-0
/
+23
*
[media] gspca - ov519: Add the sensor ov2610ae
Jean-François Moine
2011-03-21
1
-5
/
+62
*
[media] gspca - ov519: Cleanup source and add a comment
Jean-François Moine
2011-01-19
1
-4
/
+2
*
[media] gspca: Remove __devinit, __devinitconst and __devinitdata
Jean-François Moine
2011-01-19
1
-1
/
+1
*
[media] gspca - ov519: Bad detection of some ov7670 sensors
Jean-François Moine
2010-12-29
1
-2
/
+2
*
[media] gspca - ov519: New sensor ov7660 with bridge ov530 (ov519)
Jean-François Moine
2010-12-29
1
-8
/
+386
*
[media] gspca - ov519: Re-initialize the webcam at resume time
Jean-François Moine
2010-12-29
1
-38
/
+52
*
[media] gspca - ov519: Initialize the ov519 snapshot register
Jean-François Moine
2010-12-29
1
-0
/
+3
*
[media] gspca - ov519: Change the ov519 start and stop sequences
Jean-François Moine
2010-12-29
1
-2
/
+6
*
[media] gspca - ov519: Simplify the LED control functions
Jean-François Moine
2010-12-29
1
-4
/
+4
*
[media] gspca - ov519: Check the disabled controls at start time only
Jean-François Moine
2010-12-29
1
-16
/
+12
*
[media] gspca - ov519: Clearer debug and error messages
Jean-François Moine
2010-12-29
1
-17
/
+19
*
[media] gspca - ov519: Propagate errors to higher level
Jean-François Moine
2010-12-29
1
-332
/
+204
*
[media] gspca - ov519: Define the disabled controls in a table
Jean-François Moine
2010-12-29
1
-15
/
+47
*
[media] gspca - ov519: Set their numbers in the ov519 and ov7670 register names
Jean-François Moine
2010-12-29
1
-123
/
+123
*
[media] gspca - ov519: Cleanup source
Jean-François Moine
2010-12-29
1
-135
/
+130
*
[media] gspca - ov519: Define the sensor types in an enum
Jean-François Moine
2010-12-29
1
-16
/
+21
*
[media] gspca - ov519: Reduce the size of some variables
Jean-François Moine
2010-12-29
1
-3
/
+3
*
[media] gspca - ov519: Change types '__xx' to 'xx'
Jean-François Moine
2010-12-29
1
-41
/
+41
*
[media] gspca - ov519: Don't do USB exchanges after disconnection
Jean-François Moine
2010-12-29
1
-0
/
+2
*
[media] gspca - ov519: Handle the snapshot on capture stop when CONFIG_INPUT=m
Jean-François Moine
2010-12-29
1
-1
/
+1
*
[media] gspca_ov519: generate release button event on stream stop if needed
Hans de Goede
2010-12-29
1
-1
/
+9
*
[media] gspca: Fix coding style issues
Jean-François Moine
2010-10-21
1
-10
/
+8
*
[media] gspca - ov519: Use the new video control mechanism
Jean-François Moine
2010-10-21
1
-241
/
+75
*
V4L/DVB: gspca - many subdrivers: Handle the buttons when CONFIG_INPUT=m
Jean-François Moine
2010-10-21
1
-2
/
+2
*
V4L/DVB: gspca - all modules: Display error messages when gspca debug disabled
Jean-François Moine
2010-10-21
1
-23
/
+20
*
V4L/DVB: gspca - all modules: Remove useless module load/unload messages
Jean-François Moine
2010-10-21
1
-7
/
+1
*
V4L/DVB: gspca - main: Simplify image building
Jean-François Moine
2010-08-02
1
-4
/
+2
*
V4L/DVB: gspca - JPEG subdrivers: Don't allocate the JPEG header
Jean-François Moine
2010-08-02
1
-1
/
+6
*
V4L/DVB: gspca_ov519: Don't report a saturation control for 7670 sensors
Hans de Goede
2010-08-02
1
-1
/
+1
*
V4L/DVB: gspca_ovfx2: drop first frames in stream if not synced
Hans de Goede
2010-08-02
1
-3
/
+18
[next]