Signed-off-by: Antti Palosaari
---
drivers/media/dvb/dvb-usb/anysee.c | 299
---
drivers/media/dvb/dvb-usb/anysee.h |1 +
2 files changed, 206 insertions(+), 94 deletions(-)
diff --git a/drivers/media/dvb/dvb-usb/anysee.c
b/drivers/media/dvb/dvb-usb/anyse
Signed-off-by: Antti Palosaari
---
drivers/media/dvb/dvb-usb/dvb-usb-dvb.c | 85
+++---
drivers/media/dvb/dvb-usb/dvb-usb-init.c |4 ++
drivers/media/dvb/dvb-usb/dvb-usb.h | 11 +++-
3 files changed, 78 insertions(+), 22 deletions(-)
diff --git a/drivers/
Implement multi-frontend support for DVB USB.
First patch touches every DVB USB driver since it just changes adap->fe
to adap->fe[0] as preparation of actual patch.
See usage example from Anysee driver, patch 3/3.
regards
Antti
Antti Palosaari (3):
dvb-usb: prepare for multi-frontend suppo
On Mon, 18 Jul 2011 09:08:15 -0400, Prarit Bhargava wrote:
> This patch introduces a general System Firmware interface to the kernel,
> called
> sysfw.
>
> Inlcluded in this interface is the ability to search a standard set of fields,
> sysfw_lookup(). The fields are currently based upon the x86
This message is generated daily by a cron job that builds v4l-dvb for
the kernels and architectures in the list below.
Results of the daily build of v4l-dvb:
date:Mon Jul 25 19:01:44 CEST 2011
git hash:f0a21151140da01c71de636f482f2eddec2840cc
gcc version: i686-linux-gcc (GCC) 4.5
Fronted and Tuner Driver for ITE IT913x Series with inital support for
IT9137 integrated demodulator and tuner device.
The driver is loosely based on AF9035 series. However, support is not intended
for
this device specificity.
The IT9137 tuner has been tested on UHF bands, but VHF has only been
Driver for Kworld UB499-2T (id 1b80:e409)
The device driver has been named it913x, so that support for other family
members
can be added later.
TODOs
Firmware support for other it913x devices.
Remote control support, there are two known types.
Signed-off-by: Malcolm Priestley
---
drivers/m
Firmware information for Kworld UB499-2T T09 based on IT913x series. This device
uses file dvb-usb-it9137-01.fw.
Signed-off-by: Malcolm Priestley
---
Documentation/dvb/it9137.txt |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
create mode 100644 Documentation/dvb/it9137.txt
Signed-off-by: Oliver Endriss
diff -r 7830053e4245 v4l/Makefile
--- a/v4l/Makefile Mon Jul 18 22:25:39 2011 +0200
+++ b/v4l/Makefile Mon Jul 25 20:05:51 2011 +0200
@@ -135,21 +135,11 @@
EXTRA_CFLAGS += -include $(obj)/compat.h
#
-# Ker
On Mon, Jul 25, 2011 at 10:13 AM, Koen Kooi wrote:
>
> Op 25 jul. 2011, om 18:56 heeft Mark Grosen het volgende geschreven:
>
>> On Wed, Jul 13, 2011 at 11:22 AM, Joel A Fernandes
>> wrote:
>>> * Adds support for mt9v113 sensor by borrowing heavily from PSP 2.6.37
>>> kernel patches
>>> * Adapt
Dear Mark,
Thanks for trying this out.
>> media-ctl/yavta commands you could use to get it to show a picture can be
>> found at:
>> http://utdallas.edu/~joel.fernandes/stream.sh
>>
>
> Joel,
>
> I gave this a try this weekend. I ran into a few problems/questions.
>
> I wanted to try with pre-bui
Op 25 jul. 2011, om 18:56 heeft Mark Grosen het volgende geschreven:
> On Wed, Jul 13, 2011 at 11:22 AM, Joel A Fernandes
> wrote:
>> * Adds support for mt9v113 sensor by borrowing heavily from PSP 2.6.37
>> kernel patches
>> * Adapted to changes in v4l2 framework and ISP driver
>>
>> Signed-
On Wed, Jul 13, 2011 at 11:22 AM, Joel A Fernandes wrote:
> * Adds support for mt9v113 sensor by borrowing heavily from PSP 2.6.37 kernel
> patches
> * Adapted to changes in v4l2 framework and ISP driver
>
> Signed-off-by: Joel A Fernandes
> ---
> This patch will apply against the 2.6.39 kernel
Mauro and Devin,
Thanks for the explainations. The fix proposed is ok and as Devin mentioned,
should have very low impact. I'll see if I can dig into the issue to root cause
it.
Thanks for your help.
Rgds,
Palash
Signed off by Palash Bandyopadhyay
The driver requires platform_data to be present. That's why we need to check
and fail in case of the absence of necessary data.
Signed-off-by: Andy Shevchenko
Cc: Mauro Carvalho Chehab
Cc: Sakari Ailus
---
drivers/media/video/adp1653.c |4
1 files changed, 4 insertions(+), 0 deletions
Hi Palash,
Em 25-07-2011 07:24, Devin Heitmueller escreveu:
> On Mon, Jul 25, 2011 at 1:48 AM, Palash Bandyopadhyay
> wrote:
>> Mauro/Devin,
>>
>> Can someone give steps to reproduce the problem? Also if we need any
>> particular h/w board to reproduce this problem.
> I dont seem to recall any
24.07.2011 22:36, Mauro Carvalho Chehab wrote:
The automute code works fine. Maybe you have a strong interference
at the default tuning frequency, leading into saa7134 miss-detection.
OK, so my accusation to the automute code is
that it gets disabled unconditionally, no matter
have the scan fail
On Sun, Jul 24, 2011 at 10:44:41PM -0400, Dave Fine wrote:
> I have a Microsoft LifeCam VX-3000. My desktop computer has two USB
> buses. 4 external ports on one bus in the back of the computer, and 2
> external ports on another bus in the front. The webcam only works
> properly on the front-facin
Ping ?
As stated in my previous mail, I'd like to reach an agreement on the API, and
implement it. I'm fine with either grayscale or nonstd to store the FOURCC
(with a slight preference for grayscale), and with either a vmode flag or
using the most significant byte of the grayscale/nonstd field
On Mon, Jul 25, 2011 at 1:48 AM, Palash Bandyopadhyay
wrote:
> Mauro/Devin,
>
> Can someone give steps to reproduce the problem? Also if we need any
> particular h/w board to reproduce this problem. I dont seem to recall any
> delay requirement on the chip at power up/cycle time. Any I also don
Sylwester Nawrocki wrote:
> Hi,
Hi Sylwester,
Thanks for your comments.
> On 07/22/2011 12:39 PM, Sakari Ailus wrote:
> ...
>>> On 07/19/2011 03:37 PM, Sakari Ailus wrote:
Hi all,
The OMAP 3 ISP driver implements an HS_VS event which is triggered when
the reception of a frame
Dear all,
Does anyone came across a v4l2 Linux Device Driver for an Image Sensor
that uses Parallel CMOS H/V and can only be control by UART interface
instead of the common I2C or SPI interface?
A similar sensor is the STMicroelectronics VL5510 Image Sensor
although it support all 3 types of cont
Hi Antti
2011/7/23 Antti Palosaari :
> On 07/23/2011 02:01 AM, HoP wrote:
>>
>> 2011/7/23 Antti Palosaari:
>>>
>>> On 07/23/2011 01:47 AM, HoP wrote:
2011/7/23 Antti Palosaari:
>
> On 07/23/2011 01:18 AM, HoP wrote:
>>
>> In case of i2c write operation there is only one e
23 matches
Mail list logo