[PATCH] cx23885: Use enum for board type definitions.

2010-08-16 Thread Kusanagi Kouichi
Signed-off-by: Kusanagi Kouichi --- drivers/media/video/cx23885/cx23885.h | 62 + 1 files changed, 32 insertions(+), 30 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h index ed94b17..55dc282 100644 --- a

[PATCH] cx23885: Enable Message Signaled Interrupts(MSI).

2010-02-05 Thread Kusanagi Kouichi
Signed-off-by: Kusanagi Kouichi --- drivers/media/video/cx23885/cx23885-core.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885-core.c b/drivers/media/video/cx23885/cx23885-core.c index 0dde57e..7101c51 100644 --- a/drivers

[PATCH] cx23885: Add support for LEADTEK WinFast PxTV1200.

2010-01-21 Thread Kusanagi Kouichi
I tested only tv and composite. Video works fine but no audio. Signed-off-by: Kusanagi Kouichi --- Documentation/video4linux/CARDLIST.cx23885 |1 + drivers/media/video/cx23885/cx23885-cards.c | 32 +++ drivers/media/video/cx23885/cx23885-video.c | 13

[PATCH] cx25840: Fix composite detection.

2010-01-21 Thread Kusanagi Kouichi
If CX25840_VIN1_CH1 and the like is used, input is not detected as composite. Their value is 0x80XX and CX25840_COMPONENT_ON is 0x8200. So 739 else if ((vid_input & CX25840_COMPONENT_ON) == 0) this condition never be true. Signed-off-by: Kusanagi Kou

[PATCH] cx25840: Fix composite detection.

2010-01-09 Thread Kusanagi Kouichi
If CX25840_VIN1_CH1 and the like is used, input is not detected as composite. Signed-off-by: Kusanagi Kouichi --- drivers/media/video/cx25840/cx25840-core.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/media/video/cx25840/cx25840-core.c b/drivers/media