summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/sonixj.c
Commit message (Expand)AuthorAgeFilesLines
* [media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab2012-08-151-3206/+0
* [media] gspca: Add reset_resume callback to all sub-driversHans de Goede2012-07-301-0/+1
* [media] gspca - sonixj: Fix bad values of webcam 0458:7025Jean-Francois Moine2012-06-111-1/+1
* Merge remote-tracking branch 'linus/master' into staging/for_v3.5Mauro Carvalho Chehab2012-05-151-4/+4
|\
| * [media] gspca - sonixj: Fix a zero divide in isoc interruptJean-François Moine2012-05-081-4/+4
* | [media] gspca/autogain_functions.h: Allow users to declare what they wantHans de Goede2012-05-071-4/+1
|/
* [media] gspca - sonixj: Add exposure, gain and auto exposure for po2030nJean-François Moine2012-03-081-37/+145
* [media] gspca - sonixj: Remove the jpeg controlJean-François Moine2012-03-081-13/+0
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-151-6/+12
|\
| * [media] gspca - sonixj: Change color control for sensor po2030nJean-François Moine2011-12-111-1/+11
| * [media] gspca - sonixj: Bad sensor mode at start timeJean-François Moine2011-12-111-1/+1
| * [media] gspca: Remove the useless variable 'nbalt'Jean-François Moine2011-12-111-4/+0
* | USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
|/
* [media] gspca - sonixj: Cleanup source and remove useless instructionsJean-François Moine2011-09-111-8/+5
* [media] gspca - sonixj: Increase the exposure for sensor soi768Jean-François Moine2011-09-111-1/+1
* [media] gspca - sonixj: Adjust the contrast controlJean-François Moine2011-09-111-4/+4
* [media] gspca - sonixj: Fix the darkness of sensor om6802 in 320x240Jean-François Moine2011-09-111-0/+4
* [media] gspca: Use current logging stylesJoe Perches2011-09-041-10/+12
* [media] Fix wrong register mask in gspca/sonixj.cLuiz Ramos2011-08-071-1/+1
* [media] Make nchg variable signed because the code compares this variable aga...Hans Petter Selasky2011-06-011-1/+1
* [media] gspca - sonixj: The pin S_PWR_DN is inverted for sensor mi0360Jean-François Moine2011-03-211-1/+1
* [media] gspca - sonixj, zc3xx: Let some bandwidth for audio when USB 1.1Jean-François Moine2011-03-211-0/+4
* [media] gspca - sonixj: Set both pins for infrared of mt9v111 webcamsJean-François Moine2011-03-211-14/+5
* [media] gspca - sonixj: Same init for all bridges but the sn9c102pJean-François Moine2011-03-211-7/+1
* [media] gspca - sonixj: Simplify GPIO setting when audio presentJean-François Moine2011-03-211-2/+3
* [media] gspca - sonixj: Adjust autogain for sensor mt9v111Jean-François Moine2011-03-211-6/+9
* [media] gspca - sonixj: Fix start sequence of sensor mt9v111Jean-François Moine2011-03-211-19/+4
* [media] gspca - sonixj: Update the JPEG quality for best image transferJean-François Moine2011-03-211-23/+86
* [media] gspca - sonixj: Have the same JPEG quality for encoding and decodingJean-François Moine2011-03-211-15/+4
* [media] gspca - sonixj: Better scanning of isochronous packetsJean-François Moine2011-03-211-26/+93
* [media] gspca - sonixj: Move the avg lum computation to a separate functionJean-François Moine2011-03-211-18/+26
* [media] gspca - sonixj: Add LED (illuminator) control to the webcam 0c45:614aJean-François Moine2011-01-191-9/+17
* [media] gspca - sonixj: Infrared bug fix and enhancementJean-François Moine2011-01-191-42/+38
* [media] gspca: Remove __devinit, __devinitconst and __devinitdataJean-François Moine2011-01-191-1/+1
* [media] gspca_sonixj: Add one more commented out usb-idHans de Goede2011-01-191-0/+1
* [media] gspca_sonixj: Probe sensor type independent of bridge typeHans de Goede2011-01-191-29/+29
* [media] gspca_sonixj: Enable more usb ids when sn9c102 gets compiled tooHans de Goede2011-01-191-5/+1
* [media] gspca - sonixj: Bad clock for om6802 in 640x480Jean-François Moine2010-12-291-1/+1
* [media] gspca - sonixj: Simplify and clarify the hv7131r probe functionJean-François Moine2010-12-291-9/+9
* [media] gspca - sonixj: Better handling of the bridge registers 0x01 and 0x17Jean-Francois Moine2010-12-171-163/+100
* [media] gspca - sonixj: Add the bit definitions of the bridge reg 0x01 and 0x17Jean-Francois Moine2010-12-171-0/+13
* [media] gspca - sonixj: Set the flag for some devicesJean-Francois Moine2010-12-171-2/+5
* [media] gspca - sonixj: Add a flag in the driver_info tableJean-Francois Moine2010-12-171-2/+8
* [media] gspca - sonixj: Fix a bad probe exchangeJean-Francois Moine2010-12-171-2/+2
* [media] gspca - sonixj: Move bridge init to sd startJean-Francois Moine2010-12-171-136/+129
* [media] gspca: Fix coding style issuesJean-François Moine2010-10-211-2/+1
* [media] gspca - sonixj: Add horizontal and vertical flip for po2030nNémeth Márton2010-10-211-14/+51
* [media] gspca - sonixj: Remove magic numbers for delayNémeth Márton2010-10-211-20/+23
* [media] gspca - sonixj: Fix a regression with sensor hv7131rJean-François Moine2010-10-211-2/+1
* [media] gspca - sonixj: Fix a regression of sensors hv7131r and mi0360Jean-François Moine2010-10-211-2/+1