The camera interface is located on the Langwell, not on the Atom processor.
BRs
Xiaolin
-Original Message-
From: Dongsoo, Nathaniel Kim [mailto:dongsoo@gmail.com]
Sent: Thursday, April 30, 2009 5:33 PM
To: Zhang, Xiaolin
Cc: linux-media@vger.kernel.org; Johnson, Charles F; Zhu, Dani
On Mon, 04 May 2009 19:35:09 -0400, CityK wrote:
> drbob,
>
> Off_Topic: that name takes me back: http://muppet.wikia.com/wiki/Dr._Bob
And I thought I'd picked that name at random. The muppets must have had a
deeper effect on my subconscious than I realised...
>
> On_Topic: You have built th
On Mon, May 4, 2009 at 8:18 PM, John R. wrote:
> Hello,
>
> Actually, I am trying to use the analog composite input (not cable
> television) working. Is this part of analog support? Or is that for analog
> cable only?
>
> When I hook a video source up to the composite RCA jack and "mplayer
> /de
Hello,
Actually, I am trying to use the analog composite input (not cable
television) working. Is this part of analog support? Or is that for
analog cable only?
When I hook a video source up to the composite RCA jack and "mplayer
/dev/video" it presents the following:
MPlayer dev-SVN-r26
drbob,
Off_Topic: that name takes me back: http://muppet.wikia.com/wiki/Dr._Bob
On_Topic: You have built the drivers but you haven't installed them
into the system as intended, consequently you will run into the set of
observations that you have. Have a read through:
http://www.linuxtv.org/wiki
On Fri, May 1, 2009 at 2:26 AM, hermann pitton wrote:
> Hi Charles,
>
> Am Donnerstag, den 30.04.2009, 13:54 +0200 schrieb Charles:
>> Hello,
>>
>>
>> I installed my Terratec Cinergy HT PCI DVB-T board on Ubuntu 9.04
>
> I guess HT PCI can mean a lot, like My Cinema, WinFast and the like ...
>
>>
Hi hermann,
hermann-pit...@arcor.de said:
> There is no way to detect which sort of such a LNA circuitry is employed.
> Just try and error and pray. Also no further documentation for the changing
> code itself and only some comments by Hartmut on the lists.
>
> In case config = 1 gpio0 of the td
> Hello, Hans
>
> On Mon, May 4, 2009 at 10:04 PM, Hans Verkuil wrote:
>> 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 May 4 19:00:02 CEST 2009
>> path
Hello, Hans
On Mon, May 4, 2009 at 10:04 PM, Hans Verkuil wrote:
> 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 May 4 19:00:02 CEST 2009
> path: http
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 May 4 19:00:02 CEST 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 11658:83712d149893
gcc version: gcc
On Mon, May 4, 2009 at 12:32 PM, Lars D. Forseth wrote:
> Hello,
>
> I have a Pinnacle PCTV Hybrid Stick Solo 340e SE which identifies as
> "2304:023e" with lsusb.
> After searching the web for almost two days now I did not find any working
> solution in getting this DVB-T USB stick to work under
Hello,
I have a Pinnacle PCTV Hybrid Stick Solo 340e SE which identifies as
"2304:023e" with lsusb.
After searching the web for almost two days now I did not find any
working solution in getting this DVB-T USB stick to work under Ubuntu
9.04 UNR. When I found this thread
(http://marc.info/?l=
Hello,
I have a TT-3200 card and the b40d628f830d revision of v4l-dvb (april 24th)
I have this two szap config files:
$ cat channels_astra_fta.conf
LCP:11479:v:0:22000:161:84:6402
$ cat channels_hotbird_fta.conf
4FunTv:10719:v:1:27500:163:92:4404
My problem is that to lock on hotbird I have to l
Good comments. Only ISP driver is based on the V4L2 driver framework. The
camera sensor used on the Moorestown platform is based on the I2C client
driver. I will look at the Documentation/video4linux/v4l2-framework.txt and
will consider your comment in our future plan.
Welcome any more comment
On Mon, May 04, 2009 at 03:03:40PM +0200, Hans Verkuil wrote:
>
> > Not so many time ago i noticed such line in dmesg:
> >
> > radio-mr800 2-1:1.0: Non-NULL drvdata on register
> >
> > Quick review showed that it appears in usb_amradio_probe fucntions. Then
> > i found such code in v4l2_device_reg
Looks good to me.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, May 4, 2009 at 5:03 PM, Hans Verkuil wrote:
>
>> Hello,
>>
>> Not so many time ago i noticed such line in dmesg:
>>
>> radio-mr800 2-1:1.0: Non-NULL drvdata on register
>>
>> Quick review showed that it appears in usb_amradio_probe fucntions. Then
>> i found such code in v4l2_device_regist
Analoguous to follow_phys(), add a helper that looks up the PFN at a
user virtual address in an IO mapping or a raw PFN mapping.
Signed-off-by: Johannes Weiner
---
include/linux/mm.h |2 ++
mm/memory.c| 29 +
2 files changed, 31 insertions(+), 0 deletion
> Hello,
>
> Not so many time ago i noticed such line in dmesg:
>
> radio-mr800 2-1:1.0: Non-NULL drvdata on register
>
> Quick review showed that it appears in usb_amradio_probe fucntions. Then
> i found such code in v4l2_device_register() function (v4l2-device.c
> file):
>
> /* Set name to drive
> Hello,
>
> Not so many time ago i noticed such line in dmesg:
>
> radio-mr800 2-1:1.0: Non-NULL drvdata on register
>
> Quick review showed that it appears in usb_amradio_probe fucntions. Then
> i found such code in v4l2_device_register() function (v4l2-device.c
> file):
>
> /* Set name to drive
Hello,
Not so many time ago i noticed such line in dmesg:
radio-mr800 2-1:1.0: Non-NULL drvdata on register
Quick review showed that it appears in usb_amradio_probe fucntions. Then
i found such code in v4l2_device_register() function (v4l2-device.c
file):
/* Set name to driver name + device na
On Mon, May 04, 2009 at 11:54:34AM +0200, Johannes Weiner wrote:
> Analoguous to follow_phys(), add a helper that looks up the PFN
> instead. It also only allows IO mappings or PFN mappings.
A kerneldoc describing what it does and the limitations would be
extremly helpful.
--
To unsubscribe from
On Mon, May 04, 2009 at 11:54:33AM +0200, Johannes Weiner wrote:
> Signed-off-by: Johannes Weiner
> ---
> mm/memory.c | 37 ++---
> 1 files changed, 6 insertions(+), 31 deletions(-)
>
> diff --git a/mm/memory.c b/mm/memory.c
> index a621319..aee167d 100644
> ---
Analoguous to follow_phys(), add a helper that looks up the PFN
instead. It also only allows IO mappings or PFN mappings.
Signed-off-by: Johannes Weiner
---
include/linux/mm.h |2 ++
mm/memory.c| 19 +++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git
A generic readonly page table lookup helper to map an address space
and an address from it to a pte.
Signed-off-by: Johannes Weiner
---
mm/memory.c | 37 +
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/mm/memory.c b/mm/memory.c
index cf6873
Signed-off-by: Johannes Weiner
---
mm/memory.c | 37 ++---
1 files changed, 6 insertions(+), 31 deletions(-)
diff --git a/mm/memory.c b/mm/memory.c
index a621319..aee167d 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -3051,50 +3051,25 @@ int follow_phys(struct v
26 matches
Mail list logo