summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/stk1160/stk1160.h
diff options
context:
space:
mode:
authorEzequiel Garcia <elezegarcia@gmail.com>2012-10-09 23:01:03 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-10-10 02:54:26 +0200
commit56a960bf3fedc7dcf72ae072a64ffffe584e1f0e (patch)
tree2d4f34d467752a78dcef92c2001467dc45a6210e /drivers/media/usb/stk1160/stk1160.h
parentRevert "[media] omap3isp: Replace cpu_is_omap3630() with ISP revision check" (diff)
downloadlinux-56a960bf3fedc7dcf72ae072a64ffffe584e1f0e.tar.xz
linux-56a960bf3fedc7dcf72ae072a64ffffe584e1f0e.zip
[media] stk1160: Add support for S-Video input
In order to fully replace easycap driver with stk1160, it's also necessary to add S-Video support. A similar patch backported for v3.2 kernel has been tested by three different users. Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/stk1160/stk1160.h')
-rw-r--r--drivers/media/usb/stk1160/stk1160.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/stk1160/stk1160.h b/drivers/media/usb/stk1160/stk1160.h
index 3feba0033f98..68c8707d36ab 100644
--- a/drivers/media/usb/stk1160/stk1160.h
+++ b/drivers/media/usb/stk1160/stk1160.h
@@ -46,7 +46,8 @@
#define STK1160_MIN_PKT_SIZE 3072
-#define STK1160_MAX_INPUT 3
+#define STK1160_MAX_INPUT 4
+#define STK1160_SVIDEO_INPUT 4
#define STK1160_I2C_TIMEOUT 100