summaryrefslogtreecommitdiff
path: root/drivers/media/video/gspca/sn9c20x.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab1-2428/+0
2012-07-10gspca_sn9c20x: Fix NULL pointer dereferenceHans de Goede1-5/+8
2012-06-11[media] gscpa_sn9c20x: Move clustering of controls to after error checkingHans de Goede1-10/+14
2012-05-14[media] gscpa: Move ctrl_handler to gspca_devHans de Goede1-13/+13
2012-05-14[media] gspca_sn9c20x: Whitespace fixesHans de Goede1-2/+2
2012-05-14[media] gcpca_sn9c20x: Convert to the control frameworkHans Verkuil1-283/+212
2012-05-03[media] gspca - sn9c20x: Change the exposure setting of Omnivision sensorsJean-François Moine1-4/+19
2012-05-03[media] gspca - sn9c20x: Don't do sensor update before the capture is startedJean-François Moine1-2/+8
2012-05-03[media] gspca - sn9c20x: Set the i2c interface speedJean-François Moine1-8/+15
2012-05-03[media] gspca - sn9c20x: Define more tables as constantJean-François Moine1-21/+21
2012-05-03[media] gspca - sn9c20x: Add the sensor mt9vprb to the sensor ident tableJean-François Moine1-0/+1
2012-05-03[media] gspca - sn9c20x: Change the number of the sensor mt9vprbJean-François Moine1-1/+1
2012-03-20[media] gspca - sn9c20x: Cleanup sourceJean-François Moine1-28/+32
2012-03-20[media] gspca - sn9c20x: Simplify register write for capture start/stopJean-François Moine1-6/+2
2012-03-20[media] gspca - sn9c20x: Add automatic JPEG compression mechanismJean-François Moine1-0/+101
2012-03-20[media] gspca - sn9c20x: Greater delay in case of sensor no responseJean-François Moine1-1/+1
2012-03-20[media] gspca - sn9c20x: Optimize the code of write sequencesJean-François Moine1-103/+66
2012-03-20[media] gspca - sn9c20x: Add the JPEG compression quality controlJean-François Moine1-4/+37
2012-03-20[media] gspca - sn9c20x: Add a delay after Omnivision sensor resetJean-François Moine1-4/+14
2012-03-20[media] gspca - sn9c20x: Propagate USB errors to higher levelJean-François Moine1-152/+171
2012-03-20[media] gspca - sn9c20x: Use the new video control mechanismJean-François Moine1-395/+134
2012-03-20[media] gspca - sn9c20x: Fix loss of frame startJean-François Moine1-2/+5
2012-01-16Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+38
2012-01-06[media] gscpa - sn9c20x: Add sd_isoc_init ensuring enough bw when i420 fmtHans de Goede1-0/+37
2012-01-06[media] gspca: Add a need_max_bandwidth flag to sd_descHans de Goede1-0/+1
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-09-24[media] gspca - sn9c20x: Fix status LED device 0c45:62b3Frank Schaefer1-1/+1
2011-09-04[media] sn9c20x: Use current logging stylesJoe Perches1-36/+38
2011-03-22[media] gspca_sn9c20x: Add another MSI laptop to the sn9c20x upside down listHans de Goede1-0/+7
2011-03-22[media] gspca_sn9c20x: Make buffers slightly larger for JPEG framesHans de Goede1-4/+4
2011-03-22[media] gspca_sn9c20x: Add LED_REVERSE flag for 0c45:62bbHans de Goede1-1/+1
2011-03-22[media] gspca_sn9c20x: Add hflip and vflip controls for the ov7660 sensorHans de Goede1-3/+13
2011-03-22[media] gspca_sn9c20x: Fix colored borders with ov7660 sensorHans de Goede1-2/+5
2011-01-19[media] gspca: Remove __devinit, __devinitconst and __devinitdataJean-François Moine1-1/+1
2010-12-29[media] gspca/sn9c20x: Fix support for mt9m001 (mi1300) sensorMauro Carvalho Chehab1-13/+61
2010-12-29[media] gspca/sn9c20x: Get rid of scale "magic" numbersMauro Carvalho Chehab1-25/+33
2010-12-29[media] gspca/sn9c20x: Test if sensor is a OV sensorMauro Carvalho Chehab1-0/+9
2010-10-21[media] gspca: Fix coding style issuesJean-François Moine1-4/+9
2010-10-21V4L/DVB: gspca - many subdrivers: Handle the buttons when CONFIG_INPUT=mJean-François Moine1-4/+2
2010-10-21V4L/DVB: gspca - sn9c20x: Better image sizesJean-François Moine1-7/+7
2010-10-21V4L/DVB: gspca - sn9c20x: Fix the number of bytes per lineJean-François Moine1-12/+12
2010-10-21V4L/DVB: gspca - all modules: Remove useless module load/unload messagesJean-François Moine1-7/+1
2010-09-28V4L/DVB: gspca - sn9c20x: Bad transfer size of Bayer imagesJean-François Moine1-2/+1
2010-08-02V4L/DVB: gspca: Remove/move useless inclusions of slab.hJean-François Moine1-1/+0
2010-08-02V4L/DVB: gspca - JPEG subdrivers: Don't allocate the JPEG headerJean-François Moine1-14/+3
2010-05-19V4L/DVB: gspca - sn9c20x: Fix non working mt9v111 sensorBrian Johnson1-25/+7
2010-05-19V4L/DVB: gspca - sn9c20x: HAS_BUTTON flag -> HAS_NO_BUTTON flagBrian Johnson1-8/+8
2010-05-19V4L/DVB: gspca - sn9c20x: Add another MSI laptop to upsidedown device listBrian Johnson1-0/+7
2010-05-19V4L/DVB: gspca - sn9c20x: Add another laptop to upsidedown device listBrian Johnson1-0/+7
2010-05-18V4L/DVB: gspca - sn9c20x: Fix bug with OV9655 codeBrian Johnson1-34/+24