summaryrefslogtreecommitdiffstats
path: root/drivers/media/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: gspca_sonixj: Add camera button supportHans de Goede2010-02-261-3/+30
* V4L/DVB: gspca_sonixb: Add support for camera buttonHans de Goede2010-02-261-0/+23
* V4L/DVB: gscpa_zc3xx: Add support for camera buttonHans de Goede2010-02-261-0/+20
* V4L/DVB: gscpa_pac7311: Add support for camera buttonHans de Goede2010-02-261-0/+35
* V4L/DVB: gscpa_pac207: Add support for camera buttonHans de Goede2010-02-261-0/+23
* V4L/DVB: gspca_sq905c: Add an additional USB-IDHans de Goede2010-02-261-0/+1
* V4L/DVB: gspca_mr97310a: Simplify sensor detectionTheodore Kilgore2010-02-261-13/+10
* V4L/DVB: ivtv: Tweak Sony GigaPocket Kikyou card entry based on experimentsAndy Walls2010-02-261-15/+8
* V4L/DVB: ivtv: Add initial entry for Sony VAIO Giga Pocket (Kikyou) cardsEric Anderson2010-02-263-1/+59
* V4L/DVB: ivtv: Fix ivtv_api_get_data() to avoid unneeded IO during IRQ handlingAndy Walls2010-02-264-10/+13
* V4L/DVB: V4L - vpfe capture - build environment for isif driverMurali Karicheri2010-02-262-1/+14
* V4L/DVB: V4L - vpfe capture - vpss driver enhancements for DM365Murali Karicheri2010-02-261-54/+235
* V4L/DVB: V4L - vpfe capture - source for ISIF driver on DM365Murali Karicheri2010-02-261-0/+1172
* V4L/DVB: V4L - vpfe capture - header files for ISIF driverMurali Karicheri2010-02-261-0/+269
* V4L/DVB: pvrusb2: Adjust 300msec digitizer wait to be more selectiveMike Isely2010-02-261-4/+9
* V4L/DVB: pvrusb2: Reduce encoder quiet periodMike Isely2010-02-261-4/+2
* V4L/DVB: pvrusb2: Enforce a 300msec stabilization interval during stream strartMike Isely2010-02-263-5/+49
* V4L/DVB: saa7115: fix saa7111a supportHans Verkuil2010-02-262-14/+19
* V4L/DVB: saa7146_vv: fix regression where v4l2_device was registered too lateHans Verkuil2010-02-263-2/+15
* V4L/DVB: uvcvideo: Check uvc_ctrl_begin return value in VIDIOC_S_CTRLLaurent Pinchart2010-02-261-1/+1
* V4L/DVB: uvcvideo: Blacklist gain control for Asus EeePC T91 integrated webcamLaurent Pinchart2010-02-261-0/+1
* V4L/DVB: uvcvideo: Clamp control values to the minimum and maximum valuesLaurent Pinchart2010-02-262-4/+45
* V4L/DVB: uvcvideo: Cache control min, max, res and def query resultsLaurent Pinchart2010-02-262-49/+74
* V4L/DVB: uvcvideo: Return -ERANGE when setting a control to an out-of-range m...Laurent Pinchart2010-02-261-1/+1
* V4L/DVB: uvcvideo: Use %pUl printk format specifier to print GUIDsLaurent Pinchart2010-02-263-55/+36
* V4L/DVB: uvcvideo: Increase the streaming control timeout to 5 secondsLaurent Pinchart2010-02-261-1/+1
* V4L/DVB: gspca - main: Fix a compile error when CONFIG_INPUT is not setJean-François Moine2010-02-261-0/+6
* V4L/DVB: gspca - sonixj: Set the vertical flip at capture start for all sensorsJean-François Moine2010-02-261-6/+1
* V4L/DVB: gspca - sonixj: Add vertical flip control for sensor hv7131rJean-François Moine2010-02-261-5/+16
* V4L/DVB: videobuf: add missing checks for kzalloc returning NULLPawel Osciak2010-02-262-0/+4
* V4L/DVB: cx88-alsa: prevent out-of-range volume settingClemens Ladisch2010-02-261-4/+6
* V4L/DVB: bttv: Let the user disable IR supportJean Delvare2010-02-261-2/+7
* V4L/DVB: em28xx : Terratec Cinergy Hybrid T USB XS FR is workingCatimimi2010-02-262-1/+3
* V4L/DVB: add missing 'p' at card name 'Hauppauge HD PVR'Lars Hanisch2010-02-261-1/+1
* V4L/DVB: Add an entry for Kworld 315U remoteFranklin Meng2010-02-261-0/+1
* V4L/DVB: media/video/tlg2300: fix build when CONFIG_PM=nRandy Dunlap2010-02-262-5/+18
* V4L/DVB: Kbuild addition for TVP7002 driverSantiago Nunez-Corrales2010-02-262-0/+10
* V4L/DVB: tvp7002: fix compilation breakage when advanced debug is enabledHans Verkuil2010-02-261-10/+6
* V4L/DVB: TVP7002 driver for DM365Santiago Nunez-Corrales2010-02-261-0/+1191
* V4L/DVB: Definitions for TVP7002 in DM365Santiago Nunez-Corrales2010-02-261-0/+150
* sh_mobile_ceu_camera: pass .set_parm and .get_parm down to subdevicesGuennadi Liakhovetski2010-02-261-0/+18
* soc-camera: add support for VIDIOC_S_PARM and VIDIOC_G_PARM ioctlsGuennadi Liakhovetski2010-02-261-0/+28
* soc-camera: return -ENODEV if sensor is missingMagnus Damm2010-02-261-6/+2
* pxa_camera: remove init() callbackAntonio Ospite2010-02-261-10/+0
* soc-camera: adjust coding style to match V4L preferencesGuennadi Liakhovetski2010-02-261-15/+30
* soc-camera: ov772x: Modify buswidth controlKuninori Morimoto2010-02-261-15/+7
* tw9910: use TABs for indentationGuennadi Liakhovetski2010-02-261-4/+4
* soc-camera: update mt9v022 to take into account board signal routingGuennadi Liakhovetski2010-02-261-9/+8
* V4L/DVB: tlg2300: remove the country code for analog tv and radioHuang Shijie2010-02-264-78/+128
* V4L/DVB: Add driver for Telegent tlg2300Huang Shijie2010-02-2611-0/+4041