aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-05V4L/DVB (13490): gspca - ov534: Add controls for sensor ov965x.Jean-Francois Moine1-72/+407
2009-12-05V4L/DVB (13489): gspca - sonixj: Add the sensor po1030.Jean-Francois Moine1-12/+141
2009-12-05V4L/DVB (13488): gspca - ov534: Remove extra values at end of ov965x sequences.Jean-Francois Moine1-14/+0
2009-12-05V4L/DVB (13487): gspca - ov534: Add svga, xga and sxga modes for ov965x.Jean-Francois Moine1-37/+262
2009-12-05V4L/DVB (13478): cx18: remove bogus init call.Hans Verkuil2-8/+7
2009-12-05V4L/DVB (13469): Davinci VPFE Capture: Add support for Control ioctlsVaibhav Hiremath1-0/+38
2009-12-05V4L/DVB (13467): V4L2: Added CID's V4L2_CID_ROTATE/BG_COLORVaibhav Hiremath1-0/+9
2009-12-05V4L/DVB (13466): Davinci VPFE Capture:Replaced IRQ_VDINT1 with vpfe_dev->ccdc_irq1Vaibhav Hiremath1-1/+1
2009-12-05V4L/DVB (13465): Davinci VPFE Capture: Take i2c adapter id through platform dataVaibhav Hiremath1-2/+1
2009-12-05V4L/DVB (13463): Davinci VPFE Capture: Specify device pointer in videobuf_queue_dma_contig_initVaibhav Hiremath1-1/+1
2009-12-05V4L/DVB (13453): gspca - all subdrivers: Remove the unused frame ptr from pkt_scan().Jean-Francois Moine35-287/+240
2009-12-05V4L/DVB (13452): gspca - main: Let the driver scan URB packets when no frame buffer.Jean-Francois Moine1-23/+12
2009-12-05V4L/DVB (13451): gspca - main: Memorize the current frame buffer.Jean-Francois Moine2-10/+12
2009-12-05V4L/DVB (13450): gspca - main: Clear the urb status before resubmit.Jean-Francois Moine1-3/+2
2009-12-05V4L/DVB (13449): gspca - ov534: The AWB control works only when autogain is set.Jean-Francois Moine1-12/+22
2009-12-05V4L/DVB (13448): gspca - main: Add a gspca flag for inactive controls.Jean-Francois Moine2-0/+4
2009-12-05V4L/DVB (13446): ivtv: Add more explicit detection of known IR devices for Hauppauge cardsAndy Walls4-26/+88
2009-12-05V4L/DVB (13445): cx18: Use per cx18 instance init data for ir-kbd-i2c instead of const dataAndy Walls3-15/+16
2009-12-05V4L/DVB (13444): ivtv: Add explicit IR controller initialization for the AVerTV M116Andy Walls4-23/+63
2009-12-05V4L/DVB (13443): ivtv: Defer legacy I2C IR probing until after setup of known I2C devicesAndy Walls3-27/+35
2009-12-05V4L/DVB (13442): ivtv: Add module parameter to adjust I2C SCL clock period per boardAndy Walls3-2/+28
2009-12-05V4L/DVB (13441): ivtv: Added FM radio support to Avermedia AVerTV MCE 116 Plus cardAleksandr V. Piskunov1-0/+1
2009-12-05V4L/DVB (13440): ivtv: Update the cards definitions to add another AVerMedia M113 variantAndy Walls1-1/+4
2009-12-05V4L/DVB (13438): zr364xx: add support for Trust Powerc@m 910ZAntoine Jacquet1-0/+1
2009-12-05V4L/DVB (13434): cx18: Bump version number due to significant buffer handling changes.Andy Walls1-1/+1
2009-12-05V4L/DVB (13433): cx18: Remove duplicate list traversal when processing incoming MDLsAndy Walls2-32/+8
2009-12-05V4L/DVB (13432): cx18: Adjust encoder VBI MDL size to be exactly frame's worth of VBI dataAndy Walls3-4/+17
2009-12-05V4L/DVB (13431): cx18: Adjust an MDL's final buffer size to force encoder transfer sizeAndy Walls1-3/+18
2009-12-05V4L/DVB (13430): cx18: Fix YUV capture so that encoder passes a single frame per transferAndy Walls5-22/+71
2009-12-05V4L/DVB (13429): cx18: Add Memory Descriptor List (MDL) layer to buffer handlingAndy Walls12-173/+540
2009-12-05V4L/DVB (13428): cx18: Rename mdl_offset to mdl_base_idx or free_mdl_idx as appropriateAndy Walls3-7/+7
2009-12-05V4L/DVB (13427): cx18: Rename struct cx18_queue.buffers to struct cx18_queue.depthAndy Walls5-15/+15
2009-12-05V4L/DVB (13426): cx18: Rename struct cx18_mdl to struct cx18_mdl_entAndy Walls3-4/+4
2009-12-05V4L/DVB (13425): gspca - ov534: Bad name of the ov965x 320x240 resolution.Jean-Francois Moine1-6/+6
2009-12-05V4L/DVB (13424): gspca - ov534: Fix ov772x brightness and ov965x frame rate.Jean-Francois Moine1-8/+7
2009-12-05V4L/DVB (13423): gspca - ov534: More ov772x changes from Max Thrun.Jean-Francois Moine1-8/+197
2009-12-05V4L/DVB (13422): gspca - ov534: ov772x changes from Richard Kaswy.Jean-Francois Moine1-85/+591
2009-12-05V4L/DVB (13421): gspca - main: Clearer message when bandwidth too small.Jean-Francois Moine1-3/+7
2009-12-05V4L/DVB (13419): gspca - pac7302: Add debug register write interface.Márton Németh1-0/+54
2009-12-05V4L/DVB (13418): gspca - pac7311: Stop sending URBs on first error.Márton Németh1-10/+21
2009-12-05V4L/DVB (13417): Fix videobuf_queue_vmalloc_init() prototypeJonathan Corbet1-1/+1
2009-12-05V4L/DVB (13415): videobuf-core: explicitly cast page countMárton Németh1-2/+3
2009-12-05V4L/DVB (13413): introduce missing kfreeJulia Lawall1-2/+6
2009-12-05V4L/DVB (13407): Add Prof 7301 PCI DVB-S2 cardIgor M. Liplianin5-0/+76
2009-12-05V4L/DVB (13396): correct initialization of audio_modeJulia Lawall1-1/+1
2009-12-05V4L/DVB (13389): gspca - pac7302: Handle return values in sd_start().Marton Nemeth1-3/+3
2009-12-05V4L/DVB (13388): gspca - pac7302: Add white balance control.Marton Nemeth1-0/+57
2009-12-05V4L/DVB (13387): gspca - main: Fix a compilation warning.Jean-Francois Moine1-1/+1
2009-12-05V4L/DVB (13386): gspca - main: Change version to 2.8.0.Jean-Francois Moine1-2/+2
2009-12-05V4L/DVB (13385): gspca - pac7302: Add red and blue balance control.Márton Németh1-0/+126