summaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2010-12-29[media] dmxdev: Fix a compilation warning due to a bad typeMauro Carvalho Chehab1-2/+2
2010-12-29[media] omap_vout: Remove an obsolete commentMauro Carvalho Chehab1-1/+0
2010-12-29[media] V4L1 removal: Remove linux/videodev.hMauro Carvalho Chehab1-1/+0
2010-12-29[media] Remove VIDEO_V4L1 Kconfig optionMauro Carvalho Chehab2-19/+0
2010-12-29[media] ivtv: Return EFAULT when copy_from_user() fails in ivtv_write_vbi_fro...Andy Walls3-9/+15
2010-12-29[media] ivtv: ivtv_write_vbi() should use copy_from_user() for user data buffersAndy Walls3-38/+78
2010-12-29[media] cx18: Only allocate a struct cx18_dvb for the DVB TS streamAndy Walls5-35/+60
2010-12-29[media] ivtv, cx18: Make ioremap failure messages more useful for usersAndy Walls2-8/+29
2010-12-29[media] stk-webcam: remove V4L1 compatibility code, replace with V4L2 controlsHans Verkuil1-118/+30
2010-12-29[media] se401: deprecate driver, move to stagingHans Verkuil4-1740/+0
2010-12-29[media] usbvideo: deprecate the vicam driverHans Verkuil7-3597/+0
2010-12-29[media] usbvideo: remove deprecated driversHans Verkuil5-5689/+0
2010-12-29[media] videobuf-dma-sg: remove obsolete commentsHans Verkuil1-8/+0
2010-12-29[media] zoran: remove V4L1 compat code and zoran custom ioctlsHans Verkuil3-429/+1
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil23-2017/+4
2010-12-29[media] gspca - ov534_9: Remove an useless instructionJean-François Moine1-1/+0
2010-12-29[media] gspca - ov519: Bad detection of some ov7670 sensorsJean-François Moine1-2/+2
2010-12-29[media] gspca: Use the global error status for get/set streamparmJean-François Moine3-23/+15
2010-12-29[media] gspca - main: Check the isoc packet status before its lengthJean-François Moine1-6/+6
2010-12-29[media] gspca - sq930x: Fix a bad commentJean-François Moine1-1/+1
2010-12-29[media] gspca - sq930x: Some detected sensors are not handled yetJean-François Moine1-0/+7
2010-12-29[media] gspca - sq930x: Don't register a webcam when there are USB errorsJean-François Moine1-7/+12
2010-12-29[media] gspca - sq905c: Adds the Lego BionicleTheodore Kilgore1-0/+1
2010-12-29[media] s2255drv: remove BKLPete Eberlein1-21/+10
2010-12-29[media] v4l: mem2mem_testdev: remove BKL usageMarek Szyprowski1-12/+9
2010-12-29[media] timblogiw: too large value for strncpy()Dan Carpenter1-1/+1
2010-12-29[media] saa7164: Remove pointless conditional and save a few bytes in saa7164...Jesper Juhl1-3/+1
2010-12-29[media] drivers:media:dvb: add USB PIDs for Elgato EyeTV SatSam Doshi2-1/+7
2010-12-29[media] media: fsl-viu: fix support for streaming with mmap methodAnatolij Gustschin1-0/+5
2010-12-29[media] zoran: bit-wise vs logical andDan Carpenter1-1/+1
2010-12-29[media] DM04/QQBOX Frontend attach changeMalcolm Priestley1-47/+86
2010-12-29[media] media: fix em28xx build, needs hardirq.hRandy Dunlap1-0/+1
2010-12-29[media] rc: ir-lirc-codec: fix potential integer overflowVasiliy Kulikov1-2/+3
2010-12-29[media] V4L2: WL1273 FM Radio: TI WL1273 FM radio driverMatti Aaltonen3-0/+2348
2010-12-29[media] gspca_sonixb: Add support for 0c45:602aHans de Goede2-12/+60
2010-12-29[media] gspca_sonixb: Rewrite start of frame detectionHans de Goede1-54/+106
2010-12-29[media] gspca_sonixb: Make sonixb handle 0c45:6007 instead of sn9c102Hans de Goede2-4/+0
2010-12-29[media] cx231xx: Fix IR keymap for Pixelview SBTVD HybridMauro Carvalho Chehab1-1/+1
2010-12-29[media] Add a keymap for Pixelview 002-T remoteMauro Carvalho Chehab2-0/+78
2010-12-29[media] cx231xx: Fix inverted bits for RC on PV HybridMauro Carvalho Chehab1-5/+16
2010-12-29[media] timblogiw: const and __devinitdata do not mixStephen Rothwell1-3/+3
2010-12-29[media] gspca/sn9c20x: Fix support for mt9m001 (mi1300) sensorMauro Carvalho Chehab1-13/+61
2010-12-29[media] gspca core: Fix regressions gspca breaking devices with audioMauro Carvalho Chehab1-4/+0
2010-12-29[media] gspca/sn9c20x: Get rid of scale "magic" numbersMauro Carvalho Chehab1-25/+33
2010-12-29[media] gspca/sn9c20x: Test if sensor is a OV sensorMauro Carvalho Chehab1-0/+9
2010-12-29[media] keycodes for DSR-0112 remote bundled with Haupauge MiniStickRichard Zidlicky1-0/+38
2010-12-29[media] media: Remove unnecessary casts of usb_get_intfdataJoe Perches2-7/+4
2010-12-29[media] Terratec Cinergy Hybrid T USB XSPhilippe Bourdin1-2/+2
2010-12-29[media] media: rc: lirc_dev: check kobject_set_name() resultVasiliy Kulikov1-1/+3
2010-12-29[media] rc-core: add loopback driverDavid Härdeman3-0/+274