| Commit message (Expand) | Author | Age | Files | Lines |
* | [media] v4l2 core: return -ENOTTY if an ioctl doesn't exist | Mauro Carvalho Chehab | 2011-07-27 | 1 | -2/+2 |
* | [media] v4l2-ctrls: add v4l2_fh pointer to the set control functions | Hans Verkuil | 2011-07-27 | 1 | -4/+4 |
* | [media] v4l2-ioctl: add ctrl_handler to v4l2_fh | Hans Verkuil | 2011-07-27 | 1 | -9/+27 |
* | [media] v4l2-ioctl: Add a default value for kernel version | Mauro Carvalho Chehab | 2011-07-27 | 1 | -0/+2 |
* | [media] Fix compile warning: Dereferencing type-punned pointer will break str... | Hans Petter Selasky | 2011-07-27 | 1 | -2/+2 |
* | [media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEK | Hans Verkuil | 2011-07-07 | 1 | -3/+9 |
* | [media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tuner | Hans Verkuil | 2011-07-07 | 1 | -0/+6 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | [media] v4l2: use new flag to enable core priority handling | Hans Verkuil | 2011-03-22 | 1 | -5/+8 |
* | [media] v4l2-ioctl: add priority handling support | Hans Verkuil | 2011-03-22 | 1 | -7/+57 |
* | [media] v4l: Share code between video_usercopy and video_ioctl2 | Laurent Pinchart | 2011-03-21 | 1 | -98/+11 |
* | [media] v4l: removal of old, obsolete ioctls | Hans Verkuil | 2011-03-21 | 1 | -38/+0 |
* | [media] v4l: Add multi-planar ioctl handling code | Pawel Osciak | 2011-03-21 | 1 | -44/+409 |
* | [media] v4l: Add multi-planar API definitions to the V4L2 API | Pawel Osciak | 2011-03-21 | 1 | -0/+2 |
* | [media] v4l2-ioctl: fix incorrect error code if VIDIOC_DBG_G/S_REGISTER are u... | Hans Verkuil | 2011-01-19 | 1 | -8/+12 |
* | [media] V4L: remove V4L1 compatibility mode | Hans Verkuil | 2010-12-29 | 1 | -86/+0 |
* | V4L/DVB: v4l2: hook up the new control framework into the core framework | Hans Verkuil | 2010-08-08 | 1 | -13/+33 |
* | V4L/DVB: V4L: Events: Support event handling in do_ioctl | Sakari Ailus | 2010-05-19 | 1 | -0/+50 |
* | V4L/DVB: V4L: Events: Add new ioctls for events | Sakari Ailus | 2010-05-19 | 1 | -0/+3 |
* | V4L/DVB: video_ioctl2: handle the v4l1 compat bit first and move VIDIOCGMBUF ... | Hans Verkuil | 2010-05-19 | 1 | -19/+25 |
* | V4L/DVB: video_ioctl2: don't return, use break | Hans Verkuil | 2010-05-19 | 1 | -2/+2 |
* | V4L/DVB: video_ioctl2: do not replace arg with NULL for _IO() ioctls | Hans Verkuil | 2010-05-19 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | V4L/DVB (13571): v4l: Adding Digital Video Timings APIs | Muralidharan Karicheri | 2009-12-16 | 1 | -0/+147 |
* | V4L/DVB (12543): v4l: introduce string control support. | Hans Verkuil | 2009-09-12 | 1 | -5/+5 |
* | V4L/DVB (12168): v4l2-ioctl: avoid flooding log with unasked debug messages | Mauro Carvalho Chehab | 2009-09-12 | 1 | -4/+10 |
* | V4L/DVB (12124): v4l2-ioctl: better output debug messages for VIDIOC_ENUM_FRA... | Mauro Carvalho Chehab | 2009-09-12 | 1 | -6/+11 |
* | V4L/DVB (12429): v4l2-ioctl: fix G_STD and G_PARM default handlers | Hans Verkuil | 2009-08-13 | 1 | -3/+12 |
* | V4L/DVB (11662): v4l2-ioctl: Clear buffer type specific trailing fields/padding | Trent Piepho | 2009-05-09 | 1 | -0/+27 |
* | V4L/DVB (11661): v4l2-ioctl: Check buffer types using g_fmt instead of try_fmt | Trent Piepho | 2009-05-09 | 1 | -9/+9 |
* | V4L/DVB (11367): v4l2-common: remove legacy code | Hans Verkuil | 2009-04-06 | 1 | -32/+2 |
* | V4L/DVB (11260): v4l2-ioctl: Check format for S_PARM and G_PARM | Trent Piepho | 2009-03-30 | 1 | -0/+7 |
* | V4L/DVB (10920): v4l2-ioctl: fix partial-copy code. | Hans Verkuil | 2009-03-30 | 1 | -4/+5 |
* | V4L/DVB (10910): videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLD | Hans Verkuil | 2009-03-30 | 1 | -5/+0 |
* | V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers | Mauro Carvalho Chehab | 2009-03-30 | 1 | -0/+1 |
* | V4L/DVB (10870): v4l2-ioctl: get rid of video_decoder.h | Mauro Carvalho Chehab | 2009-03-30 | 1 | -14/+0 |
* | V4L/DVB (10813): v4l2: New function v4l2_video_std_frame_period | Trent Piepho | 2009-03-30 | 1 | -21/+18 |
* | V4L/DVB (10812): v4l2: Zero out read-only ioctls in one place | Trent Piepho | 2009-03-30 | 1 | -15/+5 |
* | V4L/DVB (10811): videodev: only copy needed part of RW ioctl's parameter | Trent Piepho | 2009-03-30 | 1 | -55/+52 |
* | V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctl | Trent Piepho | 2009-03-30 | 1 | -0/+5 |
* | V4L/DVB (10490): v4l2: prefill ident and revision from v4l2_dbg_chip_ident. | Hans Verkuil | 2009-03-30 | 1 | -0/+3 |
* | V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins... | Hans Verkuil | 2009-01-02 | 1 | -5/+10 |
* | V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. | Hans Verkuil | 2009-01-02 | 1 | -7/+7 |
* | V4L/DVB (10135): v4l2: introduce v4l2_file_operations. | Hans Verkuil | 2009-01-02 | 1 | -8/+1 |
* | V4L/DVB (10110): v4l2-ioctl: Fix warnings when using .unlocked_ioctl = __vide... | Mauro Carvalho Chehab | 2008-12-30 | 1 | -1/+1 |
* | V4L/DVB (9591): v4l core: fix debug printk for enumberating framerates | Mauro Carvalho Chehab | 2008-12-29 | 1 | -3/+7 |
* | V4L/DVB (9579): v4l core: a few get ioctls were lacking memory clean | Mauro Carvalho Chehab | 2008-12-29 | 1 | -0/+15 |
* | V4L/DVB (9578): v4l core: add support for enumerating frame sizes and intervals | Mauro Carvalho Chehab | 2008-12-29 | 1 | -0/+67 |
* | V4L/DVB (9503): v4l: remove inode argument from video_usercopy | Hans Verkuil | 2008-12-29 | 1 | -5/+3 |
* | V4L/DVB (9491): rationalise addresses to one common one | Alan Cox | 2008-12-29 | 1 | -1/+1 |