<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[编写camera&nbsp;&nbsp;ov9650驱动中遇到 ..]]></title>
 <link><![CDATA[http://aiothome.net/read.php?tid=901]]></link>
 <description><![CDATA[Latest 20 replies of 编写camera&nbsp;&nbsp;ov9650驱动中遇到 ..]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 26 Jul 2026 22:29:32 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://aiothome.net]]></link>
 <description><![CDATA[]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[谢谢, 不过不要把这个bug算到&quot;你们&quot;头上,友善之臂可不付我钱的 [s:14]]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=901#2519]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Thu, 11 Dec 2008 09:28:08 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[版主，问题搞定了，在你们的内核文件中发现一个问题，不知道是你们当初的bug还是什么，源码如下：
arch/arm/mach-s3c2410/s3c2440-irq.c中：
/* camera irq */

static void s3c_irq_demux_cam(unsigned int irq,
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs ..]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=901#2512]]></link>
 <author><![CDATA[wuji228]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Thu, 11 Dec 2008 03:29:50 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[就算是中断唤醒不了read,也不会陷入中断死机吧.你可以试试先跑一个cat /proc/kmsg &amp;, 然后跑测试程序,看看串口上能输出什么]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=901#2511]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Thu, 11 Dec 2008 01:54:42 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第3楼kasim于2008-12-11 06:48发表的&nbsp;&nbsp;:
我没有看到read()函数里面的&quot;v4l_cam_read:wait for camera frame&quot;这句log打印出来啊;
另外,在中断处理函数里,wake_up_interruptible(&amp;dev-&gt;wait);之前以及read()里的interruptiable_sleep_on()之后最好也加上log来验证[/quote]

没有打出来 ..]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=901#2510]]></link>
 <author><![CDATA[wuji228]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Thu, 11 Dec 2008 00:28:07 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[方便的话,把你写的完整的驱动程序源代码发给我吧.ling_kasim@yahoo.cn]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=901#2509]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 10 Dec 2008 23:07:44 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我没有看到read()函数里面的&quot;v4l_cam_read:wait for camera frame&quot;这句log打印出来啊;
另外,在中断处理函数里,wake_up_interruptible(&amp;dev-&gt;wait);之前以及read()里的interruptiable_sleep_on()之后最好也加上log来验证]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=901#2508]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 10 Dec 2008 22:48:20 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[中断处理程序如下：
// run in irq disabled state
static irqreturn_t s3c2440_camif_isr_c(int irq, void *dev_id, struct pt_regs *regs)
{
&nbsp;&nbsp;&nbsp;&nbsp;unsigned long tmp;

&nbsp;&nbsp;&nbsp;&nbsp;struct s3c2440_camif *dev = (struct s3c2440_camif*)dev_id;


&nbsp;&nbsp;&nbsp;&nbsp;tmp = __raw ..]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=901#2493]]></link>
 <author><![CDATA[wuji228]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 10 Dec 2008 04:21:16 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[贴出你写的驱动源代码;
贴出驱动加载后的dmesg命令输出]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=901#2487]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Tue, 09 Dec 2008 22:53:15 +0000]]></pubdate>
</item>
</channel></rss>