summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapperHans Verkuil2010-05-194-91/+65
* V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to coreHans Verkuil2010-05-194-157/+45
* V4L/DVB: v4l videobuf: rename videobuf_queue_to_vmalloc to videobuf_queue_to_...Hans Verkuil2010-05-192-6/+5
* V4L/DVB: v4l videobuf: rename .vmalloc to .vaddrHans Verkuil2010-05-194-7/+7
* V4L/DVB: v4l videobuf: use struct videobuf_buffer * instead of void * for vid...Hans Verkuil2010-05-194-4/+4
* V4L/DVB: v4l videobuf: remove unused is_mmapped fieldHans Verkuil2010-05-191-3/+0
* V4L/DVB: v4l videobuf: remove mmap_free callbackHans Verkuil2010-05-194-51/+4
* Revert "V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB...Mauro Carvalho Chehab2010-05-192-2/+2
* V4L/DVB: s2255drv: firmware reload on timeoutDean Anderson2010-05-191-4/+14
* V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devicesKlaus Schmidinger2010-05-192-2/+2
* V4L/DVB: ir-core: fix some confusing commentsDavid Härdeman2010-05-192-2/+2
* V4L/DVB: ir-core: fix table resize during keymap initMauro Carvalho Chehab2010-05-191-4/+6
* V4L/DVB: ir-core: fix double spinlock init in drivers/media/IR/rc-map.cDavid Härdeman2010-05-192-7/+0
* V4L/DVB: ir-core: remove ir-functions usage from dm1105David Härdeman2010-05-191-12/+7
* V4L/DVB: irmon: Cleanup some warning noiseMauro Carvalho Chehab2010-05-191-25/+27
* V4L/DVB: ir-core: Add Sony support to ir-coreDavid Härdeman2010-05-196-0/+334
* V4L/DVB: ir-core: Add JVC support to ir-coreDavid Härdeman2010-05-196-0/+342
* V4L/DVB: ir-core-priv.h: Fix a few CodingStyle errorsMauro Carvalho Chehab2010-05-191-4/+8
* V4L/DVB: ir-core: change duration to be coded as a u32 integerDavid Härdeman2010-05-195-254/+271
* V4L/DVB: ir-core: add imon driverJarod Wilson2010-05-193-0/+2432
* V4L/DVB: ir-core: add imon pad and mce keymapsJarod Wilson2010-05-193-0/+299
* V4L/DVB: ir-core: make ir_g_keycode_from_table a public functionJarod Wilson2010-05-191-7/+0
* V4L/DVB: s2255drv: removes kref tracking and videodev parentDean Anderson2010-05-191-22/+21
* V4L/DVB: s2255drv: fix: v4l2_dev should be registered once only.Dean Anderson2010-05-191-20/+19
* V4L/DVB: pvrusb2-v4l2: Rename dev_info to pdiJoe Perches2010-05-191-11/+11
* ir-core: Fix the delete logicMauro Carvalho Chehab2010-05-191-1/+1
* ir-core: Remove the quotation mark from the uevent namesMauro Carvalho Chehab2010-05-191-2/+2
* V4L/DVB: ir Kconfig: better describe the optionsMauro Carvalho Chehab2010-05-191-2/+2
* V4L/DVB: ir-core-priv: fix a typo for RC6 config optionMauro Carvalho Chehab2010-05-191-1/+1
* V4L/DVB: gspca - vc032x: Change the ov7670 format to YUYVJean-François Moine2010-05-191-255/+482
* V4L/DVB: gspca - sonixj: Add autogain for sensor gc0307Jean-François Moine2010-05-191-8/+22
* V4L/DVB: gspca - sonixj: Let the JPEG header in the deviceJean-François Moine2010-05-191-12/+1
* V4L/DVB: gspca: Change some copyrights and module authorsJean-François Moine2010-05-193-9/+9
* V4L/DVB: pt1: Support Earthsoft PT2HIRANO Takahito2010-05-195-72/+278
* V4L/DVB: cx88: improve error handlingDan Carpenter2010-05-191-1/+4
* V4L/DVB: cx231xx: improve error handlingDan Carpenter2010-05-191-1/+4
* V4L/DVB: [-next] gspca: fix build for INPUT=m or INPUT=nRandy Dunlap2010-05-192-8/+21
* V4L/DVB: Fix default state Beholder H6 tunerDmitri Belimov2010-05-191-0/+17
* V4L/DVB: video/sn9c102: improve error handlingDan Carpenter2010-05-191-2/+4
* V4L/DVB: video/et61x251: improve error handlingDan Carpenter2010-05-191-2/+4
* V4L/DVB: video/zc0301: improve error handlingDan Carpenter2010-05-191-2/+4
* V4L/DVB: video/cx231xx: cleanup. remove unneed null checksDan Carpenter2010-05-191-8/+5
* V4L/DVB: s2255drv: adding v4l2_device structure. video_register_device cleanupDean Anderson2010-05-191-11/+27
* V4L/DVB: s2255drv: cleanup of debug messagesDean Anderson2010-05-191-111/+42
* V4L/DVB: s2255drv: removal of big kernel lockDean Anderson2010-05-191-10/+1
* V4L/DVB: s2255drv: video_device_alloc call not checked fixDean Anderson2010-05-191-22/+20
* V4L/DVB: s2255drv: code cleanupDean Anderson2010-05-191-69/+44
* V4L/DVB: s2255drv: cleanup of driver disconnect codeDean Anderson2010-05-191-157/+109
* V4L/DVB: video/au0828: off by one bugDan Carpenter2010-05-191-1/+1
* V4L/DVB: cx88: fix checks for analog TV inputsistvan_v@mailbox.hu2010-05-192-3/+5
OpenPOWER on IntegriCloud