<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.comp.video.video4linux">
    <title>gmane.comp.video.video4linux</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41327"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41326"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41325"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41324"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41322"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41321"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41320"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41319"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41318"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41317"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41316"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41315"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41314"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41312"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41311"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41310"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41309"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41308"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41306"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.video4linux/41304"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41327">
    <title>Re: S-Video analog Capture.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41327</link>
    <description>
Anything is better than a 1800 that I can get no support on for Analog,
other than someone always saying "It works for me".   I just picked one up
on Newegg for $79 w/ free shipping.  Hopefully it gets here soon.

-Mark
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

</description>
    <dc:creator>Mark Jenks</dc:creator>
    <dc:date>2008-12-04T03:17:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41326">
    <title>Re: S-Video analog Capture.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41326</link>
    <description>
Mark,

Just to manage expectations, you may want to read the ivtv-users and
ivtv-driver mailing list archive for the past month or so.  Some users
have absolutely no problems.  Others have noticed some audio or video
playback annoyances with analog captures (which I am working to get
resolved).

Personally, I like my HVR-1600's and don't have problems with analog and
digital tuner captures.  I don't use S-Video or CVBS composite
regularly.  You will need to do buffered playback, which MythTV does
always, and mplayer does when you use the '-cache 8192' commandline
option.  (I'm hoping to resolve the need for that too.)



NewEgg or e-Bay. :)

Regards,
Andy



--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

</description>
    <dc:creator>Andy Walls</dc:creator>
    <dc:date>2008-12-04T02:50:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41325">
    <title>Re: [PATCH] gspca_ov534: Print only frame_rate actually used.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41325</link>
    <description>
Hi Antonio,

The problem comes from the availability of the application buffer. In
the bulk_irq, there is:

frame = gspca_get_i_frame(gspca_dev);
if (!frame) {
gspca_dev-&gt;last_packet_type = DISCARD_PACKET;
} else {
.. pkt_scan(..);
}

Then, you are not called and you cannot know how many bytes have been
really received.

As the buffer check exists in frame_add, I may call you each time with a
valid frame pointer (see patch). In this case, you cannot count the
image bytes with the data_end. You should have a counter in the sd
structure.

An other solution is to start and stop the transfer for each image as it
was in the original driver, but it asks for a kernel thread.

Anyway, if Jim may add a mark between the images, if will be the best...

Cheers.

</description>
    <dc:creator>Jean-Francois Moine</dc:creator>
    <dc:date>2008-12-03T19:17:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41324">
    <title>Re: S-Video analog Capture.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41324</link>
    <description>


No, that does not matter, as long as you can catch a mpeg stream, it should
work just fine.   I already have 1394 channel changing working without a
hitch.

Time to hunt out a 1600.

-Mark
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

</description>
    <dc:creator>Mark Jenks</dc:creator>
    <dc:date>2008-12-04T01:12:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41322">
    <title>[PATCH 4 of 4] ov534: frame transfer improvements</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41322</link>
    <description># HG changeset patch
# User jim&lt; at &gt;jtan.com
# Date 1228335450 18000
# Node ID ede2dd835a2086131584558f5ccb1e2170135b07
# Parent  61c8d2959dd6ad1b45e0d8bf12b3d5748fc6a568
ov534: frame transfer improvements

The indirect registers at 0x1c/0x1d control frame settings.  If we
leave the values at 0x0a and 0x0b at their reset-time defaults, frame
data from the camera matches the UVC payload format.  This lets us
better reassemble the data into frames and know when data was lost.

This also lets us relax the bulk_size requirement from 600K to 2K,
which should help systems on with limited RAM (like the PS3).

Signed-off-by: Jim Paris &lt;jim&lt; at &gt;jtan.com&gt;

diff -r 61c8d2959dd6 -r ede2dd835a20 linux/drivers/media/video/gspca/ov534.c
--- a/linux/drivers/media/video/gspca/ov534.cWed Dec 03 15:07:30 2008 -0500
+++ b/linux/drivers/media/video/gspca/ov534.cWed Dec 03 15:17:30 2008 -0500
&lt; at &gt;&lt; at &gt; -166,10 +166,6 &lt; at &gt;&lt; at &gt;
 { 0xe2, 0x00 },
 { 0xe7, 0x3e },
 
-{ 0x1c, 0x0a },
-{ 0x1d, 0x22 },
-{ 0x1d, 0x06 },
-
 { 0x96, 0x00 },
 
 { 0x97, </description>
    <dc:creator>Jim Paris</dc:creator>
    <dc:date>2008-12-03T20:47:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41321">
    <title>[PATCH 3 of 4] ov534: Fix frame size so we don't miss the last pixel</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41321</link>
    <description># HG changeset patch
# User jim&lt; at &gt;jtan.com
# Date 1228334850 18000
# Node ID 61c8d2959dd6ad1b45e0d8bf12b3d5748fc6a568
# Parent  893107a5df87228bb6766f26226fcef8069e3fc8
ov534: Fix frame size so we don't miss the last pixel

The frame size is too small, so we lose the last YUYV pixel.
Fix the setup and remove the last_pixel hack.

Signed-off-by: Jim Paris &lt;jim&lt; at &gt;jtan.com&gt;

diff -r 893107a5df87 -r 61c8d2959dd6 linux/drivers/media/video/gspca/ov534.c
--- a/linux/drivers/media/video/gspca/ov534.cWed Dec 03 15:06:54 2008 -0500
+++ b/linux/drivers/media/video/gspca/ov534.cWed Dec 03 15:07:30 2008 -0500
&lt; at &gt;&lt; at &gt; -198,9 +198,9 &lt; at &gt;&lt; at &gt;
 { 0x1d, 0x40 },
 { 0x1d, 0x02 },
 { 0x1d, 0x00 },
-{ 0x1d, 0x02 },
-{ 0x1d, 0x57 },
-{ 0x1d, 0xff },
+{ 0x1d, 0x02 }, /* frame size 0x025800 * 4 = 614400 */
+{ 0x1d, 0x58 }, /* frame size */
+{ 0x1d, 0x00 }, /* frame size */
 
 { 0x8d, 0x1c },
 { 0x8e, 0x80 },
&lt; at &gt;&lt; at &gt; -398,19 +398,12 &lt; at &gt;&lt; at &gt;
 static void sd_pkt_scan(struct gspca_dev *gspca_dev, struct gspca_frame *frame,
 __u8 *data, int len)
</description>
    <dc:creator>Jim Paris</dc:creator>
    <dc:date>2008-12-03T20:47:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41320">
    <title>[PATCH 1 of 4] ov534: don't check status twice</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41320</link>
    <description># HG changeset patch
# User jim&lt; at &gt;jtan.com
# Date 1228334704 18000
# Node ID fa4fcbdb237a065c4033bd51be28fa9da9016cef
# Parent  ee27d949bfa5e050f858b5bae4cc9a050ff5b119
ov534: don't check status twice

sccb_reg_write already calls sccb_check_status, no need to do it
again.

Signed-off-by: Jim Paris &lt;jim&lt; at &gt;jtan.com&gt;

diff -r ee27d949bfa5 -r fa4fcbdb237a linux/drivers/media/video/gspca/ov534.c
--- a/linux/drivers/media/video/gspca/ov534.cTue Dec 02 19:00:57 2008 +0100
+++ b/linux/drivers/media/video/gspca/ov534.cWed Dec 03 15:05:04 2008 -0500
&lt; at &gt;&lt; at &gt; -369,31 +369,23 &lt; at &gt;&lt; at &gt;
 switch (sd-&gt;frame_rate) {
 case 50:
 sccb_reg_write(gspca_dev-&gt;dev, 0x11, 0x01);
-sccb_check_status(gspca_dev-&gt;dev);
 sccb_reg_write(gspca_dev-&gt;dev, 0x0d, 0x41);
-sccb_check_status(gspca_dev-&gt;dev);
 ov534_reg_verify_write(gspca_dev-&gt;dev, 0xe5, 0x02);
 break;
 case 40:
 sccb_reg_write(gspca_dev-&gt;dev, 0x11, 0x02);
-sccb_check_status(gspca_dev-&gt;dev);
 sccb_reg_write(gspca_dev-&gt;dev, 0x0d, 0xc1);
-sccb_check_status(gspca_dev-&gt;dev);
 </description>
    <dc:creator>Jim Paris</dc:creator>
    <dc:date>2008-12-03T20:47:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41319">
    <title>[PATCH 2 of 4] ov534: initialization cleanup</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41319</link>
    <description># HG changeset patch
# User jim&lt; at &gt;jtan.com
# Date 1228334814 18000
# Node ID 893107a5df87228bb6766f26226fcef8069e3fc8
# Parent  fa4fcbdb237a065c4033bd51be28fa9da9016cef
ov534: initialization cleanup

Clean up bridge and sensor chip initialization by putting initial
register values in arrays rather than open-coding calls to
*_reg_write.

Also remove ov534_reg_verify_write, as the verify step doesn't appear
necessary.

The order of some writes was rearranged and some duplicate writes were
removed, but the camera behavior is unchanged.

Signed-off-by: Jim Paris &lt;jim&lt; at &gt;jtan.com&gt;

diff -r fa4fcbdb237a -r 893107a5df87 linux/drivers/media/video/gspca/ov534.c
--- a/linux/drivers/media/video/gspca/ov534.cWed Dec 03 15:05:04 2008 -0500
+++ b/linux/drivers/media/video/gspca/ov534.cWed Dec 03 15:06:54 2008 -0500
&lt; at &gt;&lt; at &gt; -94,19 +94,6 &lt; at &gt;&lt; at &gt;
 return data;
 }
 
-static void ov534_reg_verify_write(struct usb_device *udev, u16 reg, u16 val)
-{
-u16 data;
-
-ov534_reg_write(udev, reg, val);
-data = ov534_reg_read(udev, reg);
-if (d</description>
    <dc:creator>Jim Paris</dc:creator>
    <dc:date>2008-12-03T20:47:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41318">
    <title>[PATCH 0 of 4] ov534 patches</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41318</link>
    <description>Hi,

Here are some ov534 patches I've been working on.

ov534: don't check status twice
ov534: initialization cleanup
ov534: Fix frame size so we don't miss the last pixel
ov534: frame transfer improvements


-jim

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

</description>
    <dc:creator>Jim Paris</dc:creator>
    <dc:date>2008-12-03T20:46:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41317">
    <title>Re: S-Video analog Capture.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41317</link>
    <description>
I run three of them using DCT700 set top boxes on Verizon FiOS. (Note:
I use CommandIR II for control) via svideo and r/l minijack inputs.
This is in SageTV though, if that matters.

Brandon

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

</description>
    <dc:creator>Brandon Jenkins</dc:creator>
    <dc:date>2008-12-03T20:45:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41316">
    <title>Re: [PATCH, RFC] mt9m111: allow data to be received on pixelclock falling edge?</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41316</link>
    <description>--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list</description>
    <dc:creator>Antonio Ospite</dc:creator>
    <dc:date>2008-12-03T18:51:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41315">
    <title>Re: [PATCH] gspca_ov534: Print only frame_rate actually used.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41315</link>
    <description>--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list</description>
    <dc:creator>Antonio Ospite</dc:creator>
    <dc:date>2008-12-03T18:44:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41314">
    <title>[PATCH] si470x: Support for DealExtreme</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41314</link>
    <description>Mauro,

Please pull from http://linuxtv.org/hg/~tlorenz/v4l-dvb

for the following changeset:

01/01: Add USB ID for the Sil4701 radio from DealExtreme.
http://linuxtv.org/hg/~tlorenz/v4l-dvb?cmd=changeset;node=42f57f457d9d3a91d5f3966b59bfa87679ecb1c7


 Documentation/video4linux/si470x.txt |    1 +
 drivers/media/radio/radio-si470x.c   |    4 ++++
 2 files changed, 5 insertions(+)

Thanks,
Tobias
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

</description>
    <dc:creator>Tobias Lorenz</dc:creator>
    <dc:date>2008-12-03T18:29:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41312">
    <title>Re: [PATCH] gspca_ov534: Print only frame_rate actually used.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41312</link>
    <description>Hi Antonio,

Antonio Ospite wrote:

Such a large bulk_size is probably not a good idea on any system.
The PS3 in particular is already memory constrained so it's definitely
a good idea to break that up.

...

If gspca decides to discard a frame with DISCARD_PACKET, I believe it
won't start working again until you send another FIRST_PACKET.  In
your code, if DISCARD_PACKET ever happens, the frame-&gt;data pointers
won't get updated so you'll never get to FIRST_PACKET?


Hold off a bit on this work.

There's a problem with breaking up the transfers, because we're not
currently getting any header data from the bridge chip that lets us
know when we really hit the end of a frame, and it's easy to get out
of sync.  Using (len &lt; bulk_size) is a good trick if they're not a
multiple, as you say, since the last payload will be shorter, but I
have a better solution -- I found how to get the camera to add a
UVC-format header on each payload.  I'm finishing up the patch and
will post it a bit later today once I iron out a f</description>
    <dc:creator>Jim Paris</dc:creator>
    <dc:date>2008-12-03T18:01:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41311">
    <title>Re: [PATCH] gspca_ov534: Print only frame_rate actually used.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41311</link>
    <description>--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list</description>
    <dc:creator>Antonio Ospite</dc:creator>
    <dc:date>2008-12-03T16:45:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41310">
    <title>VBI capture failing for saa7134</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41310</link>
    <description>Hello people,
I'm w/ a problem for capturing VBI data (closed caption) using a Pinnacle PCTV 
(worked w/ some older kernel). 
Using the sliced-vbi-test.c (inside v4l2-apps/test), I get the error in the 
following ioctl:

ioctl(fh, VIDIOC_S_FMT, &amp;fmt);
vbi: Invalid argument

What function handles that ioctl?
I'm looking at linux/drivers/media/video/saa7134 directory, but I could not 
figure out what function takes care of the VIDIOC_S_FMT ioctl.

Thanks,
Rafael Diniz
WiMobilis

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

</description>
    <dc:creator>Rafael Diniz</dc:creator>
    <dc:date>2008-12-03T15:12:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41309">
    <title>V4L2 PIXEL buffer conversion</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41309</link>
    <description>About processing some frames from

static void process_image (const void * p, unsigned int size)

I did some conversion from
const void * p TO char *

to treat buffers.

But I would like opinion about conversion from :

const void * p TO int []

because I am using a JNI entry point for my V4L2 C and would like to compare values between 0-255

but if u do something like

char 4 - char 5

this will not turn -1

this will turn 255.

And inside java I don't want to cast values and prefer to work with proper int types.

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

</description>
    <dc:creator>Jonathan Lafontaine</dc:creator>
    <dc:date>2008-12-03T13:43:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41308">
    <title>Re: S-Video analog Capture.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41308</link>
    <description>

No, I don't need PCI, PCIe is just what I had room for and bought it.   The
Backend is sitting in a media closet, so it's a fullsize case. ;)

So, with the 1600, Svideo in, w/ Audio interleaved in mpg format, you say it
works?

Can anyone verify this, before I go out and purchase this, or a PVR-250.

-Mark
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

</description>
    <dc:creator>Mark Jenks</dc:creator>
    <dc:date>2008-12-03T12:09:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41306">
    <title>RE: [PATCH] Add OMAP2 camera driver</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41306</link>
    <description>

Thanks,
Vaibhav Hiremath

[Hiremath, Vaibhav] yes, but the DSS2 library goes under arch/arm/plat-omap/dss/. The above files are belongs to the driver underneath.
 


--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request&lt; at &gt;redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

</description>
    <dc:creator>Hiremath, Vaibhav</dc:creator>
    <dc:date>2008-12-03T09:37:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41304">
    <title>RE: Hauppauge WinTV USB Model 566 PAL-I</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41304</link>
    <description>-----Original Message-----
From: Thierry Merle [mailto:thierry.merle&lt; at &gt;free.fr] 
Sent: 03 December 2008 06:26
To: Chris Grove
Cc: video4linux-list&lt; at &gt;redhat.com
Subject: Re: Hauppauge WinTV USB Model 566 PAL-I

Chris Grove a écrit :
Argh yes, linux-2.6.21.3 is a quite old kernel; these options were not yet
implemented.
Can you run a more recent version of Geexbox? I saw on their site that the
latest version includes 2.6.27.4 kernel.
Otherwise you will need a recompilation of the driver.
Thierry

Eeek, I was trying not to upgrade to the next version of Geexbox as it still
has many bugs and I don't really want to add X.org as I'm trying to keep
processor down to a minimum. Recompiling the drivers sounds better as I've
already managed to recompile the kernel a few times. Is there any chance you
could give me instructions on upgrading the driver please?? I'm guessing
it's not as easy as just copying the sources into the Usbvision folder,
although I might be wrong.


--
video4linux-list mailing list
Unsubscribe mailt</description>
    <dc:creator>Chris Grove</dc:creator>
    <dc:date>2008-12-03T09:03:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.video4linux/41303">
    <title>Re: [PATCH 2/2] mt9m111: add support for mt9m112 since sensors seem identical</title>
    <link>http://permalink.gmane.org/gmane.comp.video.video4linux/41303</link>
    <description>
Guennadi Liakhovetski wrote:

Done.

Signed-off-by: Mike Rapoport &lt;mike&lt; at &gt;compulab.co.il&gt;

 drivers/media/video/Kconfig   |    4 ++--
 drivers/media/video/mt9m111.c |   28 ++++++++++++++++------------
 2 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 47102c2..0848032 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
&lt; at &gt;&lt; at &gt; -725,10 +725,10 &lt; at &gt;&lt; at &gt; config MT9M001_PCA9536_SWITCH
   extender to switch between 8 and 10 bit datawidth modes

 config SOC_CAMERA_MT9M111
-tristate "mt9m111 support"
+tristate "mt9m111 and mt9m112 support"
 depends on SOC_CAMERA &amp;&amp; I2C
 help
-  This driver supports MT9M111 cameras from Micron
+  This driver supports MT9M111 and MT9M112 cameras from Micron

 config SOC_CAMERA_MT9V022
 tristate "mt9v022 support"
diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c
index da0b2d5..ac48001 100644
--- a/drivers/media/video/mt9m111.c
+++ b/drivers/media/video/mt9m111.c
&lt; at &gt;</description>
    <dc:creator>Mike Rapoport</dc:creator>
    <dc:date>2008-12-03T08:23:49</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.video.video4linux">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.video.video4linux</link>
  </textinput>
</rdf:RDF>
