<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.freedesktop.hal">
    <title>gmane.comp.freedesktop.hal</title>
    <link>http://blog.gmane.org/gmane.comp.freedesktop.hal</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13707"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13706"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13705"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13704"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13702"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13701"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13700"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13699"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13698"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13696"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13695"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13691"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13689"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13687"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13684"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13682"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13678"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13676"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13673"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.hal/13669"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13707">
    <title>urgent help required</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13707</link>
    <description>&lt;pre&gt;I m using hal utilinity on my linux (RHEL 5.5) to find the number of USB
devices connected to system

my problem is that when I connect two usb pen drive it shows correctly

now at run time when I unplug one of pen drive and re- run my script it
still shows two pen drive

ideally it shoud show only one after unplug.

I have write following script

for udi in $(/usr/bin/hal-find-by-capability --capability storage)
 do
        device=$(hal-get-property --udi $udi --key block.device)
        vendor=$(hal-get-property --udi $udi --key storage.vendor)
        model=$(hal-get-property --udi $udi --key storage.model)
        echo "udi=$udi ** device=$device ** vendor=$vendor ** model=$model"
        if [[ $(hal-get-property --udi $udi --key storage.bus) = "usb" ]]
        then
          parent_udi=$(hal-find-by-property --key block.storage_device
--string $udi)
          mount=$(hal-get-property --udi $parent_udi --key
volume.mount_point)
          echo "mount = $mount"
          label=$(hal-get-property --udi $par&lt;/pre&gt;</description>
    <dc:creator>amit pansuria</dc:creator>
    <dc:date>2012-08-30T11:10:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13706">
    <title>hal daemon not running properly</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13706</link>
    <description>&lt;pre&gt;Hi,

I am using,
HAL package version: 0.5.11
D-Bus Message Bus Daemon 1.4.1
udevd version 141

Hald daemon is not able to run properly or not getting ready. Please see
the output of following commands run in order.
**
*#hald --daemon=no --verbose=yes*
01:41:53.787 [I] hald.c:669: hal 0.5.11
01:41:53.791 [I] hald.c:734: Will not daemonize
01:41:53.793 [I] hald_dbus.c:5381: local server is listening at
unix:abstract=/var/run/hald/dbus-fdOgWxBCbV,guid=07be019bfc1f2a4f7d1c1c3a000017e3
01:41:53.819 [I] ck-tracker.c:387: got seat
'/org/freedesktop/ConsoleKit/Seat1'
01:41:53.822 [I] ck-tracker.c:338: Got all sessions on seat
'/org/freedesktop/ConsoleKit/Seat1'
01:41:53.822 [I] ck-tracker.c:414: Got seats
01:41:53.822 [I] ck-tracker.c:796: Got seats and sessions
01:41:53.859 [I] hald_runner.c:301: Runner has pid 19023
Runner started - allowed paths are
'/usr/libexec:/usr/lib/hal/scripts:/usr/bin'
01:41:53.873 [I] hald_runner.c:182: runner connection is 0x59fa8
01:41:53.949 [W] osspec.c:373: Unable to open /proc/mdst&lt;/pre&gt;</description>
    <dc:creator>DarkKnight BrightWarrior</dc:creator>
    <dc:date>2012-07-24T12:07:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13705">
    <title>[PATCH 1/2] Don't close file descriptor twice</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13705</link>
    <description>&lt;pre&gt;Detected by "cppcheck"

Please CC: comments.

Signed-off-by: Thomas Jarosch &amp;lt;thomas.jarosch&amp;lt; at &amp;gt;intra2net.com&amp;gt;
---
 hald/linux/probing/probe-video4linux.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hald/linux/probing/probe-video4linux.c b/hald/linux/probing/probe-video4linux.c
index b055720..9faf009 100644
--- a/hald/linux/probing/probe-video4linux.c
+++ b/hald/linux/probing/probe-video4linux.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -147,6 +147,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; main (int argc, char *argv[])
 libhal_device_free_changeset (cset);
 
 close (fd);
+fd = 0;
 
 ret = 0;
 
&lt;/pre&gt;</description>
    <dc:creator>Thomas Jarosch</dc:creator>
    <dc:date>2011-10-05T20:14:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13704">
    <title>[PATCH 2/2] Fix mismatching allocation/deallocation</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13704</link>
    <description>&lt;pre&gt;Detected by "cppcheck"

Please CC: comments.

Signed-off-by: Thomas Jarosch &amp;lt;thomas.jarosch&amp;lt; at &amp;gt;intra2net.com&amp;gt;
---
 hald/freebsd/probing/freebsd_dvd_rw_utils.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/hald/freebsd/probing/freebsd_dvd_rw_utils.c b/hald/freebsd/probing/freebsd_dvd_rw_utils.c
index c004916..130d8a3 100644
--- a/hald/freebsd/probing/freebsd_dvd_rw_utils.c
+++ b/hald/freebsd/probing/freebsd_dvd_rw_utils.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -45,7 +45,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; scsi_command_new_from_cdrom (HFPCDROM *cdrom)
 static void
 scsi_command_free (ScsiCommand * cmd)
 {
-free (cmd);
+g_free (cmd);
 }
 
 static void
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -107,7 +107,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; get_dvd_r_rw_profile (HFPCDROM *cdrom)
 if (scsi_command_transport (cmd, READ, list, len)) {
 /* GET CONFIGURATION failed */
 scsi_command_free (cmd);
-free (list);
+g_free (list);
 return -1;
 }
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -170,7 +170,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; get_dvd_r_rw_profile (HFPCDROM *cdrom)
 }
 
 scsi_command_free (cmd);
-free (list);
+g_free (list);
 
 return retval;
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -230,7 +230,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;&lt;/pre&gt;</description>
    <dc:creator>Thomas Jarosch</dc:creator>
    <dc:date>2011-10-05T20:15:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13702">
    <title>hal  &amp; UPS with serial port</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13702</link>
    <description>&lt;pre&gt;Hi there.

Recently I updated to hal-0.5.14 (I do not remember the previous 
version). The problem is that after starting hald my UPS (connected via 
serial port) immediately switches off.

Please help. I already lost some data.

Regards

Greg
&lt;/pre&gt;</description>
    <dc:creator>Grzesiek Sójka</dc:creator>
    <dc:date>2011-09-14T18:25:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13701">
    <title>Debian</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13701</link>
    <description>&lt;pre&gt;I am trying to get hal to configure on an  armel architecture machine with
build 2.6.29-00236-g4f8dbbb-dirty. It's not going well.

 

How can I tell if hal is even running? I can't see anything in ps -ef and I
can't find any error messages.

 

 

     John

 

&lt;/pre&gt;</description>
    <dc:creator>John Larysz</dc:creator>
    <dc:date>2011-07-25T20:01:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13700">
    <title>HAL mount result differs if invoked by HAL</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13700</link>
    <description>&lt;pre&gt;Hi,

in order to have my msdos device being able to use correct charset i am
using a fuse module. Here is what I do:

root&amp;gt; mount_msdosfs -L zh_CN.GBK /dev/msdosfs/device /mnt/tmp
root&amp;gt; fusexmp_fh
-oallow_other,modules=iconv:subdir,from_code=GBK,subdir=/mnt/tmp
/media/CW-P7EOS-X

This allows me to have chinese/japanese Names in the Folder/File Name
even if created on windows.

If I do not use the fusexmp_fh, but only the mount_msdosfs, all
filenames with chin/jap names in it will be displayed as (invalid encoding).

No I have created a wrapper with the name mount_msdosfs and move the
actual binary to another place. This wrapper does the 2 commands above
automatically.

So when I am under my gnome environment and plug in my USB Device with
msdos filesystem, HAL calls the mount_msdosfs (which is now the wrapper)
and this script does the two commands above.



The only problem is, that the result differ, if invoked by HAL or if
invoked manually.

If I call the wrapper script, everything works well, if HAL does &lt;/pre&gt;</description>
    <dc:creator>潘图</dc:creator>
    <dc:date>2011-06-26T14:18:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13699">
    <title>Hey</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13699</link>
    <description>&lt;pre&gt;Hello  I just wanted to share this opportunity with you, I've been making 200-300 dollars a day and I started only a week ago. Check out this news article and it will show you how to get started, it's definitely easy enough for you :)! http://news7cnbc.com/money
&lt;/pre&gt;</description>
    <dc:creator>probiscus12&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2011-05-31T22:21:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13698">
    <title>need help with hald on MacOS</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13698</link>
    <description>&lt;pre&gt;I need help debugging a problem with hald!

I'm building an X11 window manager under XQuartz/MacOS 10.6.7. I'm not using Fink or Macports. I'm installing everything in POSIX-compliant locations (/usr/local).

Dbus-1.5.0 and hal-0.5.11 both compile and install fine, but I can't get hald to run. It throws messages and quits.

The X11 wm I'm using requires dbus-session, and optionally uses dbus-system and hal for hardware-specific modules. Dbus is running properly. The X11 wm is successfully connecting to dbus-session which is being launched by launchd. 

I can launch dbus-daemon --system, either by hand at the terminal, or with launchd. I get the same results either way. The pid and socket files are created as expected and the daemon runs in the background without error. However hald does not start up properly after this. The hald man page suggests starting hald by hand in verbose mode, which I have tried, with results shown below. hald quits and gives me some messages I don't understand. I've tried re-compili&lt;/pre&gt;</description>
    <dc:creator>Cuga</dc:creator>
    <dc:date>2011-05-16T00:43:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13696">
    <title>Keymapping</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13696</link>
    <description>&lt;pre&gt;Hi, I have a usr9600 phone which acts as an extra keyboard and I'm
trying to map keys 1-0 to keypad 1-0:

         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x02:KP1&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x03:KP2&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x04:KP3&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x05:KP4&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x06:KP5&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x07:KP6&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x08:KP7&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x09:KP8&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x0a:KP9&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x0b:KP0&amp;lt;/append&amp;gt;

lshal shows the mappings but they aren't working. I got the codes with 
scankey -s and I've also tried using xev which show different keycodes.

I've also tried &amp;lt;merge&amp;gt; instead&lt;/pre&gt;</description>
    <dc:creator>David Woodfall</dc:creator>
    <dc:date>2011-04-24T02:07:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13695">
    <title>[PATCH] ConsoleKit.conf: fix explicit missing destination</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13695</link>
    <description>&lt;pre&gt;
The last rule in the dbus system.d conf does not explicitly list the 
destination, which would give problems if a potential other target has 
the same path. Caught by an automated MeeGo build check.

Signed-off-by: Auke Kok &amp;lt;auke-jan.h.kok&amp;lt; at &amp;gt;intel.com&amp;gt;

--- a/data/ConsoleKit.conf2011-04-11 14:01:34.813582580 -0700
+++ b/data/ConsoleKit.conf2011-04-11 14:01:53.255582574 -0700
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -140,7 +140,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
      &amp;lt;allow send_destination="org.freedesktop.ConsoleKit"
             send_interface="org.freedesktop.ConsoleKit.Session"
             send_member="GetIdleSinceHint"/&amp;gt;
-    &amp;lt;allow send_interface="org.freedesktop.ConsoleKit.Session"
+    &amp;lt;allow send_destination="org.freedesktop.ConsoleKit"
+           send_interface="org.freedesktop.ConsoleKit.Session"
             send_member="SetIdleHint"/&amp;gt;
    &amp;lt;/policy&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Auke Kok</dc:creator>
    <dc:date>2011-04-11T21:04:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13691">
    <title>keymapping</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13691</link>
    <description>&lt;pre&gt;Hi, I have a usr9600 phone which acts as an extra keyboard and I'm
trying to map keys 1-0 to keypad 1-0:

         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x02:KP1&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x03:KP2&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x04:KP3&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x05:KP4&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x06:KP5&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x07:KP6&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x08:KP7&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x09:KP8&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x0a:KP9&amp;lt;/append&amp;gt;
         &amp;lt;append key="input.keymap.data" type="strlist"&amp;gt;0x0b:KP0&amp;lt;/append&amp;gt;

lshal shows the mappings but they aren't working. I got the codes with
scankey -s and I've also tried using xev which show different
keycodes.

I've also tried &amp;lt;merge&amp;gt; instead &lt;/pre&gt;</description>
    <dc:creator>David Woodfall</dc:creator>
    <dc:date>2011-04-24T02:27:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13689">
    <title>What replaces this part of HAL?</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13689</link>
    <description>&lt;pre&gt;I keep reading that HAL is going away, yet I have programs
that use bits and pieces of HAL, and I can't for the life
of me deduce what the "official" replacement for this
functionality is. For instance:

When my USB mouse is plugged/unplugged, I get DBUS messages
which allow me to re-run my xinput settings for the mouse
to properly configure the buttons and acceleration.

When my PTP cameras are plugged/unplugged, I also get DBUS
messages (with the HAL udi string), so I can do hal queries
to dig up properties like the USB bus and device numbers
so I can open the camera with libgphoto2.

So that's my question: If HAL really is going away, what
is supposed to replace this kind of notification mechanism
for newly plugged devices?
&lt;/pre&gt;</description>
    <dc:creator>Tom Horsley</dc:creator>
    <dc:date>2011-02-24T13:43:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13687">
    <title>hald-addon-cpufreq broken on newer kernels</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13687</link>
    <description>&lt;pre&gt;Hi,

I don't know if this deserves a fix but some removals in /proc on newer 
kernels causes hald-addon-cpufreq to not correctly identify processors.

In:
http://cgit.freedesktop.org/hal/tree/hald/linux/acpi.c

&amp;lt; at &amp;gt; line 559.

The linux.acpi_path does no longer provide the "info" file.

Regards,

&lt;/pre&gt;</description>
    <dc:creator>Ozan Çağlayan</dc:creator>
    <dc:date>2011-02-17T20:52:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13684">
    <title>help hal VS udisks</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13684</link>
    <description>&lt;pre&gt;I want to know what's the diffrence between hal and udisks?
&lt;/pre&gt;</description>
    <dc:creator>tom z</dc:creator>
    <dc:date>2010-12-30T02:18:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13682">
    <title>How to *disable* suspend/hibernate?</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13682</link>
    <description>&lt;pre&gt;Hello,

I want HAL to report suspend/hibernate to be *not* supported to get KDE remove 
the buttons for those "standby modes" from the K-Menu.

Just uninstalling pm-utils doesn't do the trick, as you don't check the return 
value or the error code of g_spawn_command_line_sync in your code:
http://cgit.freedesktop.org/hal/plain/tools/hal-system-power-pm-is-supported.c

So I uninstalled pm-utils and symlinked between /bin/false and 
/usr/bin/pm-is-supported which finally does the trick.

Is there a better/more friendly way to do this?

Thanks in advance

Yours

Manuel

&lt;/pre&gt;</description>
    <dc:creator>Manuel Reimer</dc:creator>
    <dc:date>2010-12-21T21:10:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13678">
    <title>[PATCH] HAL: Ignore internal DM devices with new DM udev rules</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13678</link>
    <description>&lt;pre&gt;With new device-mapper udev rules are /dev/mapper/* symlinks
to basic device name /dev/dm-X.
(Change requested by udev upstream.)

This change breaks temporary-cryptsetup workaround inside hal.

With new dm-udev rules (uncluded since device-mapper 1.02.39)
there is DM_UDEV_DISABLE_OTHER_RULES_FLAG variable
which controls that scan should be ignored for this device
(it is set for all internal devices, including temporary cryptsetup,
internal parts of lvm devices etc.)

Ignore device if this flag is set.

See bugs
https://bugzilla.redhat.com/show_bug.cgi?id=613909
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586286

Signed-off-by: Milan Broz &amp;lt;mbroz&amp;lt; at &amp;gt;redhat.com&amp;gt;
---
 hald/linux/osspec.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/hald/linux/osspec.c b/hald/linux/osspec.c
index a8233fd..6d616bc 100644
--- a/hald/linux/osspec.c
+++ b/hald/linux/osspec.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -215,6 +215,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; hald_udev_data (GIOChannel *source, GIOCondition condition, gpointer user_data)
 g_free (str);
 }
&lt;/pre&gt;</description>
    <dc:creator>Milan Broz</dc:creator>
    <dc:date>2010-07-13T14:07:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13676">
    <title>logicaldev_input udi's missing</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13676</link>
    <description>&lt;pre&gt;
Seeking help with hal setup - specifically concerning missing
logicaldev_input devices.

I have two amd64 machines with nearly identical hal-relevant software,
including hal versions and .fdi  files (in /etc/hal/fdi/policy), and
also evdev, and udev.  However, on one, a Logitech USB kb/mouse is
recognized and works fine, on the other it is 'seen' but doesn't work. 
The relevant lshal outputs from the two machines are identical except
that the udi's refering to 'logicaldev_input' are missing on the
non-functional machine.

For example, upon unplugging and replugging the Logitech receiver the
output of 'lshal --monitor' is: 

on the 'working' machine

    Start monitoring devicelist:
    -------------------------------------------------
    08:40:00.660: usb_device_46d_c517_noserial_if1_logicaldev_input removed
    08:40:00.660: usb_device_46d_c517_noserial_usbraw removed
    08:40:00.660: usb_device_46d_c517_noserial_if1 removed
    08:40:00.770: usb_device_46d_c517_noserial_if0_logicaldev_input removed
    &lt;/pre&gt;</description>
    <dc:creator>Elbert Branscomb</dc:creator>
    <dc:date>2010-07-17T23:33:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13673">
    <title>thunar-volman compilation problem</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13673</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Bela Markus</dc:creator>
    <dc:date>2010-06-16T17:38:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13669">
    <title>Devicekit as udev frontend</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13669</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Marco Puglisi</dc:creator>
    <dc:date>2010-05-09T07:27:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.hal/13667">
    <title>Seemingly random battery dissapearance</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.hal/13667</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Dave Flogeras</dc:creator>
    <dc:date>2010-04-30T11:18:12</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.freedesktop.hal">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.freedesktop.hal</link>
  </textinput>
</rdf:RDF>
