diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-11-07 20:51:01 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 23:41:21 +0300 |
commit | fc099f0e0e52a349a3fe92bfb8d3fb6ec5378174 (patch) | |
tree | 8bdfdbb81df84571a341c8e064bbe602ff8c14f0 /drivers/media/video/em28xx/em28xx.h | |
parent | 8337fc3053f4189fb64d60495ed89df5befa2a6b (diff) | |
download | linux-fc099f0e0e52a349a3fe92bfb8d3fb6ec5378174.tar.xz |
V4L/DVB (13327): em28xx: fix alt modprobe parameter
It seems that some patch broke alt modprobe parameter. Fix it to allow
changing alternate interfaces during module load and at runtime.
If changed during runtime, you'll need to stop a and restart stream for
the parameter to be used.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index a476f7bb7bf8..bca5cbb7931c 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h @@ -143,9 +143,6 @@ */ #define EM28XX_NUM_PACKETS 40 -/* default alternate; 0 means choose the best */ -#define EM28XX_PINOUT 0 - #define EM28XX_INTERLACED_DEFAULT 1 /* |