On Mon, Jan 25, 2010 at 3:11 AM, Jakob Bohm wrote:
> So far all the posts I have been able to find about this device on
> wiki.linuxtv.org and in the archives of the linux-tv, linux-dvb
> and linux-media mailing lists have been unconfirmed guesswork of
> the form "I think", "Isn't that" etc. I ac
So far all the posts I have been able to find about this device on
wiki.linuxtv.org and in the archives of the linux-tv, linux-dvb
and linux-media mailing lists have been unconfirmed guesswork of
the form "I think", "Isn't that" etc. I actually have this device
(it was the first DVB-C device to hi
On 01/22/2010 05:10 PM, Jiri Slaby wrote:
So as a final patch, add support for hash and one hash entry
for MSI digi vox mini II:
iManufacturer 1 Afatech
iProduct 2 DVB-T 2
iSerial 3 01010101061
It is now handled with proper IR and key map tables.
Signed-off-by: Jiri Slaby
Cc: Ant
On 01/22/2010 05:10 PM, Jiri Slaby wrote:
Add af9015_setup structure to hold (right now only remote) setup
of distinct receivers.
Add af9015_setup_match for matching ids against tables.
This is for easier matching different kind of ids against tables
to obtain setups. Currently module parameter
On 01/22/2010 05:10 PM, Jiri Slaby wrote:
This is just a code shuffle without functional changes. For easier
review of later changes, i.e. preparation.
Signed-off-by: Jiri Slaby
Cc: Antti Palosaari
Cc: Mauro Carvalho Chehab
Cc: linux-media@vger.kernel.org
Acked-by: Antti Palosaari
--
http://
On 01/24/2010 06:35 PM, Jiri Slaby wrote:
On 01/24/2010 05:16 PM, Antti Palosaari wrote:
+af9015_config.eeprom_sum = 0;
+for (reg = 0; reg< eeprom_size / sizeof(u32); reg++) {
+af9015_config.eeprom_sum *= GOLDEN_RATIO_PRIME_32;
+af9015_config.eeprom_sum += le32_to_cpu((
On 01/20/2010 07:19 PM, Jiri Slaby wrote:
When both remote controller and receiver intfs are handled by
af9015, .probe do nothing for remote intf, but when .disconnect
is called for both of them it touches intfdata every time. For
remote it crashes obviously (as intfdata are unset).
Altough ther
DUBOST Brice crans.ens-cachan.fr> writes:
>
> Manu Abraham a écrit :
> > Hi Brice,
> >
> > On Mon, Jan 25, 2010 at 12:09 AM, DUBOST Brice
> > crans.ens-cachan.fr> wrote:
> >> Hello
> >>
> >> Powercam just made a new version of their cam, the version 4
> >>
> >> Unfortunately this CAM doesn't wo
Manu Abraham a écrit :
> Hi Brice,
>
> On Mon, Jan 25, 2010 at 12:09 AM, DUBOST Brice
> wrote:
>> Hello
>>
>> Powercam just made a new version of their cam, the version 4
>>
>> Unfortunately this CAM doesn't work with gnutv and applications based on
>> libdvben50221
>>
>> This cam return TIMEOUT
Hi,
I'm trying to fetch the uvcvideo from
http://linuxtv.org/git/?p=pinchartl/uvcvideo.git;a=summary .
I tryied to follow the instructions but at the third step I get fatal error
messages:
> $ git clone
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git v4l-dvb
> Initialize
Hi Brice,
On Mon, Jan 25, 2010 at 12:09 AM, DUBOST Brice
wrote:
> Hello
>
> Powercam just made a new version of their cam, the version 4
>
> Unfortunately this CAM doesn't work with gnutv and applications based on
> libdvben50221
>
> This cam return TIMEOUT errors (en50221_stdcam_llci_poll: Error
On Mon, Jan 25, 2010 at 12:39 AM, Anssi Hannula wrote:
> scan sometimes returns services with transport stream id = 0. This
> happens when the service is allocated before the transport stream
> id is known. This patch simply makes copy_transponder propagate
> transport stream id changes to all ser
Hi Klaas,
On Sun, Jan 24, 2010 at 2:58 PM, klaas de waal wrote:
> The czap utility (dvb-apps/util/szap/czap.c) cannot scan the channel
> configuration file when compiled on Fedora 12 with gcc-4.4.2.
>
> The czap output is:
>
> [kl...@myth2 szap]$ ./czap -c ~/.czap/ziggo-channels.conf Cartoon
> us
scan sometimes returns services with transport stream id = 0. This
happens when the service is allocated before the transport stream
id is known. This patch simply makes copy_transponder propagate
transport stream id changes to all services of the transponder.
Symptoms of zero transport stream id
Hello
Powercam just made a new version of their cam, the version 4
Unfortunately this CAM doesn't work with gnutv and applications based on
libdvben50221
This cam return TIMEOUT errors (en50221_stdcam_llci_poll: Error reported
by stack:-3) after showing the supported ressource id.
I found out
After updating from kernel 2.6.26.8 to 2.6.32.2 and from v4l of
05/19/2009 to 01/18/2010 I lost remote function with Dvico FusionHDTV7
Dual Express. The driver is loading, but not creating an IR device. Went
over it with awalls on IRC. The log is at: http://pastebin.com/m4b02ff0c
I noticed th
On Sun, 24 Jan 2010, Jean-Francois Moine wrote:
On Sat, 23 Jan 2010 19:44:06 -0600 (CST)
Theodore Kilgore wrote:
If everyone else is agreeable, I would propose that the recent
changes to sq905c.c should simply be pulled, and that is the best
solution to the problem.
A pull request for thi
Hi Sergio,
On Friday 22 January 2010 19:36:06 Aguirre, Sergio wrote:
[snip]
> Ok, I was able to "work around" the kernel panic with the attached patch.
>
> I have the feeling that all your development is dependant on loading all
> camera/sensors as modules in the filesystem. Have you done vali
Hi,
I'm dealing with Labtec Webcam 2200 and I found that the pac7302 driver does not
forward the image footer information to userspace. This footer contains some
information
which might be interesting to the userspace. What exactly this footer means is
not clear as of this writing, but it is easi
On 01/24/2010 05:16 PM, Antti Palosaari wrote:
>> +af9015_config.eeprom_sum = 0;
>> +for (reg = 0; reg< eeprom_size / sizeof(u32); reg++) {
>> +af9015_config.eeprom_sum *= GOLDEN_RATIO_PRIME_32;
>> +af9015_config.eeprom_sum += le32_to_cpu(((u32 *)eeprom)[reg]);
>> +}
>>
Hei,
Comments below.
On 01/22/2010 05:10 PM, Jiri Slaby wrote:
We read the eeprom anyway for dumping. Switch the dumping to
print_hex_dump_bytes and compute hash above that by
hash = 0;
for (u32 VAL) in (eeprom):
hash *= GOLDEN_RATIO_PRIME_32
hash += VAL; // while preserving endinaness
Th
On ned, 2010-01-24 at 13:13 +0400, Manu Abraham wrote:
> > I'm sorry to bother you with this one, but I'd really like to know if
> > there's something I'm doing wrong or is there something more I can
> > provide on this one. Below are some results from the newest kernel RC,
> > while sometime back
Hans Verkuil wrote:
> Hi Sakari,
Hi Hans,
And thanks for the comments!
...
>> @@ -103,7 +105,8 @@ int v4l2_event_dequeue(struct v4l2_fh *fh, struct
>> v4l2_event *event)
>> ev = list_first_entry(&events->available, struct _v4l2_event, list);
>> list_del(&ev->list);
>>
>> -ev->event.c
On 01/24/2010 10:08 AM, Chris Moore wrote:
Hello,
Short version:
I am looking for the original source code of a Linux DVB tree containing
in particular
drivers/media/dvb/dibusb/microtune_mt2060.c
and the directory
drivers/media/dvb/dibusb/mt2060_api
Googling for microtune_mt2060.c and mt2060_ap
The czap utility (dvb-apps/util/szap/czap.c) cannot scan the channel
configuration file when compiled on Fedora 12 with gcc-4.4.2.
The czap output is:
[kl...@myth2 szap]$ ./czap -c ~/.czap/ziggo-channels.conf Cartoon
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
reading chann
Hi,
On Sat, Jan 23, 2010 at 11:45 PM, Aljaž Prusnik wrote:
> Hi Manu,
>
> I'm sorry to bother you with this one, but I'd really like to know if
> there's something I'm doing wrong or is there something more I can
> provide on this one. Below are some results from the newest kernel RC,
> while som
On Sun, Jan 24, 2010 at 10:54 AM, Konstantin Dimitrov
wrote:
> On Sun, Jan 24, 2010 at 10:12 AM, Manu Abraham wrote:
>> On Sun, Jan 24, 2010 at 11:49 AM, Konstantin Dimitrov
>> wrote:
>>> On Sun, Jan 24, 2010 at 1:43 AM, Manu Abraham
>>> wrote:
On Sun, Jan 24, 2010 at 1:45 AM, Konstantin
On Sun, Jan 24, 2010 at 10:12 AM, Manu Abraham wrote:
> On Sun, Jan 24, 2010 at 11:49 AM, Konstantin Dimitrov
> wrote:
>> On Sun, Jan 24, 2010 at 1:43 AM, Manu Abraham wrote:
>>> On Sun, Jan 24, 2010 at 1:45 AM, Konstantin Dimitrov
>>> wrote:
On Sat, Jan 23, 2010 at 1:31 AM, Manu Abraham
On Sat, 23 Jan 2010 19:44:06 -0600 (CST)
Theodore Kilgore wrote:
> If everyone else is agreeable, I would propose that the recent
> changes to sq905c.c should simply be pulled, and that is the best
> solution to the problem.
A pull request for this change has been sent last sunday.
Cheers.
--
On Sun, Jan 24, 2010 at 11:49 AM, Konstantin Dimitrov
wrote:
> On Sun, Jan 24, 2010 at 1:43 AM, Manu Abraham wrote:
>> On Sun, Jan 24, 2010 at 1:45 AM, Konstantin Dimitrov
>> wrote:
>>> On Sat, Jan 23, 2010 at 1:31 AM, Manu Abraham
>>> wrote:
On Sun, Jan 10, 2010 at 9:21 PM, Ian Wilkinson
Hello,
Short version:
I am looking for the original source code of a Linux DVB tree containing
in particular
drivers/media/dvb/dibusb/microtune_mt2060.c
and the directory
drivers/media/dvb/dibusb/mt2060_api
Googling for microtune_mt2060.c and mt2060_api is no help.
Could anyone kindly
31 matches
Mail list logo