summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (10619): gspca - main: Destroy the URBs at disconnection time.Adam Baker2009-02-171-0/+5
* V4L/DVB (10385): gspca - main: Fix memory leak when USB disconnection while s...Jean-Francois Moine2009-01-291-2/+2
* V4L/DVB (10180): drivers/media: Fix a number of sparse warningsMauro Carvalho Chehab2009-01-071-1/+1
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-8/+4
* V4L/DVB (10127): stv06xx: Avoid having y unitializedErik Andrén2008-12-301-2/+4
* V4L/DVB (10107): More than one driver defines the same var name (dump_bridge)...Mauro Carvalho Chehab2008-12-301-3/+3
* V4L/DVB (10106): gscpa - stv06xx: Fix compilation with kernel treeMauro Carvalho Chehab2008-12-301-0/+3
* V4L/DVB (10050): gspca - vc032x: Webcam 046d:0897 added.Jean-Francois Moine2008-12-301-0/+1
* V4L/DVB (10049): gspca - many subdrivers: Set 'const' the pixel format table.Jean-Francois Moine2008-12-3023-33/+33
* V4L/DVB (10048): gspca - stv06xx: New subdriver.Erik Andren2008-12-3013-1/+2805
* V4L/DVB (10046): gspca - ov534: Use the gspca usb buf for usb control messages.Jean-Francois Moine2008-12-301-51/+53
* V4L/DVB (10045): gspca - ov534: Remove empty line in trace.Jean-Francois Moine2008-12-301-1/+1
* V4L/DVB (10044): gspca - pac7311: Webcam 093a:2620 added.Hans de Goede2008-12-301-0/+1
* V4L/DVB (10041): m5602 - rework parts of the resolution initializationErik Andrén2008-12-302-35/+32
* V4L/DVB (10040): m5602 - ov9650: Activate variopixelErik Andrén2008-12-301-0/+7
* V4L/DVB (10039): m5602 - ov9650: Add CIF modeErik Andrén2008-12-302-1/+51
* V4L/DVB (10038): m5602: tweak the hsync. Remove redundant init sequenceErik Andrén2008-12-301-9/+4
* V4L/DVB (10037): m5602: add QVGA mode for the ov9650 sensorErik Andrén2008-12-302-3/+51
* V4L/DVB (10036): m5602 - ov9650: Prepare the sensor to set multiple resolutionsErik Andrén2008-12-302-26/+57
* V4L/DVB (10035): m5602: add a start sending hook in the sensor structErik Andrén2008-12-302-0/+6
* V4L/DVB (10034): m5602: fixup offset in order to align imageErik Andrén2008-12-301-3/+3
* V4L/DVB (10033): m5602: add some commentsErik Andrén2008-12-302-9/+10
* V4L/DVB (10032): m5602: add vflip quirk for Alienware m9700Erik Andrén2008-12-301-0/+7
* V4L/DVB (10031): m5602: correct the name of the Pascal Stangs libraryErik Andrén2008-12-301-1/+1
* V4L/DVB (10030): m5602: Use read/modify/write when toggling vflip on the po1030Erik Andrén2008-12-301-4/+12
* V4L/DVB (10029): m5602: remove uneeded test on po1030Erik Andrén2008-12-301-6/+0
* V4L/DVB (10028): mt5602: Remove the s5k83a specific read_sensor functionErik Andrén2008-12-302-40/+0
* V4L/DVB (10027): m5602: convert the s5k83a sensor to use the common functionErik Andrén2008-12-301-13/+13
* V4L/DVB (10026): m5602: remove the s5k4aa implementation of the read_sensorErik Andrén2008-12-302-43/+0
* V4L/DVB (10025): m5602: convert the s5k4aa sensor to use the common functionErik Andrén2008-12-301-17/+17
* V4L/DVB (10024): m5602: Remove the mt9m111 implementation of the read_sensor ...Erik Andrén2008-12-302-36/+0
* V4L/DVB (10023): m5602: Convert the mt9m111 to use the common read_sensor fun...Erik Andrén2008-12-301-9/+9
* V4L/DVB (10022): m5602: Remove the po1030 read_sensor functionErik Andrén2008-12-302-36/+0
* V4L/DVB (10021): m5602: Let the po1030 use the common read_sensor functionErik Andrén2008-12-301-13/+13
* V4L/DVB (10020): m5602: Remove the ov9650 implementation of the read sensor f...Erik Andrén2008-12-302-42/+0
* V4L/DVB (10019): m5602: Let the ov9650 use the common read sensor functionErik Andrén2008-12-301-24/+24
* V4L/DVB (10018): gspca - m5602 - ov9650: Use generic read_sensor functionErik Andrén2008-12-301-6/+17
* V4L/DVB (10015): gspca - m5602: Add initial read sensor implementationErik Andrén2008-12-302-0/+39
* V4L/DVB (10014): gspca - m5602: Remove all sensor specific write functions.Erik Andrén2008-12-3010-230/+0
* V4L/DVB (10013): Convert all sensors to use the unified write sensor functionErik Andrén2008-12-306-95/+98
* V4L/DVB (10012): m5602: Start to unify read/write sensor functionsErik Andrén2008-12-307-0/+52
* V4L/DVB (10011): m5602: Remove the write and read sensor from the main structErik Andrén2008-12-305-18/+1
* V4L/DVB (10010): gspca - m5602: Add vflip quirk for the ASUS A6JaErik Andrén2008-12-301-0/+7
* V4L/DVB (10009): gspca - m5602: Convert some functions to be staticErik Andrén2008-12-3010-15/+14
* V4L/DVB (10008): gspca - m5602: Checkpatch.pl fixes on m5602_ov9650.cErik Andrén2008-12-301-2/+3
* V4L/DVB (10007): gspca - m5602: Refactor the error handling in the s5k83aErik Andrén2008-12-301-26/+36
* V4L/DVB (10006): gspca - m5602: Align some definesErik Andrén2008-12-302-10/+10
* V4L/DVB (10005): m5602: Cleanup the s5k4aa error handling, cull some commentsErik Andrén2008-12-302-14/+14
* V4L/DVB (10004): m5602: Cleanup the po1030 sensor error handlingErik Andrén2008-12-301-21/+30
* V4L/DVB (10003): m5602: Simplify the error handling in the ov9650 sensorErik Andrén2008-12-301-35/+46
OpenPOWER on IntegriCloud