<?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>Musings &#187; HAL</title>
	<atom:link href="http://blog.fpmurphy.com/tag/hal/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.fpmurphy.com</link>
	<description>of an OS plumber</description>
	<lastBuildDate>Wed, 11 Jan 2012 19:14:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Introduction to Udisks</title>
		<link>http://blog.fpmurphy.com/2011/08/introduction-to-udisks.html</link>
		<comments>http://blog.fpmurphy.com/2011/08/introduction-to-udisks.html#comments</comments>
		<pubDate>Sat, 27 Aug 2011 01:31:22 +0000</pubDate>
		<dc:creator>fpmurphy</dc:creator>
				<category><![CDATA[D-Bus]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[DBus]]></category>
		<category><![CDATA[HAL]]></category>
		<category><![CDATA[udev]]></category>
		<category><![CDATA[udisks]]></category>

		<guid isPermaLink="false">http://blog.fpmurphy.com/?p=481</guid>
		<description><![CDATA[Udisks is a means of enumerating disk and storage devices on Linux platforms and performing various operations on them. This post describes the technology behind udisks, the history of udisks, how to monitor udisks events and some simple operations you can do using udisks. ]]></description>
		<wfw:commentRss>http://blog.fpmurphy.com/2011/08/introduction-to-udisks.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Scripting HAL</title>
		<link>http://blog.fpmurphy.com/2009/01/scripting-hal.html</link>
		<comments>http://blog.fpmurphy.com/2009/01/scripting-hal.html#comments</comments>
		<pubDate>Mon, 26 Jan 2009 02:35:00 +0000</pubDate>
		<dc:creator>fpmurphy</dc:creator>
				<category><![CDATA[D-Bus]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HAL]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[DBus]]></category>

		<guid isPermaLink="false">http://blog.fpmurphy.com/2009/01/scripting-hal.html</guid>
		<description><![CDATA[<p>Recent releases of Fedora and other GNU/Linux distributions include a Hardware Abstraction Layer (HAL) which is used to support device plug-and-play capabilities.&#160; In this post I will show you how your shell scripts can use HAL to retrieve device and system information.</p> <p>The term HAL is overloaded as it used to refer both to a specification and the actual software which implements the specification.&#160; From an application developers viewpoint, HAL is way to enumerate the capabilities and features of hardware attached to a system and receive notification when something about the hardware changes.</p> <p>First, a very quick overview of HAL.&#160; Each item of physical hardware in a computer is regarded as being an device object which identified by a Unique Device Identifier (UDI).&#160; Associated with each device object is a variable set of well-defined typed key-value pairs (or metadata) called device properties which describe what each device object represents together with its properties.&#160; Some device properties are derived from the actual physical hardware, some are merged from XML-formatted files, known as Device Information Files, and some are derived from the actual device configuration.&#160; Mandatory device properties are defined in the HAL specification. </p> <p></p> <p>A HAL ]]></description>
		<wfw:commentRss>http://blog.fpmurphy.com/2009/01/scripting-hal.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

