Credit Inquiries email lists

2010-05-20 Thread Jeannine H Teague
Here's a list package on sale this week only: Business/Consumer List Package US New Business Database - 4.8 million records all with emails American Consumer Database - 1,300,000 records all with emails. American Homeowners - 1 million Full Data Records all with emails All complete lists

[PATCH 06/11] V4L/DVB: omap_vout: Storage class should be before const qualifier

2010-05-20 Thread Tobias Klauser
The C99 specification states in section 6.11.5: The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature. Signed-off-by: Tobias Klauser tklau...@distanz.ch --- drivers/media/video/omap/omap_vout.c |2 +-

[PATCH] V4L/DVB: New NXP tda18218 tuner

2010-05-20 Thread Nikola Pajkovsky
Signed-off-by: Nikola Pajkovsky npajk...@redhat.com --- drivers/media/common/tuners/Kconfig |7 + drivers/media/common/tuners/Makefile|1 + drivers/media/common/tuners/tda18218.c | 432 +++ drivers/media/common/tuners/tda18218.h | 44

[PULL] nGene updates from http://linuxtv.org/hg/~endriss/ngene-new

2010-05-20 Thread Oliver Endriss
Mauro, Please pull from http://linuxtv.org/hg/~endriss/ngene-new for the following 6 changesets: 01/06: ngene: Support new device 'Digital Devices DuoFlex S2 miniPCIe' http://endr...@linuxtv.org/hg/~endriss/ngene-new?cmd=changeset;node=691aeec6bdb2 02/06: ngene: Do not call demuxer with

RE: [linux-dvb] new DVB-T initial tuning for fr-nantes

2010-05-20 Thread Thierry LELEGARD
One thing that would be good to do -- for someone who is in the area served by a transmitter -- rather than use «AUTO» for the FEC and Guard Interval values above, would be to perform a NIT scan on the appropriate frequencies. This should give as a result the actual transmitter frequency

AVerMedia A336 MiniCard Hybrid DVB-T

2010-05-20 Thread John Barstow
I couldn't find any information on this card or how to support it. Here is the output of lsusb -v. This card was built into the Acer Z5600 computer I bought a couple of weeks ago. Running Ubuntu 10.04 with kernel 2.6.32; I can install newer mainline kernels if required. Bus 002 Device 005: ID

Re: [linux-dvb] Leadtek DVT1000S W/ Phillips saa7134

2010-05-20 Thread hermann pitton
Hi, Am Freitag, den 21.05.2010, 06:01 +1000 schrieb Nathan Metcalf: Thanks Hermann, Does this mean I need to apply that patch you linked to me? Then recompile the module and re-insert? Regards, Nathan depends on your source. The 2.6.32 has no support for that card and it depends also on

[RFC] V4L2 Controls State Store/Restore File Format

2010-05-20 Thread Paulo Assis
Hi all, Below is a proposal for the file format to use when storing/restoring v4l2 controls state. I've some doubts concerning atomically set controls and string controls (see below) that may be inducing me on error. The format is intended to be generic enough to support any control class so I

RE:

2010-05-20 Thread Karicheri, Muralidharan
Asheesh, Please re-send this patch with following:- 1) A detailed description of what you are trying to fix in each of this patch. You need to also run the checkpatch.pl script to make sure there are no errors. 2) Please make this patch based on the http://git.linuxtv.org/v4l-dvb.git master

Re: [PATCH] input: fix error at the default input_get_keycode call

2010-05-20 Thread Valdis . Kletnieks
On Thu, 20 May 2010 01:55:50 -0300, Mauro Carvalho Chehab said: [ 76.376140] BUG: unable to handle kernel NULL pointer dereference at (null) [ 76.376670] IP: [c138b6d0] input_default_getkeycode_from_index+0x40/0x60 [ 76.376670] *pde = [ 76.376670] Oops: 0002 [#1] SMP [

Re: dvb-core: Fix ULE decapsulation bug when less than 4 bytes of ULE SNDU is packed into the remaining bytes of a MPEG2-TS frame

2010-05-20 Thread Jarod Wilson
On Thu, May 06, 2010 at 02:52:22PM -, Ang Way Chuang wrote: ULE (Unidirectional Lightweight Encapsulation RFC 4326) decapsulation code has a bug that incorrectly treats ULE SNDU packed into the remaining 2 or 3 bytes of a MPEG2-TS frame as having invalid pointer field on the subsequent

Re: [PATCH 2/2] V4L/DVB: buf-dma-sg.c: support non-pageable user-allocated memory

2010-05-20 Thread Arnout Vandecappelle
On Thursday 06 May 2010 06:06:21, Mauro Carvalho Chehab wrote: Hi Arnout, Arnout Vandecappelle wrote: videobuf_dma_init_user_locked() uses get_user_pages() to get the virtual-to-physical address mapping for user-allocated memory. However, the user-allocated memory may be non-pageable

MMAP buffer allocation Davinci

2010-05-20 Thread Asheesh Bhardwaj
Karicheri, Muralidharan m-karicheri2 at ti.com writes: Asheesh, Please re-send this patch with following:- 1) A detailed description of what you are trying to fix in each of this patch. You need to also run the checkpatch.pl script to make sure there are no errors. 2) Please make this

[PATCH -mmotm] media: ak881x needs slab.h

2010-05-20 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com Add slab.h to fix ak881x build: drivers/media/video/ak881x.c:265:error: implicit declaration of function 'kzalloc' drivers/media/video/ak881x.c:265:warning: assignment makes pointer from integer without a cast drivers/media/video/ak881x.c:283:error:

Loosing connection on hauppauge hdvpr (fixed firmware)

2010-05-20 Thread Rene Kremser // Event Solutions OG
Hello, I got a problem with my Hauppauge hdpvr device: After getting an involuntary firmware update of my cable-tv box (UPC Austria), the hdvpr device looses connection when a commercial appears or when the channel will be changed. They have installed a commercial-marker or other stupid thing.

Hardware able to reliably tune to high rate DVB-S2

2010-05-20 Thread Emmanuel
Hi all, I am looking for a DVB-S/S2 card able to reliably tune to high symbol rates DVB-S2 (here I have a transponder with 45MS/s), I also need this with CI support. I have seen that mystix cards could be a good candidate but I am not sure. PCI or PCIe is OK, dual tuner is not mandatory. TIA,

Re: dvb-core: Fix ULE decapsulation bug when less than 4 bytes of ULE SNDU is packed into the remaining bytes of a MPEG2-TS frame

2010-05-20 Thread Ang Way Chuang
Hi Jarod, Thanks for the review. My answers are inlined. Jarod Wilson wrote: On Thu, May 06, 2010 at 02:52:22PM -, Ang Way Chuang wrote: ULE (Unidirectional Lightweight Encapsulation RFC 4326) decapsulation code has a bug that incorrectly treats ULE SNDU packed into the remaining 2 or