aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (9914): cx24116: bugfix: add missing delsys in FEC lookupDarron Broad2008-12-301-5/+9
* V4L/DVB (9913): tuner-xc2028: allow printing stack trace as debug on sleep codeMauro Carvalho Chehab2008-12-301-0/+4
* V4L/DVB (9912): em28xx: fix/improve em28xx locking schemaMauro Carvalho Chehab2008-12-301-12/+43
* V4L/DVB (9911): em28xx: vidioc_try_fmt_vid_cap() doesn't need any lockMauro Carvalho Chehab2008-12-301-8/+5
* V4L/DVB (9910): em28xx: move res_get locks to the caller routinesMauro Carvalho Chehab2008-12-301-11/+25
* V4L/DVB (9909): em28xx: move dev->lock from res_free to the caller routinesMauro Carvalho Chehab2008-12-301-4/+3
* V4L/DVB (9905): v4l2-compat32: add missing newline after kernel messageHans Verkuil2008-12-301-0/+2
* V4L/DVB (9904): v4l: fix compile warning.Hans Verkuil2008-12-301-1/+1
* V4L/DVB (9903): uvcvideo: V4L2 zoom controls supportLaurent Pinchart2008-12-303-14/+71
* V4L/DVB (9902): uvcvideo: V4L2 privacy control supportLaurent Pinchart2008-12-301-0/+10
* V4L/DVB (9899): v4l2: Add missing control namesLaurent Pinchart2008-12-301-11/+77
* V4L/DVB (9895): cx18: Refine the firmware load and firmware startup processAndy Walls2008-12-305-52/+60
* V4L/DVB (9894): cx18: Use a known open task handle when setting stream CX2341...Andy Walls2008-12-304-4/+19
* V4L/DVB (9893): cx18: Convert some list manipulations to emphasize entries no...Andy Walls2008-12-302-11/+7
* V4L/DVB (9892): cx18: VBI comment corrections and comments about VBI issuesAndy Walls2008-12-301-4/+12
* V4L/DVB (9891): cx18 Replace magic number 63 with CX18_MAX_FW_MDLS_PER_STREAMAndy Walls2008-12-303-6/+9
* V4L/DVB (9889): CX24113: Fixed more typosPatrick Boettcher2008-12-301-2/+2
* V4L/DVB (9888): Patch: fix a typo in cx24113.cUwe Bugla2008-12-301-1/+1
* V4L/DVB (9887): Minor fixes for cx24113-driver (codingstyle)Patrick Boettcher2008-12-301-31/+39
* V4L/DVB (9884): gspca - ov534: Fix a warning when compilation without GSPCA_D...Jean-Francois Moine2008-12-301-0/+2
* V4L/DVB (9883): gspca - ov534: Show sensor ID.Antonio Ospite2008-12-301-0/+17
* V4L/DVB (9882): gspca - ov534: Fix typo.Antonio Ospite2008-12-301-1/+1
* V4L/DVB (9880): gspca - vc032x: Add V&H flips and sharpness controls for sens...Jean-Francois Moine2008-12-301-9/+68
* V4L/DVB (9879): gspca - vc032x: Remove the unused quality/qindex.Jean-Francois Moine2008-12-301-7/+0
* V4L/DVB (9878): gspca - vc032x: Fix frame overflow errors with vc0321.Hans de Goede2008-12-301-0/+6
* V4L/DVB (9877): gspca - ov534: Add framerate support.Jim Paris2008-12-301-37/+78
* V4L/DVB (9876): gspca - main: Allow subdrivers to handle v4l2_streamparm requ...Jim Paris2008-12-302-0/+26
* V4L/DVB (9874): gspca - ov534: Explicitly initialize frame format.Jim Paris2008-12-301-0/+4
* V4L/DVB (9873): gspca - ov534: Improve payload handling.Jim Paris2008-12-301-5/+18
* V4L/DVB (9871): gspca - vc032x: Bad detection of sensor mi0360.Jean-Francois Moine2008-12-301-1/+1
* V4L/DVB (9870): gspca - vc032x: Webcam 15b8:6002 and sensor po1200 added.Jean-Francois Moine2008-12-301-8/+311
* V4L/DVB (9869): gspca - zc3xx: Change the USB exchanges for the sensor pas202b.Jean-Francois Moine2008-12-301-375/+348
* V4L/DVB (9868): gspca - zc3xx: Remove the duplicated register namesJean-Francois Moine2008-12-302-44/+36
* V4L/DVB (9867): gspca - vc032x: Remove the autogain control.Jean-Francois Moine2008-12-301-44/+3
* V4L/DVB (9866): gspca - vc032x: V and H flips added for sensors ov7660 and 7670.Jean-Francois Moine2008-12-301-9/+128
* V4L/DVB (9865): gspca - vc032x: Bad check of the sensor mi0360.Jean-Francois Moine2008-12-301-7/+7
* V4L/DVB (9864): gspca - ov519: Change copyright information.Romain Beauxis2008-12-301-1/+12
* V4L/DVB (9863): gspca - sonixj: Cleanup / simplify code.Jean-Francois Moine2008-12-301-31/+34
* V4L/DVB (9861): gspca - ov534: Accept many simultaneous webcams.Jean-Francois Moine2008-12-301-6/+7
* V4L/DVB (9860): gspca - ov534: Frame transfer improvements.Jim Paris2008-12-301-32/+71
* V4L/DVB (9859): gspca - ov534: Fix frame size so we don't miss the last pixel.Jim Paris2008-12-301-19/+9
* V4L/DVB (9858): gspca - ov534: Initialization cleanup.Jim Paris2008-12-301-178/+159
* V4L/DVB (9857): gspca: Use smaller chunks for urb buffer in ov534.Antonio Ospite2008-12-301-16/+30
* V4L/DVB (9856): gspca: Use u8 values for USB control messages in ov534.Antonio Ospite2008-12-301-14/+14
* V4L/DVB (9855): gspca: Simplify frame rate setting and debug in ov534.Antonio Ospite2008-12-301-17/+9
* V4L/DVB (9853): gspca: Webcam 093a:2622 added in pac7311.Jean-Francois Moine2008-12-301-0/+1
* V4L/DVB (9852): gspca: Fix image problem at low resolutions with ov7660 in so...Jean-Francois Moine2008-12-301-10/+6
* V4L/DVB (9850): gspca: Bad color control in sonixj.Jean-Francois Moine2008-12-301-4/+4
* V4L/DVB (9848): gspca: Webcam 06f8:3004 added in sonixj.Jean-Francois Moine2008-12-301-0/+1
* V4L/DVB (9847): gspca: Align the 640x480 and 320x240 init of tas5130 in zc3xx.Jean-Francois Moine2008-12-301-4/+4