diff --git a/arch-symbols b/arch-symbols index 7b052fca..5e99d303 100644 --- a/arch-symbols +++ b/arch-symbols @@ -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 @@ case "$ARCH" in i?86 | pentium3 | pentium4 | athlon | geode) echo i386 ;; + arm*) + echo arm + ;; *) echo "$ARCH" ;; diff --git a/kernel-debug.changes b/kernel-debug.changes index 0f14db5a..d6acd605 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/kernel-default.changes b/kernel-default.changes index 0f14db5a..d6acd605 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 0f14db5a..d6acd605 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/kernel-docs.changes b/kernel-docs.changes index 0f14db5a..d6acd605 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 0f14db5a..d6acd605 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/kernel-pae.changes b/kernel-pae.changes index 0f14db5a..d6acd605 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 0f14db5a..d6acd605 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/kernel-s390.changes b/kernel-s390.changes index 0f14db5a..d6acd605 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/kernel-source.changes b/kernel-source.changes index 0f14db5a..d6acd605 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/kernel-syms.changes b/kernel-syms.changes index 0f14db5a..d6acd605 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/kernel-trace.changes b/kernel-trace.changes index 0f14db5a..d6acd605 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 0f14db5a..d6acd605 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/kernel-xen.changes b/kernel-xen.changes index 0f14db5a..d6acd605 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@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 - mmarek@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 - tiwai@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 + ------------------------------------------------------------------- Tue Oct 25 19:33:27 CEST 2011 - ohering@suse.de diff --git a/linux-3.1.tar.bz2 b/linux-3.1.tar.bz2 index 9f4a57b5..961ffce9 100644 --- a/linux-3.1.tar.bz2 +++ b/linux-3.1.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b5be03ea4b23d9773ac856754d0c3a3563c16201fea64eab31c95119d4efebf -size 77189710 +oid sha256:2573d2378c754b0c602b57586e9311e5b38c5d1e6c137f02873833633a4b9359 +size 77190238 diff --git a/mkspec b/mkspec index 178eb399..6b9be314 100644 --- a/mkspec +++ b/mkspec @@ -248,6 +248,7 @@ sub arch2rpm { sub _arch2rpm { my $arch = shift; return "\%ix86" if $arch eq "i386"; + return "\%arm" if $arch eq "arm"; return $arch; } diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 77d2d764..a4323674 100644 --- a/patches.drivers.tar.bz2 +++ b/patches.drivers.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f6e0520039a0a8c9132e519f5c4870dfdfb76b7b101f1b4645fccdca4f0041f -size 8125 +oid sha256:061b827300f783aee7a0bfe623ebdda7749923f526d1c368881e653b2e519344 +size 24075 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index c29250bd..e1572f94 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1b7c652c10011c301602b050b178f9cf363fe1194cd62caedf674d1561412f2 -size 2040551 +oid sha256:f9810f45a353ff2328fb4b90dfec8fcef374440161a1f4e693cebd79cf29a938 +size 2034859 diff --git a/series.conf b/series.conf index f597c9bd..9154a1d9 100644 --- a/series.conf +++ b/series.conf @@ -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 diff --git a/source-timestamp b/source-timestamp index 9ab50cb1..a800d7e8 100644 --- a/source-timestamp +++ b/source-timestamp @@ -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