<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Frank Groeneveld &#187; &gt;255</title>
	<atom:link href="http://frankgroeneveld.nl/tag/255/feed/" rel="self" type="application/rss+xml" />
	<link>http://frankgroeneveld.nl</link>
	<description>Just another weblog</description>
	<lastBuildDate>Tue, 20 Dec 2011 08:59:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Pinnacle DVB-T stick remote</title>
		<link>http://frankgroeneveld.nl/2009/09/12/pinnacle-dvb-t-stick-remote/</link>
		<comments>http://frankgroeneveld.nl/2009/09/12/pinnacle-dvb-t-stick-remote/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 16:48:15 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[>255]]></category>
		<category><![CDATA[dvb-t]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[keycode]]></category>
		<category><![CDATA[pinnacle]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x11]]></category>
		<category><![CDATA[x12]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=115</guid>
		<description><![CDATA[Another post about that Pinnacle DVB-T stick? No, this one is about the remote! I wrote that the remote wasn't completely working yet. Apparently, there is a driver for this remote or the stick that converts the buttons from ...]]></description>
			<content:encoded><![CDATA[<p>Another post about that Pinnacle DVB-T stick? No, this one is about the remote! I wrote that the remote wasn't completely working yet. Apparently, there is a driver for this remote or the stick that converts the buttons from the remote to "keyboard events". Meaning I can type the number 0-9 with my remote for example. However, the "change channel" buttons appear to send a keycode that is above 255 and the X11 protocol only reserves one byte for keycodes. This means those keycodes can't be send to the X11 server and will disappear. There's a bug about this in the X.org bugzillay: <a href="http://bugs.freedesktop.org/show_bug.cgi?id=x11-keycode-limit">http://bugs.freedesktop.org/show_bug.cgi?id=x11-keycode-limit</a> and their solution: Change the X11 protocol (meaning: start development on the X12 protocol) or remap those keyevents somewhere between the kernel and X.org. I think the last solution is probably the simplest. I only have to figure out how to remap those keys with hal.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/09/12/pinnacle-dvb-t-stick-remote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

