<?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 on: Investigating OBEX over USB</title>
	<atom:link href="http://blogs.gnome.org/jamesh/2007/06/18/investigating-obex-over-usb/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/jamesh/2007/06/18/investigating-obex-over-usb/</link>
	<description>Random stuff</description>
	<lastBuildDate>Wed, 28 Oct 2009 02:53:32 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Olivier Berger</title>
		<link>http://blogs.gnome.org/jamesh/2007/06/18/investigating-obex-over-usb/comment-page-1/#comment-424</link>
		<dc:creator>Olivier Berger</dc:creator>
		<pubDate>Tue, 19 Jun 2007 06:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2007/06/18/investigating-obex-over-usb/#comment-424</guid>
		<description>Hi.

Nice to see such progress. For what it&#039;s worth, I&#039;ve written a small piece on using my SE K610i phone with OBEX over USB here :

&lt;a href=&quot;http://www.olivierberger.com/weblog/index.php/2006/11/12/66-transfering-files-to-the-sony-ericsson-k610i-from-gnu-linux-through-usb-obex&quot; rel=&quot;nofollow&quot;&gt;Transfering files to the Sony Ericsson K610i from GNU/Linux through USB + OBEX&lt;/a&gt;.

Best regards,
</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>Nice to see such progress. For what it&#8217;s worth, I&#8217;ve written a small piece on using my SE K610i phone with OBEX over USB here :</p>
<p><a href="http://www.olivierberger.com/weblog/index.php/2006/11/12/66-transfering-files-to-the-sony-ericsson-k610i-from-gnu-linux-through-usb-obex" rel="nofollow">Transfering files to the Sony Ericsson K610i from GNU/Linux through USB + OBEX</a>.</p>
<p>Best regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Henstridge</title>
		<link>http://blogs.gnome.org/jamesh/2007/06/18/investigating-obex-over-usb/comment-page-1/#comment-423</link>
		<dc:creator>James Henstridge</dc:creator>
		<pubDate>Mon, 18 Jun 2007 05:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2007/06/18/investigating-obex-over-usb/#comment-423</guid>
		<description>Actually, there is one area I wouldn&#039;t mind seeing HAL improve is to add Bluetooth device support.  If I am going to add USB support, it&#039;d be nice if I could share as much discovery code between the Bluetooth and USB cases as possible.</description>
		<content:encoded><![CDATA[<p>Actually, there is one area I wouldn&#8217;t mind seeing HAL improve is to add Bluetooth device support.  If I am going to add USB support, it&#8217;d be nice if I could share as much discovery code between the Bluetooth and USB cases as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Henstridge</title>
		<link>http://blogs.gnome.org/jamesh/2007/06/18/investigating-obex-over-usb/comment-page-1/#comment-422</link>
		<dc:creator>James Henstridge</dc:creator>
		<pubDate>Mon, 18 Jun 2007 04:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2007/06/18/investigating-obex-over-usb/#comment-422</guid>
		<description>Hi David,

I just checked my own phone, none of the three OBEX interfaces provided an interface description (lsusb reports iInterface = 0).  From a look at the code, the &quot;(null)&quot; bits in the obex_test output would have displayed these interface description strings were provided.  As all three interfaces behaved identically, I didn&#039;t realise that HAL needed any extra features :)

Your suggestion of using FDI files to tag the usable interfaces seems sensible -- I&#039;d originally been planning to just look up the devices by the interface class/subclass like OpenOBEX currently does.

That still leaves the question of how to get OpenOBEX to connect to a device I discover with HAL, but that is an OpenOBEX problem rather than a HAL problem.
</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I just checked my own phone, none of the three OBEX interfaces provided an interface description (lsusb reports iInterface = 0).  From a look at the code, the &#8220;(null)&#8221; bits in the obex_test output would have displayed these interface description strings were provided.  As all three interfaces behaved identically, I didn&#8217;t realise that HAL needed any extra features <img src='http://blogs.gnome.org/jamesh/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
<p>Your suggestion of using FDI files to tag the usable interfaces seems sensible &#8212; I&#8217;d originally been planning to just look up the devices by the interface class/subclass like OpenOBEX currently does.</p>
<p>That still leaves the question of how to get OpenOBEX to connect to a device I discover with HAL, but that is an OpenOBEX problem rather than a HAL problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidz</title>
		<link>http://blogs.gnome.org/jamesh/2007/06/18/investigating-obex-over-usb/comment-page-1/#comment-421</link>
		<dc:creator>davidz</dc:creator>
		<pubDate>Mon, 18 Jun 2007 03:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2007/06/18/investigating-obex-over-usb/#comment-421</guid>
		<description>Btw, forgot to mention that one point of having it in HAL is that with the ACL-patch (that is also in 0.5.9) we&#039;d use this rather than udev rules to add ACL&#039;s to the device file.</description>
		<content:encoded><![CDATA[<p>Btw, forgot to mention that one point of having it in HAL is that with the ACL-patch (that is also in 0.5.9) we&#8217;d use this rather than udev rules to add ACL&#8217;s to the device file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidz</title>
		<link>http://blogs.gnome.org/jamesh/2007/06/18/investigating-obex-over-usb/comment-page-1/#comment-420</link>
		<dc:creator>davidz</dc:creator>
		<pubDate>Mon, 18 Jun 2007 03:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2007/06/18/investigating-obex-over-usb/#comment-420</guid>
		<description>Someone posted a patch to HAL that I merged that exports the so-called &quot;USB Interface Decscription&quot; textual value

 http://gitweb.freedesktop.org/?p=hal.git;a=commit;h=8e00f386dd4af855116cb1082c0ae6fd8db7ce5e

This patch is in hal 0.5.9. There&#039;s some more info in this thread

 http://lists.freedesktop.org/archives/hal/2007-March/007761.html

It might be worth having a bunch of .fdi files in hal-info tag the appropriate USB interface with something so you can discover them from gnome-vfs? I bet it varies what the textual description of the interface is given the mobile phone though. But it should be feasible.

Hope this helps and keep on rocking on OBEX! Thanks!</description>
		<content:encoded><![CDATA[<p>Someone posted a patch to HAL that I merged that exports the so-called &#8220;USB Interface Decscription&#8221; textual value</p>
<p> <a href="http://gitweb.freedesktop.org/?p=hal.git;a=commit;h=8e00f386dd4af855116cb1082c0ae6fd8db7ce5e" rel="nofollow">http://gitweb.freedesktop.org/?p=hal.git;a=commit;h=8e00f386dd4af855116cb1082c0ae6fd8db7ce5e</a></p>
<p>This patch is in hal 0.5.9. There&#8217;s some more info in this thread</p>
<p> <a href="http://lists.freedesktop.org/archives/hal/2007-March/007761.html" rel="nofollow">http://lists.freedesktop.org/archives/hal/2007-March/007761.html</a></p>
<p>It might be worth having a bunch of .fdi files in hal-info tag the appropriate USB interface with something so you can discover them from gnome-vfs? I bet it varies what the textual description of the interface is given the mobile phone though. But it should be feasible.</p>
<p>Hope this helps and keep on rocking on OBEX! Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
