debian/changelog      |   10 ++++++++++
 debian/patches/series |    1 +
 2 files changed, 11 insertions(+)

New commits:
commit b9ce414416749de1b7e8b7f6d06b80309c0d050c
Author: Bryce Harrington <[EMAIL PROTECTED]>
Date:   Thu Oct 23 07:35:11 2008 -0700

    Fix for 281610

diff --git a/debian/changelog b/debian/changelog
index 5af8e09..97e25d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+xorg-server (2:1.5.2-2ubuntu3) intrepid; urgency=low
+
+  * 138_look_at_all_bytes_of_dev_enabled.diff:  dev->enabled has type
+    Bool, which is typedef'd to int, but is used in comparisons with
+    CARD8 data, which gives incorrect logic on big endian systems,
+    causing failure to initialize keyboard and mouse.
+    (LP: #281610)
+
+ -- Bryce Harrington <[EMAIL PROTECTED]>  Thu, 23 Oct 2008 07:31:47 -0700
+
 xorg-server (2:1.5.2-2ubuntu2) intrepid; urgency=low
 
    * 143_default_to_vesa.patch:  If no matching driver is found in the
diff --git a/debian/patches/series b/debian/patches/series
index c62ffa6..3127840 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,6 +12,7 @@
 135_rethrow_signals.patch
 136_fedora_force_switchcorekeyboard_for_evdev.patch
 137_add_device_property_support.patch
+138_look_at_all_bytes_of_dev_enabled.diff
 140_quell_acpi_errmsgs.patch
 141_improved_driver_selection.patch
 142_psb_auto.patch


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to