summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * V4L/DVB: gspca - sonixj: Add sensor soi768Jean-François Moine2010-05-191-1/+94
| * V4L/DVB: gspca - sonixj: Reset the bridge after sensor probeJean-François Moine2010-05-191-22/+19
| * V4L/DVB: gspca - sonixj: Adjust minor values of sensor ov7630. - set the col...Jean-François Moine2010-05-191-1/+2
| * V4L/DVB: gspca - sonixj: Set the colors at startup timeJean-François Moine2010-05-191-0/+1
| * V4L/DVB: gspca - sonixj: Adjust debug output. - fix bad function name - add...Jean-François Moine2010-05-191-1/+3
| * V4L/DVB: gspca - sonixj: Split the init sequence of sensor ov7630Jean-François Moine2010-05-191-1/+4
| * V4L/DVB: v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT ...Pawel Osciak2010-05-191-0/+7
| * V4L/DVB: omap_vout:V4L2 Display: Changed enum return type to intVaibhav Hiremath2010-05-191-2/+1
| * V4L/DVB: V4L2: Add support for OMAP2/3 V4L2 display driver on top of DSS2Vaibhav Hiremath2010-05-198-0/+3140
| * V4L/DVB: ivtv: support the new events APIHans Verkuil2010-05-195-17/+87
| * V4L/DVB: V4L: Events: Support event handling in do_ioctlSakari Ailus2010-05-192-1/+60
| * V4L/DVB: V4L: Events: Add backendSakari Ailus2010-05-193-2/+297
| * V4L/DVB: V4L: Events: Add new ioctls for eventsSakari Ailus2010-05-192-0/+6
| * V4L/DVB: V4L: File handlesSakari Ailus2010-05-193-1/+71
| * V4L/DVB: [v5,2/2] v4l: Add a mem-to-mem videobuf framework test devicePawel Osciak2010-05-193-0/+1064
| * V4L/DVB: add memory-to-memory device helper framework for videobufPawel Osciak2010-05-193-0/+649
| * V4L/DVB: core: add support for more color effectsXiaolin Zhang2010-05-191-0/+7
| * V4L/DVB: V4L: v4l2-subdev driver for AK8813 and AK8814 TV-encoders from AKMGuennadi Liakhovetski2010-05-193-0/+376
| * V4L/DVB: V4L: SuperH Video Output Unit (VOU) driverGuennadi Liakhovetski2010-05-193-0/+1487
| * V4L/DVB: videobuf-dma-contig.c: simplify pointer dereferenceGuennadi Liakhovetski2010-05-191-3/+3
| * V4L/DVB: soc-camera: update commentGuennadi Liakhovetski2010-05-191-2/+1
| * V4L/DVB: sh_mobile_ceu_camera.c: preserve output window on VIDIOC_S_CROPGuennadi Liakhovetski2010-05-191-292/+309
| * V4L/DVB: vivi: clean up and a major overhaulHans Verkuil2010-05-193-892/+325
| * V4L/DVB: videobuf-dma-sg: Avoid using a wrong sizeMauro Carvalho Chehab2010-05-191-2/+2
| * V4L/DVB: gspca - main: Stop the webcam when bandwidth too smallJean-François Moine2010-05-191-33/+32
| * V4L/DVB: gspca - main: Restart streaming after reqbufJean-François Moine2010-05-191-2/+5
| * V4L/DVB: gspca - main: Check the file doing stream on/offJean-François Moine2010-05-191-0/+12
| * 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