Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2011-11-05 11:18:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and      /work/SRC/openSUSE:Factory/.kernel-source.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kernel-source", Maintainer is 
"kernel-maintain...@forge.provo.novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes       
2011-10-26 15:37:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2011-11-05 11:47:41.000000000 +0100
@@ -1,0 +2,50 @@
+Thu Nov  3 15:45:45 CET 2011 - je...@suse.com
+
+- Re-disabled patches.xen/xencons-tty_mutex.patch
+- commit 187dde0
+
+-------------------------------------------------------------------
+Thu Nov  3 15:30:48 CET 2011 - je...@suse.com
+
+- Re-added patches accidentally dropped with commit 28551a0c.
+- commit 3795fde
+
+-------------------------------------------------------------------
+Thu Nov  3 14:49:44 CET 2011 - jbeul...@novell.com
+
+- Update Xen patches to 3.1-final and c/s 1123.
+- commit 35973e8
+
+-------------------------------------------------------------------
+Wed Nov  2 15:43:11 CET 2011 - je...@suse.com
+
+- Add Elantech touchpad v3/v4 support (bnc#716852):
+    - Input: elantech - add v3 hardware support.
+    - Input: elantech - add v4 hardware support.
+    - Input: elantech - better support all those v2 variants.
+    - Input: elantech - clean up elantech_init.
+    - Input: elantech - correct x, y value range for v2 hardware.
+    - Input: elantech - get rid of ETP_2FT_* in elantech.h.
+    - Input: elantech - packet checking for v2 hardware.
+    - Input: elantech - remove ETP_EDGE_FUZZ_V2.
+    - Input: elantech - remove module parameter force_elantech.
+    - Input: elantech - use firmware provided x, y ranges.
+- commit 28551a0
+
+-------------------------------------------------------------------
+Sun Oct 30 12:47:38 CET 2011 - mma...@suse.cz
+
+- rpm/{arch-symbols,mkspec}: Add support for ARM
+  The various ARM families need similar handling like i?86.
+- commit 3108a66
+
+-------------------------------------------------------------------
+Thu Oct 27 17:08:42 CEST 2011 - ti...@suse.de
+
+- ALSA: hda - Fix ADC input-amp handling for Cx20549 codec.
+- ALSA: hda - Keep EAPD turned on for old Conexant chips.
+- ALSA: hda/realtek - Fix missing volume controls with ALC260
+  (bnc#726812).
+- commit 08229b0
+
+-------------------------------------------------------------------
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-pae.changes: same change
kernel-ppc64.changes: same change
kernel-s390.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-trace.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
kernel-default.spec: same change
kernel-desktop.spec: same change
kernel-docs.spec: same change
kernel-ec2.spec: same change
kernel-pae.spec: same change
kernel-ppc64.spec: same change
kernel-s390.spec: same change
kernel-source.spec: same change
kernel-syms.spec: same change
kernel-trace.spec: same change
kernel-vanilla.spec: same change
kernel-xen.spec: same change
++++++ arch-symbols ++++++
--- /var/tmp/diff_new_pack.VsfWWo/_old  2011-11-05 11:48:11.000000000 +0100
+++ /var/tmp/diff_new_pack.VsfWWo/_new  2011-11-05 11:48:11.000000000 +0100
@@ -25,7 +25,7 @@
 
 if [ "$1" = "--list" ]; then
     # List all known architectures
-    echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc
+    echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc 
arm
     exit 0
 fi
 
@@ -39,6 +39,9 @@
     i?86 | pentium3 | pentium4 | athlon | geode)
         echo i386
         ;;
+    arm*)
+        echo arm
+        ;;
     *)
         echo "$ARCH"
         ;;

++++++ linux-3.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/kernel-source/linux-3.1.tar.bz2 
/work/SRC/openSUSE:Factory/.kernel-source.new/linux-3.1.tar.bz2 differ: char 
2069842, line 9645

++++++ mkspec ++++++
--- /var/tmp/diff_new_pack.VsfWWo/_old  2011-11-05 11:48:11.000000000 +0100
+++ /var/tmp/diff_new_pack.VsfWWo/_new  2011-11-05 11:48:11.000000000 +0100
@@ -248,6 +248,7 @@
 sub _arch2rpm {
        my $arch = shift;
        return "\%ix86" if $arch eq "i386";
+       return "\%arm" if $arch eq "arm";
        return $arch;
 }
 

++++++ patches.drivers.tar.bz2 ++++++
++++ 2500 lines of diff (skipped)

++++++ patches.xen.tar.bz2 ++++++
++++ 34420 lines of diff (skipped)

++++++ series.conf ++++++
--- /var/tmp/diff_new_pack.VsfWWo/_old  2011-11-05 11:48:12.000000000 +0100
+++ /var/tmp/diff_new_pack.VsfWWo/_new  2011-11-05 11:48:12.000000000 +0100
@@ -423,9 +423,23 @@
        patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
        patches.drivers/input-Add-LED-support-to-Synaptics-device
 
+       patches.drivers/input-elantech-correct-x-y-value-range-for-v2-hardware
+       patches.drivers/input-elantech-get-rid-of-etp_2ft_-in-elantech-h
+       patches.drivers/input-elantech-use-firmware-provided-x-y-ranges
+       patches.drivers/input-elantech-remove-etp_edge_fuzz_v2
+       patches.drivers/input-elantech-packet-checking-for-v2-hardware
+       patches.drivers/input-elantech-clean-up-elantech_init
+       patches.drivers/input-elantech-add-v3-hardware-support
+       patches.drivers/input-elantech-add-v4-hardware-support
+       patches.drivers/input-elantech-better-support-all-those-v2-variants
+       patches.drivers/input-elantech-remove-module-parameter-force_elantech
+
        ##########################################################
        # Sound
        ##########################################################
+       
patches.drivers/alsa-hda-0001-realtek-Fix-missing-volume-controls-with-ALC260
+       patches.drivers/alsa-hda-0002-Keep-EAPD-turned-on-for-old-Conexant-chips
+       patches.drivers/alsa-hda-0003-Fix-ADC-input-amp-handling-for-Cx20549
 
        ########################################################
        # Char / serial
@@ -813,10 +827,7 @@
        patches.xen/xen3-patch-2.6.38
        patches.xen/xen3-patch-2.6.39
        patches.xen/xen3-patch-3.0
-       patches.xen/xen3-patch-3.1-rc5
-       patches.xen/xen3-patch-3.1-rc6-rc7
-       patches.xen/xen3-patch-3.1-rc7-rc8
-       patches.xen/xen3-patch-3.1-rc8-rc9
+       patches.xen/xen3-patch-3.1
        patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
        
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
        patches.xen/xen3-stack-unwind
@@ -834,7 +845,6 @@
        patches.xen/xen-swiotlb-heuristics
        patches.xen/xen-configurable-guest-devices
        patches.xen/xen-setup-gsi
-       patches.xen/xen-kzalloc
        patches.xen/xen-sections
        patches.xen/xen-unpriv-build
        patches.xen/xen-cpufreq-report
@@ -854,7 +864,6 @@
        patches.xen/xen-netback-kernel-threads
        patches.xen/xen-cxgb3
        patches.xen/xen-dcdbas
-       patches.xen/xen-floppy
        patches.xen/xen-x86-panic-no-reboot
        patches.xen/xen-x86-dcr-fallback
        patches.xen/xen-x86-no-lapic
@@ -869,4 +878,4 @@
        patches.xen/xen-x86_64-dump-user-pgt
        patches.xen/xen-x86_64-note-init-p2m
        patches.xen/xen-x86_64-unmapped-initrd
-       patches.xen/xencons-tty_mutex.patch
+-      patches.xen/xencons-tty_mutex.patch

++++++ source-timestamp ++++++
--- /var/tmp/diff_new_pack.VsfWWo/_old  2011-11-05 11:48:12.000000000 +0100
+++ /var/tmp/diff_new_pack.VsfWWo/_new  2011-11-05 11:48:12.000000000 +0100
@@ -1,3 +1,3 @@
-2011-10-25 19:33:27 +0200
-GIT Revision: 68289aa24ce91a04a4746dfd01ac64503178184b
+2011-11-03 15:45:45 +0100
+GIT Revision: 187dde0ccea287064d61786473334521ecf7d610
 GIT Branch: master

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to