Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit hal
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 13 Sep 2007 18:45:21 +0200
- Message-id: <20070913164522.1554767817A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package hal
checked in at Thu Sep 13 18:45:20 CEST 2007.
--------
--- hal/hal.changes 2007-09-07 15:03:59.000000000 +0200
+++ /mounts/work_src_done/STABLE/hal/hal.changes 2007-09-10 13:08:14.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Sep 10 12:04:50 CEST 2007 - dkukawka@xxxxxxx
+
+- added new patches:
+ - hal-add-ThinkPadAcpiEvent_killswitch.diff: forward ACPI event
+ for the killswitch (solve #302539 for ThinkPads to send a
+ notification)
+
+-------------------------------------------------------------------
hal-doc.changes: same change
New:
----
hal-add-ThinkPadAcpiEvent_killswitch.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hal-doc.spec ++++++
--- /var/tmp/diff_new_pack.M10228/_old 2007-09-13 18:45:09.000000000 +0200
+++ /var/tmp/diff_new_pack.M10228/_new 2007-09-13 18:45:09.000000000 +0200
@@ -23,7 +23,7 @@
License: Other uncritical OpenSource License, HAL is licensed to you under your choice of the Academic Free
Group: System/Daemons
Version: 0.5.9_git20070831
-Release: 5
+Release: 8
Autoreqprov: on
Requires: pm-utils
BuildRequires: ConsoleKit-devel PolicyKit-devel dbus-1-glib-devel glib2-devel gperf intltool libexpat-devel libusb libusb-devel libvolume_id-devel parted parted-devel pciutils pciutils-devel perl-XML-Parser popt-devel python-devel update-desktop-files
@@ -73,6 +73,7 @@
Patch100: hal-fix-util_compute_time_remaining_warning_highTime.diff
Patch101: hal-fix-acpi_on_battery_discharging.diff
Patch102: hal-fix-prevent_eject_method_for_dm-devices.diff
+Patch103: hal-add-ThinkPadAcpiEvent_killswitch.diff
# backports from git HEAD:
Patch200: hal-backport-split-luks-policy.diff
# revert from HEAD:
@@ -163,6 +164,7 @@
%patch200 -p1
%patch102 -p1
%patch252 -p1
+%patch103 -p1
#%patch1000 -p1
# patch hal-info package if needed
pushd hal-info-%{hal_info_version}
@@ -323,6 +325,11 @@
%endif
%changelog
+* Mon Sep 10 2007 - dkukawka@xxxxxxx
+- added new patches:
+ - hal-add-ThinkPadAcpiEvent_killswitch.diff: forward ACPI event
+ for the killswitch (solve #302539 for ThinkPads to send a
+ notification)
* Mon Sep 03 2007 - dkukawka@xxxxxxx
- backported from git HEAD:
- split LUKS policies into own for removable/fixed media
++++++ hal.spec ++++++
--- /var/tmp/diff_new_pack.M10228/_old 2007-09-13 18:45:09.000000000 +0200
+++ /var/tmp/diff_new_pack.M10228/_new 2007-09-13 18:45:09.000000000 +0200
@@ -23,7 +23,7 @@
License: HAL is licensed to you under your choice of the Academic Free
Group: System/Daemons
Version: 0.5.9_git20070831
-Release: 5
+Release: 7
Autoreqprov: on
Requires: pm-utils
BuildRequires: ConsoleKit-devel PolicyKit-devel dbus-1-glib-devel glib2-devel gperf intltool libexpat-devel libusb libusb-devel libvolume_id-devel parted parted-devel pciutils pciutils-devel perl-XML-Parser popt-devel python-devel update-desktop-files
@@ -73,6 +73,7 @@
Patch100: hal-fix-util_compute_time_remaining_warning_highTime.diff
Patch101: hal-fix-acpi_on_battery_discharging.diff
Patch102: hal-fix-prevent_eject_method_for_dm-devices.diff
+Patch103: hal-add-ThinkPadAcpiEvent_killswitch.diff
# backports from git HEAD:
Patch200: hal-backport-split-luks-policy.diff
# revert from HEAD:
@@ -163,6 +164,7 @@
%patch200 -p1
%patch102 -p1
%patch252 -p1
+%patch103 -p1
#%patch1000 -p1
# patch hal-info package if needed
pushd hal-info-%{hal_info_version}
@@ -323,6 +325,11 @@
%endif
%changelog
+* Mon Sep 10 2007 - dkukawka@xxxxxxx
+- added new patches:
+ - hal-add-ThinkPadAcpiEvent_killswitch.diff: forward ACPI event
+ for the killswitch (solve #302539 for ThinkPads to send a
+ notification)
* Mon Sep 03 2007 - dkukawka@xxxxxxx
- backported from git HEAD:
- split LUKS policies into own for removable/fixed media
++++++ hal-add-ThinkPadAcpiEvent_killswitch.diff ++++++
diff --git a/hald/linux/addons/addon-acpi.c b/hald/linux/addons/addon-acpi.c
index 08b92be..9a8b85a 100644
--- a/hald/linux/addons/addon-acpi.c
+++ b/hald/linux/addons/addon-acpi.c
@@ -154,6 +154,9 @@ handle_ibm_acpi_events (LibHalContext *ctx, int type, int event)
case 20490: /* Tablet rotated back*/
button = "tabletpc_rotate_normal";
break;
+ case 28672: /* killswitch */
+ button = "killswitch";
+ break;
default:
break;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |