diff options
author | Kirill Smelkov <[email protected]> | 2011-06-13 16:18:30 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2011-07-05 10:26:16 -0700 |
commit | bad269262cbe193f6abe701d1f564e1fa492d050 (patch) | |
tree | d75d6049990a63e384d14e58cd3f170539f45486 | |
parent | eb4cfaba5470e29d3c035390c538fca98d3322c4 (diff) |
staging/easycap: There is no need to support V4L1 ioctls
Because V4L1 was completly removed from the kernel in 2.6.38. See e.g.
08af245d ([media] V4L: remove V4L1 compatibility mode).
Cc: Mike Thomas <[email protected]>
Signed-off-by: Kirill Smelkov <[email protected]>
Acked-by: Tomas Winkler <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/easycap/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/easycap/README b/drivers/staging/easycap/README index dadceb941f7a..796b032384bd 100644 --- a/drivers/staging/easycap/README +++ b/drivers/staging/easycap/README @@ -106,8 +106,6 @@ hardware, but as yet it has actually been tested on only a few of these. I have been unable to test and calibrate the S-video input myself because I do not possess any equipment with S-video output. -This driver does not understand the V4L1 IOCTL commands. - UDEV RULES ---------- |