<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/images/lists/rssstyle2.xsl"?>
<rss version="2.0">
<channel>
<title>ivtv | devel</title>
<description>Mailing List Archive by Gossamer Threads</description>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/</link>
<language>en-us</language>
<copyright>(c) Gossamer Threads Inc. All rights reserved.</copyright>
<lastBuildDate>12 Feb  2012 16:03:34 -0800</lastBuildDate>
<ttl>120</ttl>
<image>
<title>Gossamer Threads | ivtv | devel</title>
<width>75</width>
<height>23</height>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/</link>
<url>http://www.gossamer-threads.com/images/lists/rss_logo.jpg</url>
</image>
<item>
<title>[PATCH 18/60] media: remove the second argument of k[un]map_atomic()</title>
<description>Acked-by: Andy Walls &amp;lt;awalls@md.metrocast.net&amp;gt; Signed-off-by: Cong Wang &amp;lt;amwang@redhat.com&amp;gt; --- drivers/media/video/ivtv/ivtv-udma.c |  4 ++-- 1 f</description>
<pubDate>09 Feb  2012 21:39:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41607</link>
</item><item>
<title>[PATCH v3 2/2] ivtv-driver: fix handling of &amp;#039;radio&amp;#039; module parameter</title>
<description>Reverse ivtv-driver part of commit 90ab5ee94171b3e28de6bb42ee30b527014e0be7 and change module_param_array() type from bool to int to fix compiler warn</description>
<pubDate>31 Jan  2012 07:27:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41604</link>
</item><item>
<title>[PATCH v2 1/2] cx18-driver: fix handling of &amp;#039;radio&amp;#039; module parameter</title>
<description>Reverse cx18-driver part of commit 90ab5ee94171b3e28de6bb42ee30b527014e0be7 and change module_param_array() type from bool to int to fix compiler warn</description>
<pubDate>31 Jan  2012 07:27:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41602</link>
</item><item>
<title>[PATCH v2 0/2] fix cx18-/ivtv-driver &amp;#039;radio&amp;#039; module parameter</title>
<description>Updated patch versions to fix the &amp;#039;radio&amp;#039; module parameter of cx18-driver and ivtv-driver. Danny Kukawka (2):  cx18-driver: fix handling of &amp;#039;radio&amp;#039;</description>
<pubDate>31 Jan  2012 07:27:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41601</link>
</item><item>
<title>[PATCH v2 08/16] ivtv-driver: fix handling of &amp;#039;radio&amp;#039; module parameter</title>
<description>Fixed handling of &amp;#039;radio&amp;#039; module parameter from module_param_array to module_param_named to fix these compiler warnings in ivtv-driver.c: In function</description>
<pubDate>30 Jan  2012 11:40:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41586</link>
</item><item>
<title>[PATCH 05/16] cx18: fix handling of &amp;#039;radio&amp;#039; module parameter</title>
<description>Fixed handling of &amp;#039;radio&amp;#039; module parameter from module_param_array to module_param_named to fix these compiler warnings in cx18-driver.c: In function</description>
<pubDate>30 Jan  2012 11:40:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41587</link>
</item><item>
<title>[PATCH 18/62] media: remove the second argument of k[un]map_atomic()</title>
<description>Signed-off-by: Cong Wang &amp;lt;amwang@redhat.com&amp;gt; --- drivers/media/video/ivtv/ivtv-udma.c |  4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)</description>
<pubDate>26 Nov  2011 21:26:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41577</link>
</item><item>
<title>[PATCH] [media] video: Drop undue references to i2c-algo-bit</title>
<description>There&amp;#039;s one comment that has been copied from bttv to many other media/video drivers: /* init + register i2c algo-bit adapter */ Meanwhile, many dri</description>
<pubDate>09 Nov  2011 09:27:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41569</link>
</item><item>
<title>[UNKNOWN CX18 CARD] Toshiba Qosmio G35-AV600</title>
<description>Hello, I have an unknown cx18 device. details below. Unknown card: vendor/device: [14f1:5b7a] subsystem vendor/device: [1179:0010] The machine in q</description>
<pubDate>31 Oct  2011 04:34:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41558</link>
</item><item>
<title>[PATCH 32/49] media: irq: Remove IRQF_DISABLED</title>
<description>Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check a</description>
<pubDate>22 Oct  2011 02:56:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41550</link>
</item><item>
<title>Fwd: [RFC PATCH] Introduce a strict tuner type check for VIDIOC_S_FREQUENCY</title>
<description>All, I generally don&amp;#039;t have a problem with this patch. However since ivtv and cx18 are currently structured for exclusive open, this will impact fol</description>
<pubDate>29 Sep  2011 05:16:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41543</link>
</item><item>
<title>[PATCH 35/55] media: irq: Remove IRQF_DISABLED</title>
<description>Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check a</description>
<pubDate>22 Sep  2011 01:59:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41538</link>
</item><item>
<title>Re: [PATCH 35/57] media: irq: Remove IRQF_DISABLED</title>
<description>On Wed, 21 Sep 2011, Yong Zhang wrote: &amp;gt; Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled], &amp;gt; We run all interrupt handlers</description>
<pubDate>21 Sep  2011 03:16:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41531</link>
</item><item>
<title>[PATCH 35/57] media: irq: Remove IRQF_DISABLED</title>
<description>Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check a</description>
<pubDate>21 Sep  2011 02:28:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41532</link>
</item><item>
<title>[UNKNOWN CX18 CARD] Toshiba Qosmio G30 built-in tuner doesn&amp;#039;t work</title>
<description>vendor/device: [14f1:5b7a] subsystem vendor/device: [1179:0030] I have a Toshiba Qosmio G30 laptop with integrated TV-tuner based on Conexant CX23418</description>
<pubDate>14 Sep  2011 10:41:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41524</link>
</item><item>
<title>[PATCH 40/62] media: irq: Remove IRQF_DISABLED</title>
<description>This flag is a NOOP and can be removed now. Signed-off-by: Yong Zhang &amp;lt;yong.zhang0@gmail.com&amp;gt; --- drivers/media/common/saa7146_core.c    |  2</description>
<pubDate>07 Sep  2011 01:10:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41523</link>
</item><item>
<title>Lockdep warning in ivtv driver in 3.1</title>
<description>Hi All, We&amp;#039;ve gotten a report[1] that the ivtv driver is throwing a lockdep warning when calling ivtv_gpio_init. From what I can tell, it seems like</description>
<pubDate>22 Aug  2011 11:24:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41493</link>
</item><item>
<title>[PATCH 06/14] [media] cx18: Use current logging styles</title>
<description>Add pr_fmt. Convert printks to pr_&amp;lt;level&amp;gt;. Convert printks without KERN_&amp;lt;level&amp;gt; to appropriate pr_&amp;lt;level&amp;gt;. Removed embedded prefixes when pr_fmt was a</description>
<pubDate>21 Aug  2011 15:56:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41490</link>
</item><item>
<title>[PATCH 00/14] [media] Logging cleanups</title>
<description>First block of logging message cleanups for drivers/media. Joe Perches (14):  [media] saa7146: Use current logging styles  [media] rc-core.h: Surro</description>
<pubDate>21 Aug  2011 15:56:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41489</link>
</item><item>
<title>UNKNOWN CX18 CARD</title>
<description>Unknown Card: vendor/Device: [14f1:5b7a] Subsystem Vendor/device: [1179:0010] Defaulting to Hauppauge HVR-1600 card Invalid EEPROM System: Toshiba Qo</description>
<pubDate>26 Jul  2011 16:36:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41477</link>
</item><item>
<title>UNKNOWN IVTV CARD</title>
<description>To whom it may concern,    Mythbuntu 10.04, linux kernel 2.6.32-33    [  17.267670] ivtv1: Unknown card: vendor/device: [4444:0016] [  17.26</description>
<pubDate>21 Jul  2011 17:01:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41475</link>
</item><item>
<title>UNKNOWN CX18 CARD</title>
<description>Unknown Card: vendor/Device: [14f1:5b7a] Subsystem Vendor/device: [1179:0010] Defaulting to Hauppauge HVR-1600 card Invalid EEPROM System: Toshiba Qo</description>
<pubDate>11 Jul  2011 14:37:15 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41465</link>
</item><item>
<title>[PATCH 12/37] Remove unneeded version.h includes (and add where needed) for drivers/media/video/</title>
<description>It was pointed out by &amp;#039;make versioncheck&amp;#039; that linux/version.h was not always being included where needed and sometimes included needlessly in drivers</description>
<pubDate>23 Jun  2011 15:17:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41456</link>
</item><item>
<title>[GIT PULL for 2.6.40] ivtv: Framebuffer, decoder, and msleep fixes</title>
<description>Mauro, Please pull the following changes. Regards, Andy  The following changes since commit 5e094096b93c9c48b4b90457e83cbca6fc2ff5d4:  [media] v1</description>
<pubDate>29 May  2011 17:48:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41425</link>
</item><item>
<title>[ANN] Unplanned outage: ivtvdriver.org wiki</title>
<description>All, The ivtvdriver.org wiki is currently down. With my permissions on the server, I cannot take action to fix it myself. I have sent a message to</description>
<pubDate>14 May  2011 08:17:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41406</link>
</item><item>
<title>ivtv-utils still useful or is transition to v4l-utils complete?</title>
<description>Are the ivtv-utils still maintained and/or useful or did everything worthwhile make it into v4l-utils already? I&amp;#039;ve just noticed that v4l-utils confl</description>
<pubDate>30 Mar  2011 00:24:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41388</link>
</item><item>
<title>[UPDATED][GIT PULL for 2.6.39] cx18: Make RF analog TV work for newer HVR-1600 models</title>
<description>Mauro, (Adding on a BUG fix to this pull request) Please pull the following changes that fix RF analog TV for the newest models of HVR-1600 and incr</description>
<pubDate>27 Mar  2011 16:31:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41387</link>
</item><item>
<title>[GIT PULL for 2.6.39] cx18: Make RF analog TV work for newer HVR-1600 models</title>
<description>Mauro, Please pull the following changes that fix RF analog TV for the newest models of HVR-1600 and increment the cx18 driver version number. The D</description>
<pubDate>26 Mar  2011 21:02:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41386</link>
</item><item>
<title>[PATCH] Fix build with gold</title>
<description>Hi, Tarun Kumar Mall filed this patch (as a diff of a diff no less) in a bug[0] against the Debian package of ivtv-utils based on a report in LaunchP</description>
<pubDate>04 Mar  2011 11:47:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41358</link>
</item><item>
<title>[PATCH 06/21]drivers:media:cx23418.h remove one to many l&amp;#039;s in the word.</title>
<description>The patch below removes an extra &amp;quot;l&amp;quot; in the word. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gmail.com&amp;gt; --- drivers/media/video/cx18/cx23418.h</description>
<pubDate>24 Feb  2011 22:11:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41351</link>
</item><item>
<title>[UNKNOWN CX18 CARD] INVALID EEPROM</title>
<description>First - I would to say I love Ubuntu - Thanks you for your dedication - I have a Toshiba Qosmio F35 with a GO660 Nvidia graphics card and receive the</description>
<pubDate>13 Feb  2011 19:12:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41339</link>
</item><item>
<title>{UNKNOWN CX18 CARD] INVALID EEPROM</title>
<description>I have a Toshiba Qosmio F25 With a GO6600 Nvidia Graphics card and receive this error on boot-up - Please help Thanks Tom  ________________________</description>
<pubDate>13 Feb  2011 18:54:40 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41340</link>
</item><item>
<title>[GIT PATCHES for 2.6.39] ivtv fixes</title>
<description>Mauro, Please pull the following ivtv patches for 2.6.39. Thanks go to David Alan Gilbert for reporting a problem I failed to clean up properly the</description>
<pubDate>12 Feb  2011 06:02:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41338</link>
</item><item>
<title>[UNKNOWN IVTV CARD] Dell XPS 400</title>
<description>My Dell XPS 400 boots up in Fedora Core 14 with the following message Unknown card: vendor/device: [4444:0016] send mail to you.... so I did! -Jim L</description>
<pubDate>09 Feb  2011 14:26:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41336</link>
</item><item>
<title>[PATCHv2] ivtv-yuv.c: handle get_user_pages() -errno returns</title>
<description>From: Paul Cassella &amp;lt;fortytwo-ivtv@manetheren.bigw.org&amp;gt; get_user_pages() may return -errno, such as -EFAULT. So don&amp;#039;t blindly use its return value a</description>
<pubDate>08 Feb  2011 23:44:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41335</link>
</item><item>
<title>[PATCH] ivtv-yuv.c: handle get_user_pages() -errno returns</title>
<description>From: Paul Cassella &amp;lt;fortytwo-ivtv@manetheren.bigw.org&amp;gt; get_user_pages() may return -errno, such as -EFAULT. So don&amp;#039;t blindly use its return value a</description>
<pubDate>05 Feb  2011 22:53:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41327</link>
</item><item>
<title>[PATCH] ivtv-udma.c: handle get_user_pages() returning fewer pages than we asked for</title>
<description>From: Paul Cassella &amp;lt;fortytwo-ivtv@manetheren.bigw.org&amp;gt; get_user_pages() may return fewer page than we ask for. As we give up and return an error in</description>
<pubDate>05 Feb  2011 22:36:09 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41328</link>
</item><item>
<title>[PATCH] README.ivtv: Remove note that ivtv framebuffer is not yet part of the kernel</title>
<description>From: Paul Cassella &amp;lt;fortytwo-ivtv@manetheren.bigw.org&amp;gt; ivtvfb is now in the kernel, so stop saying it&amp;#039;s not. Signed-off-by: Paul Cassella &amp;lt;fortytwo</description>
<pubDate>05 Feb  2011 22:27:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41326</link>
</item><item>
<title>wm8775 I2C write errors</title>
<description>I get following errors in dmesg and while booting up: Output of dmesg | grep wm8775 [code] kmarien@kmarien-toshiba:~$ dmesg | grep wm8775 [  24.307</description>
<pubDate>28 Jan  2011 04:36:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41307</link>
</item><item>
<title>[UNKNOWN IVTV CARD]</title>
<description>I got this from the kern.log file: *** vendor/device: [4444:0016] subsystem vendor/device: [1179:0001] *** Card type: Toshiba PCI TV Tuner type W</description>
<pubDate>25 Jan  2011 12:04:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41301</link>
</item><item>
<title>Re: [PATCH][_COMPAT_H] git://linuxtv.org/media_build.git Legacy issues</title>
<description>On Mon, 2011-01-17 at 22:59 +0000, Malcolm Priestley wrote: &amp;gt; Clean up legacy issues for error free build on Kernel 2.6.37. &amp;gt; &amp;gt; Today while testing o</description>
<pubDate>17 Jan  2011 18:22:41 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41298</link>
</item><item>
<title>cx18: HVR-1600 model 1183</title>
<description>Hi Andy, Previously we did a lot of work with the 1101 version of the 1600, but that seems to have become scarce in the retail channel. The model 11</description>
<pubDate>13 Jan  2011 09:12:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41295</link>
</item><item>
<title>Re: [PATCH 14/18] cx25840: Fix subdev registration in cx25840-core.c</title>
<description>Igor, The proper fix is here: https://patchwork.kernel.org/patch/376612/ So, NAK on your particular patch. Mauro, I do not see the above patch at</description>
<pubDate>01 Jan  2011 04:58:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41253</link>
</item><item>
<title>[REGRESSION: wm8775, ivtv] Please revert commit fcb9757333df37cf4a7feccef7ef6f5300643864</title>
<description>Mauro, Please revert at least the wm8775.c portion of commit fcb9757333df37cf4a7feccef7ef6f5300643864: http://git.kernel.org/?p=linux/kernel/git/tor</description>
<pubDate>31 Dec  2010 16:55:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41251</link>
</item><item>
<title>[PATCH 15/15]drivers:spi:dw_spi.c Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gma</description>
<pubDate>30 Dec  2010 15:08:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41224</link>
</item><item>
<title>[PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gm</description>
<pubDate>30 Dec  2010 15:08:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41229</link>
</item><item>
<title>[PATCH 13/15]drivers:isdn:mISDN:dsp_cmx.c Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gm</description>
<pubDate>30 Dec  2010 15:08:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41221</link>
</item><item>
<title>[PATCH 12/15]drivers:media:video:tvp7002.c Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gm</description>
<pubDate>30 Dec  2010 15:08:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41214</link>
</item><item>
<title>[PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gm</description>
<pubDate>30 Dec  2010 15:08:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41227</link>
</item><item>
<title>[PATCH 10/15]drivers:usb:gadget:langwell Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not.  Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@g</description>
<pubDate>30 Dec  2010 15:07:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41228</link>
</item><item>
<title>[PATCH 09/15]drivers:usb:host Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot; and also fixes another typo in a comment. Please let me know if this is correct or not. Signed-of</description>
<pubDate>30 Dec  2010 15:07:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41225</link>
</item><item>
<title>[PATCH 08/15]drivers:scsi:lpfc:lpfc_init.c Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gm</description>
<pubDate>30 Dec  2010 15:07:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41222</link>
</item><item>
<title>[PATCH 07/15]drivers:net:wireless:iwlwifi Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gm</description>
<pubDate>30 Dec  2010 15:07:56 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41223</link>
</item><item>
<title>[PATCH 06/15]drivers:staging:xgifb:vb_setmode.c Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gm</description>
<pubDate>30 Dec  2010 15:07:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41216</link>
</item><item>
<title>[PATCH 05/15]drivers:staging:vt6655:rf.c Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gm</description>
<pubDate>30 Dec  2010 15:07:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41217</link>
</item><item>
<title>[PATCH 04/15]drivers:staging:comedi:drivers:das800.c Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gm</description>
<pubDate>30 Dec  2010 15:07:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41220</link>
</item><item>
<title>[PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gm</description>
<pubDate>30 Dec  2010 15:07:52 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41219</link>
</item><item>
<title>[PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gm</description>
<pubDate>30 Dec  2010 15:07:51 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41215</link>
</item><item>
<title>[PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable.</title>
<description>The below patch fixes a typo &amp;quot;diable&amp;quot; to &amp;quot;disable&amp;quot;. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock &amp;lt;justinmattock@gm</description>
<pubDate>30 Dec  2010 15:07:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41218</link>
</item><item>
<title>Problem with PVR-150 and Fedora 14</title>
<description>We have a mythtv system with a PVR-150 and a HVR-1600. Under Fedora 12 with kernel-PAE-2.6.32.26-175.fc12.i686, the HVR-1600 worked properly and abou</description>
<pubDate>29 Dec  2010 10:26:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41210</link>
</item><item>
<title>Re: [ivtv-users] New Java GUI for IVTV drivers</title>
<description>On Wed, 2010-12-08 at 01:34 +0100, Philipp Stiegler wrote: &amp;gt; Hello Guys, &amp;gt; &amp;gt; I want to give you a short update about the progress I made in the last</description>
<pubDate>08 Dec  2010 05:46:48 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41199</link>
</item><item>
<title>[GIT PATCHES for 2.6.38] broken cx25840 probe and CX2388[578] IR receive timeoouts</title>
<description>Mauro, Please pull the following changes for 2.6.38. The cx25840 module has a bad bug in its probe function which causes device probing to fail. It</description>
<pubDate>28 Nov  2010 17:06:23 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41181</link>
</item><item>
<title>V4L2_CTRL_CLASS_USER and VIDIOC_S_CTRL ?</title>
<description>Since many years I use struct v4l2_ext_controls and VIDIOC_S_EXT_CTRLS for setting both User Controls and MPEG Controls. This works with ivtv and pv</description>
<pubDate>28 Nov  2010 13:34:28 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41180</link>
</item><item>
<title>user accesses in ivtv-fileops.c:ivtv_v4l2_write ?</title>
<description>Hi,  Sparse pointed me at the following line in ivtv-fileops.c&amp;#039;s ivtv_v4l2_write:         ivtv_write_vbi(itv, (const struct v4l2_sliced_vbi_</description>
<pubDate>28 Nov  2010 09:40:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41179</link>
</item><item>
<title>List moderator on vacation.</title>
<description>Hi all, I will be on vacation from (today) Sunday November 14th through Sunday November 21st. I am not sure how much access to email I will have on a</description>
<pubDate>14 Nov  2010 00:43:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41161</link>
</item><item>
<title>MythTV Ticket 9191 (Re: cx18: problems changing channel in MythTV)</title>
<description>On Sat, 2010-11-13 at 15:06 -0500, Andy Walls wrote: &amp;gt; On Sat, 2010-11-13 at 16:59 +0200, Artem Astafyev wrote: &amp;gt; &amp;gt; Hi All, &amp;gt; &amp;gt; I filed ticket in My</description>
<pubDate>13 Nov  2010 12:54:27 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41156</link>
</item><item>
<title>cx18: problems changing channel in MythTV</title>
<description>Hi All, I&amp;#039;m testing a new card GoTView PCI DVD3 with patch Alexey Chernov provided recently. I have problem changing channel in MythTV but it seems t</description>
<pubDate>13 Nov  2010 06:59:24 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41154</link>
</item><item>
<title>Code for cx18 with support of GoTView PCI DVD3 tuner</title>
<description>Hello, I recently added support of GoTView PCI DVD3 tuner to cx18 driver code. Is it possible to merge it to the main code? What is my further steps</description>
<pubDate>27 Oct  2010 11:01:57 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41150</link>
</item><item>
<title>[GIT PATCHES FOR 2.6.36] Fix msp3400 regression causing mute audio</title>
<description>Hi Mauro, I hope you can fast-track this to Linus! It&amp;#039;s a nasty regression. From the log: &amp;quot;The switch to the new control framework caused a regressi</description>
<pubDate>17 Oct  2010 03:43:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41138</link>
</item><item>
<title>Bisected MSP34xx PVR-250/PVR-350 no audio in 2.6.36</title>
<description>Hans, Shane Shrybman reported that in the 2.6.36 kernel, after the first capture on his PVR-250, TV audio from the RF input no longer works. I verif</description>
<pubDate>16 Oct  2010 20:23:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41136</link>
</item><item>
<title>UNKNOWN CX18 CARD</title>
<description>Hi! Excuse for my bad English. At me a problem with tv-tuner ( GotView dvd3 Hybrid ) $ lspci -v 02:01.0 Multimedia video controller: Conexant System</description>
<pubDate>08 Oct  2010 12:07:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41132</link>
</item><item>
<title>Re: PVR250 no audio regression in 2.6.36-rc</title>
<description>On Sun, 2010-10-03 at 13:05 -0400, Shane Shrybman wrote: &amp;gt; Hi Andy, &amp;gt; &amp;gt; Just wanted to follow up on our irc chat from yesterday. &amp;gt; &amp;gt; &amp;lt;awalls&amp;gt; hmmm.</description>
<pubDate>03 Oct  2010 11:10:21 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41128</link>
</item><item>
<title>Fwd: cat /dev/video0 freezes computer</title>
<description>I sent this to ivtv-users, but no response yet, so I&amp;#039;m really hoping  someone here can help. Thanks! Begin forwarded message: &amp;gt; From: Dave Mason &amp;lt;</description>
<pubDate>03 Oct  2010 10:11:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41127</link>
</item><item>
<title>How to upgrade IVTV on 2.6.34/Suse 11.3?</title>
<description>Just hard-upgraded the sis&amp;#039;s Mythbox to SuSE 11.3 (2.6.34) and Myth .23.1 And, of course, because I didn&amp;#039;t do my homework, I&amp;#039;m getting the  *******</description>
<pubDate>01 Oct  2010 07:59:20 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41117</link>
</item><item>
<title>Fwd: unknown card - i try</title>
<description>---------- Forwarded message ---------- From: Fábio JANISZEVSKI &amp;lt;fabiosammy@gmail.com&amp;gt; Date: 2010/9/27 Subject: Re: [ivtv-devel] unknown card - i try</description>
<pubDate>27 Sep  2010 19:31:16 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41115</link>
</item><item>
<title>unknown card - i try</title>
<description>card: Product Name: PixelView Play TV Cinema Pro (Hardware Mpeg2) Conexant MPEG II encoder CX23416 http://www.prolink-usa.com/item_disp.php?upc=471247</description>
<pubDate>26 Sep  2010 16:12:30 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41113</link>
</item><item>
<title>[GIT PATCHES FOR 2.6.36] Two small fixes for Conexant TV chip drivers</title>
<description>Mauro, Please pull the following two small changes for 2.6.36 and later kernels. Thanks go to Igor M. Liplianin for reporting the cx25840 bug and Da</description>
<pubDate>16 Sep  2010 18:14:54 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41108</link>
</item><item>
<title>RFC: Move ivtv utilities and ivtv X video extension to v4l-utils</title>
<description>Hi Hans and Hans, I&amp;#039;d like to move the source code maintained here: http://ivtvdriver.org/svn/ to someplace where it may be less likely to suffer b</description>
<pubDate>16 Sep  2010 15:58:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41107</link>
</item><item>
<title>[PATCH] drivers/media/video/ivtv/ivtvfb.c: prevent reading uninitialized stack memory</title>
<description>The FBIOGET_VBLANK device ioctl allows unprivileged users to read 16 bytes of uninitialized stack memory, because the &amp;quot;reserved&amp;quot; member of the fb_vbla</description>
<pubDate>15 Sep  2010 14:44:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41105</link>
</item><item>
<title>Test. Please ignore.</title>
<description>Test. Please ignore. Regards, Andy  _______________________________________________ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdr</description>
<pubDate>12 Sep  2010 12:39:10 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41102</link>
</item><item>
<title>UNKNOWN IVTV CARD</title>
<description>I am not subscribed, if possible, please CC me on replies. PCI card was sold as &amp;quot; Asus Falcon2 FM+NTSC Tv Tuner PCI 5188-4214&amp;quot;. Most likely an OEM mo</description>
<pubDate>16 Aug  2010 23:58:14 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41095</link>
</item><item>
<title>ivtv and embedded vbi/wss</title>
<description>Hi! Tried to see if I could find any WSS-related pages on the WIKI but got this error message: 145: Table &amp;#039;./wikidb_ivtv/searchindex&amp;#039; is marked as c</description>
<pubDate>14 Aug  2010 07:10:22 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41091</link>
</item><item>
<title>Re: [patch -next] V4L: ivtv: remove unneeded NULL checks</title>
<description>On Fri, 2010-07-23 at 12:12 +0200, Dan Carpenter wrote: &amp;gt; In ivtvfb_callback_cleanup() we dereference &amp;quot;itv&amp;quot; before checking that &amp;gt; it&amp;#039;s NULL. &amp;quot;itv&amp;quot; i</description>
<pubDate>23 Jul  2010 04:46:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41087</link>
</item><item>
<title>[patch -next] V4L: ivtv: remove unneeded NULL checks</title>
<description>In ivtvfb_callback_cleanup() we dereference &amp;quot;itv&amp;quot; before checking that it&amp;#039;s NULL. &amp;quot;itv&amp;quot; is assigned with container_of() which basically never returns</description>
<pubDate>23 Jul  2010 03:12:33 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41089</link>
</item><item>
<title>[PATCH 1/1] VIDEO: ivtvfb, remove unneeded NULL test</title>
<description>Stanse found that in ivtvfb_callback_cleanup and ivtvfb_callback_init there are unneeded tests for itv being NULL. But itv is initialized as container</description>
<pubDate>19 Jul  2010 10:39:34 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41085</link>
</item><item>
<title>DMA TIMEOUT - patch</title>
<description>I have a machine with a PVR-150 that had operated flawlessly for a couple of years. After upgrading the kernel from stock Ubuntu 7.10 to 10.04, wit</description>
<pubDate>17 Jul  2010 07:40:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41083</link>
</item><item>
<title>[PATCH 24/25] video/ivtv: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)</title>
<description>From: Peter Huewe &amp;lt;peterhuewe@gmx.de&amp;gt; This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and .subdevice=PCI_ANY_ID, .class=0 and .cla</description>
<pubDate>15 Jul  2010 12:08:26 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41076</link>
</item><item>
<title>Tinny Audio or cx25840 audio auto detection issue</title>
<description>Andy, I&amp;#039;ve recently updated my kernel since we last discussed the audio issues I was having that had fixed themselves (or were somehow fixed by your</description>
<pubDate>12 Jul  2010 21:20:32 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41075</link>
</item><item>
<title>[PATCH 11/36] drivers/media: Remove unnecessary casts of private_data</title>
<description>Signed-off-by: Joe Perches &amp;lt;joe@perches.com&amp;gt; --- drivers/media/IR/imon.c          |  6 +++--- drivers/media/common/saa7146_vbi.c</description>
<pubDate>12 Jul  2010 13:50:03 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41073</link>
</item><item>
<title>Re: [PATCH 02/35] ivtv: use kthread_worker instead of workqueue</title>
<description>On Mon, 2010-06-28 at 23:03 +0200, Tejun Heo wrote: &amp;gt; Upcoming workqueue updates will no longer guarantee fixed workqueue to &amp;gt; worker kthread associat</description>
<pubDate>05 Jul  2010 10:11:00 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41071</link>
</item><item>
<title>[PATCH] VIDEO: ivtvfb, remove unneeded NULL test</title>
<description>Stanse found that in ivtvfb_callback_cleanup there is an unneeded test for itv being NULL. But itv is initialized as container_of with non-zero offset</description>
<pubDate>22 Jun  2010 04:41:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41060</link>
</item><item>
<title>Re: CX18: ffmpeg -i says: Seems stream 0 codec frame	rate differs from container frame rate: 59.94 (60000/1001) -&amp;gt; 29.97	(30000/1001)</title>
<description>On Thu, Jun 10, 2010 at 07:41:42PM +0000, Paulus, Mark G wrote: &amp;gt; &amp;gt; &amp;gt; -- &amp;gt; Mark Paulus &amp;gt; 2424 Garden of the Gods Rd      | Phone: v622-5578 /</description>
<pubDate>10 Jun  2010 13:24:18 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41047</link>
</item><item>
<title>CX18: ffmpeg -i says: Seems stream 0 codec frame rate differs from container frame rate: 59.94 (60000/1001) -&amp;gt; 29.97 (30000/1001)</title>
<description>When I record an analogue signal using my Hauppauge HVR-1600, and pass it to ffmped, I get this diagnostic.  Seems stream 0 codec frame rate differs</description>
<pubDate>10 Jun  2010 12:25:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41045</link>
</item><item>
<title>support LDFLAGS and --as-needed</title>
<description>oh, I stupidly forgot to actually attach the patch ;-) -- ohnobinki Look out for missing apostrophes!</description>
<pubDate>24 May  2010 09:46:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41027</link>
</item><item>
<title>respect LDFLAGS and support --as-needed</title>
<description>This patch fixes some things recorded at https://bugs.gentoo.org/321303 . I suggest you consider looking at xarthisius&amp;#039;s patch at that bug as well, t</description>
<pubDate>24 May  2010 09:45:45 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41026</link>
</item><item>
<title>UNKNOWN IVTV CARD</title>
<description>Unknown card vendor/device: [4444:0016] subsystem vendor/device: [107d:6f19] cx23416 based This card is a product of Leadtek PVR3000 Deluxe Sincerel</description>
<pubDate>04 May  2010 12:20:04 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41013</link>
</item><item>
<title>[UNKNOWN CX18 CARD]</title>
<description>dmesg | grep cx18  [  14.973233] cx18: Start initialization, version 1.4.0 [  14.973338] cx18-0: Initializing card 0 [  14.973344] cx18-0: Unkno</description>
<pubDate>18 Apr  2010 08:04:29 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41011</link>
</item><item>
<title>ivtv firmware not loading using static /dev</title>
<description>Hauppage PVR 150 or 250  If I create a static /dev or use devtmpfs (to create /dev), firmware will not load (cannot find /dev/video0)  If I run udev</description>
<pubDate>05 Apr  2010 21:21:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/40974</link>
</item><item>
<title>[ANN] ivtv-utils-1.4.1</title>
<description>I have created a minor patch release of ivtv-utils version 1.4.1. It is available here:     http://dl.ivtvdriver.org/ivtv/stable/ivtv-utils-1.4.</description>
<pubDate>03 Apr  2010 16:56:55 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/40972</link>
</item><item>
<title>Sony Kikyou card, front inputs and audio mute</title>
<description>Hello all, [.I am not subscribed to ivtv-devel, please CC me on all replies, thanks.] I have a Sony Giga Pocket (kikyou) card, still in original com</description>
<pubDate>28 Mar  2010 09:27:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/40966</link>
</item>
</channel>
</rss>

