aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/t613.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-6/+8
* [media] gspca - stk014 / t613: Accept the index 0 in querymenuJean-François Moine2011-05-211-11/+6
* [media] gspca: Remove __devinit, __devinitconst and __devinitdataJean-François Moine2011-01-191-1/+1
* [media] gspca: Convert some uppercase hexadecimal values to lowercaseJean-François Moine2010-12-291-1/+1
* V4L/DVB: gspca - all modules: Display error messages when gspca debug disabledJean-François Moine2010-10-211-1/+1
* V4L/DVB: gspca - all modules: Remove useless module load/unload messagesJean-François Moine2010-10-211-7/+1
* V4L/DVB: gspca - sonixj / sq930x / t613: Remove unused variable in struct sdJean-François Moine2010-08-081-2/+2
* V4L/DVB: drivers/media/video/gspca: Use kmemdupJulia Lawall2010-08-021-2/+1
* V4L/DVB: gspca: Remove/move useless inclusions of slab.hJean-François Moine2010-08-021-0/+1
* V4L/DVB: gspca - t613: Change the gain mechanismJean-François Moine2010-08-021-62/+97
* V4L/DVB: gspca - t613: Simplify the scan of isoc packetsJean-François Moine2010-08-021-17/+8
* V4L/DVB: gspca - t613: Remove the RGB gains setting from sensor_pollingJean-François Moine2010-08-021-5/+2
* V4L/DVB: gspca - t613: Change the gamma tableJean-François Moine2010-08-021-21/+22
* V4L/DVB: gspca - t613: Adjust light frequency values per sensorJean-François Moine2010-08-021-20/+34
* V4L/DVB: gspca - t613: Cleanup and clarify the sourceJean-François Moine2010-08-021-67/+55
* V4L/DVB: gspca - t613: Add color controlsCostantino Leandro2010-05-181-9/+150
* V4L/DVB: gspca - t613: Check the result of kmallocJean-François Moine2010-05-181-2/+11
* V4L/DVB: gspca - t613: Support for LT168G sensor.Nicolau Werneck2010-02-261-0/+49
* V4L/DVB (13899): gspca - all subdrivers: Make control descriptors constant.Marton Nemeth2010-02-261-1/+1
* V4L/DVB (13453): gspca - all subdrivers: Remove the unused frame ptr from pkt...Jean-Francois Moine2009-12-051-4/+3
* V4L/DVB (12230): gspca - t613: Change tas5130a init sequences.Jean-Francois Moine2009-09-121-104/+106
* V4L/DVB (11446): gspca - t613: Do sensor reset only for sensor om6802.Jean-Francois Moine2009-06-161-1/+1
* V4L/DVB (11145): gspca - t613: Greater delay after om6802 reset.Jean-Francois Moine2009-03-301-1/+1
* V4L/DVB (11144): gspca - t613: Don't re-read the ID registers at probe time.Jean-Francois Moine2009-03-301-1/+1
* V4L/DVB (11143): gspca - t613: Bad sensor detection.Jean-Francois Moine2009-03-301-1/+1
* V4L/DVB (10638): gspca - t613: Bad debug level when displaying the sensor type.Jean-Francois Moine2009-03-301-4/+4
* V4L/DVB (10637): gspca - t613: Bad sensor name in kernel trace when 'other' s...Jean-Francois Moine2009-03-301-1/+1
* V4L/DVB (10628): V4L: Storage class should be before const qualifierTobias Klauser2009-03-301-1/+1
* V4L/DVB (10406): gspca: fix compiler warningHans Verkuil2009-03-301-1/+1
* V4L/DVB (10382): gspca - t613: Bad returned value when no known sensor found.Jean-Francois Moine2009-03-301-1/+1
* V4L/DVB (10381): gspca - t613: New unknown sensor added.Jean-Francois Moine2009-03-301-58/+120
* V4L/DVB (10380): gspca - t613: Cleanup and optimize code.Jean-Francois Moine2009-03-301-197/+182
* V4L/DVB (10336): gspca - all subdrivers: Return ret instead of -1 in sd_mod_i...Alexey Klimov2009-03-301-1/+1
* V4L/DVB (10335): gspca - all subdrivers: Fix CodingStyle in sd_mod_init funct...Alexey Klimov2009-03-301-1/+3
* V4L/DVB (10333): gspca - main and many subdrivers: Remove the epaddr variable.Jean-Francois Moine2009-03-301-1/+0
* V4L/DVB (10049): gspca - many subdrivers: Set 'const' the pixel format table.Jean-Francois Moine2008-12-301-1/+1
* V4L/DVB (9994): gspca: t613: Bad loop in om6802 reset.Roel Kluin2008-12-301-1/+1
* V4L/DVB (9294): gspca: Add a stop sequence in t613.Jean-Francois Moine2008-10-171-0/+14
* V4L/DVB (9293): gspca: Separate and fix the sensor dependant sequences in t613.Leandro Costantino2008-10-171-37/+110
* V4L/DVB (9292): gspca: Call the control setting functions at init time in t613.Jean-Francois Moine2008-10-171-72/+70
* V4L/DVB (9291): gspca: Do not set the white balance temperature by default in...Jean-Francois Moine2008-10-171-1/+1
* V4L/DVB (9290): gspca: Adjust the sensor init sequences in t613.Jean-Francois Moine2008-10-171-7/+20
* V4L/DVB (9289): gspca: Other sensor identified as om6802 in t613.Jean-Francois Moine2008-10-171-6/+10
* V4L/DVB (9288): gspca: Write to the USB device and not USB interface in t613.Jean-Francois Moine2008-10-171-3/+3
* V4L/DVB (9287): gspca: Change the name of the multi bytes write function in t...Jean-Francois Moine2008-10-171-31/+32
* V4L/DVB (9125): gspca: Big rewrite of t613 driverJean-Francois Moine2008-10-121-266/+326
* V4L/DVB (9089): gspca: Remove the duplicated EOF (ff d9) in t613.Jean-Francois Moine2008-10-121-1/+1
* V4L/DVB (9079): gspca: Return error code from stream start functions.Jean-Francois Moine2008-10-121-1/+2
* V4L/DVB (8829): gspca: Have a clean kmalloc-ated buffer for USB exchanges.Jean-Francois Moine2008-09-031-1/+1
* V4L/DVB (8822): gspca: Change some subdriver functions for suspend/resume.Jean-Francois Moine2008-09-031-23/+8