Comment 38 for bug 81227

Revision history for this message
Oliver Grawert (ogra) wrote :

ivoks: no, thats not related ...
+ if (strcmp (type, GPM_BUTTON_POWER) == 0 && \
+ strcmp (udi, "/org/freedesktop/Hal/devices/acpi_PWRF") == 0) {
+ gpm_debug ("ignoring acpi event in favor of inputdevice event");
+ return;
+ }
+

as you can see in the fix above the message is a different one ...

seems i should cut he paternmatching after the underscore to match all acpi_**** devices ... :/