<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for BEC Systems</title>
	<atom:link href="http://bec-systems.com/site/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://bec-systems.com/site</link>
	<description>Embedded Linux consulting.</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:24:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Comment on The easy way to get serial terminal in Linux by Jon Smirl</title>
		<link>http://bec-systems.com/site/859/the-easy-way-to-get-serial-terminal-in-linux/comment-page-1#comment-20213</link>
		<dc:creator>Jon Smirl</dc:creator>
		<pubDate>Thu, 26 Jan 2012 21:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://bec-systems.com/site/?p=859#comment-20213</guid>
		<description>Check out picocom too</description>
		<content:encoded><![CDATA[<p>Check out picocom too</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to capture source changes to an OpenEmbedded package by Advanced OpenEmbedded &#124; Kosagi Blog</title>
		<link>http://bec-systems.com/site/456/capture-oe-source-changes/comment-page-1#comment-19476</link>
		<dc:creator>Advanced OpenEmbedded &#124; Kosagi Blog</dc:creator>
		<pubDate>Mon, 16 Jan 2012 05:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://bec-systems.com/site/?p=456#comment-19476</guid>
		<description>[...] These instructions are based on http://bec-systems.com/site/456/capture-oe-source-changes [...]</description>
		<content:encoded><![CDATA[<p>[...] These instructions are based on <a href="http://bec-systems.com/site/456/capture-oe-source-changes" rel="nofollow">http://bec-systems.com/site/456/capture-oe-source-changes</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to implement an interrupt driven GPIO input in Linux by Beaglebot &#8211; A BeagleBoard based robot &#124; Yet Another Hacker&#039;s Blog</title>
		<link>http://bec-systems.com/site/281/how-to-implement-an-interrupt-driven-gpio-input-in-linux/comment-page-1#comment-18460</link>
		<dc:creator>Beaglebot &#8211; A BeagleBoard based robot &#124; Yet Another Hacker&#039;s Blog</dc:creator>
		<pubDate>Tue, 03 Jan 2012 10:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://bec-systems.com/site/?p=281#comment-18460</guid>
		<description>[...] sampling than polling). The interrupt is passed through to userspace on the BeagleBoard via the gpio_keys driver. Using expansion header pins as interrupts also requires changing the mux settings. [...]</description>
		<content:encoded><![CDATA[<p>[...] sampling than polling). The interrupt is passed through to userspace on the BeagleBoard via the gpio_keys driver. Using expansion header pins as interrupts also requires changing the mux settings. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux Input Testing and Debugging by Button on Microscope QX3</title>
		<link>http://bec-systems.com/site/209/linux-input-testing-and-debugging/comment-page-1#comment-18063</link>
		<dc:creator>Button on Microscope QX3</dc:creator>
		<pubDate>Thu, 29 Dec 2011 17:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://bec-systems.com/site/?p=209#comment-18063</guid>
		<description>[...] 1758 #if defined(CONFIG_INPUT) &#124;&#124; defined(CONFIG_INPUT_MODULE) 1759 /* If the last button state is pressed, release it now! */ 1760 if (sd-&gt;params.qx3.button) { 1761 /* The camera latch will hold the pressed state until we reset 1762 the latch, so we do not reset sd-&gt;params.qx3.button now, to 1763 avoid a false keypress being reported the next sd_start */ 1764 input_report_key(gspca_dev-&gt;input_dev, KEY_CAMERA, 0); 1765 input_sync(gspca_dev-&gt;input_dev); 1766 } 1767 #endif You can try to catch KEY_CAMERA input event using the evtest utility as described http://bec-systems.com/site/209/linu...-and-debugging. [...]</description>
		<content:encoded><![CDATA[<p>[...] 1758 #if defined(CONFIG_INPUT) || defined(CONFIG_INPUT_MODULE) 1759 /* If the last button state is pressed, release it now! */ 1760 if (sd-&gt;params.qx3.button) { 1761 /* The camera latch will hold the pressed state until we reset 1762 the latch, so we do not reset sd-&gt;params.qx3.button now, to 1763 avoid a false keypress being reported the next sd_start */ 1764 input_report_key(gspca_dev-&gt;input_dev, KEY_CAMERA, 0); 1765 input_sync(gspca_dev-&gt;input_dev); 1766 } 1767 #endif You can try to catch KEY_CAMERA input event using the evtest utility as described <a href="http://bec-systems.com/site/209/linu...-and-debugging" rel="nofollow">http://bec-systems.com/site/209/linu&#8230;-and-debugging</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sprint 598U USB Broadband Modem in Embedded Systems by J Gerdsen</title>
		<link>http://bec-systems.com/site/353/sprint-598u-usb-broadband-modem-in-embedded-systems/comment-page-1#comment-16816</link>
		<dc:creator>J Gerdsen</dc:creator>
		<pubDate>Tue, 13 Dec 2011 00:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://bec-systems.com/site/?p=353#comment-16816</guid>
		<description>I am converting my AT&amp;T card over to a Sprint 598U on an embedded machine and am unable to track down the PPP script information, the site appears to no longer be valid. Do you think you could help me and point me to a spot where I can find this information.</description>
		<content:encoded><![CDATA[<p>I am converting my AT&amp;T card over to a Sprint 598U on an embedded machine and am unable to track down the PPP script information, the site appears to no longer be valid. Do you think you could help me and point me to a spot where I can find this information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best practices for kernel development with OpenEmbedded by goodbyegti</title>
		<link>http://bec-systems.com/site/521/best-practices-for-kernel-development-with-openembedded/comment-page-1#comment-15858</link>
		<dc:creator>goodbyegti</dc:creator>
		<pubDate>Mon, 28 Nov 2011 22:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://bec-systems.com/site/?p=521#comment-15858</guid>
		<description>Time and time again i come across your excellent guides, thanks Cliff!</description>
		<content:encoded><![CDATA[<p>Time and time again i come across your excellent guides, thanks Cliff!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

