GIT Revision: 9c0e3f13ffe4e1e25e82e13587a5ddafd645e31e

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=29
This commit is contained in:
Michal Marek 2011-03-15 06:03:20 +00:00 committed by Git OBS Bridge
parent c8e13f365d
commit 6fb87e7193
38 changed files with 1806 additions and 59 deletions

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-debug (Version 2.6.37.3)
# spec file for package kernel-debug (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -865,6 +865,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-default (Version 2.6.37.3)
# spec file for package kernel-default (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -878,6 +878,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-desktop (Version 2.6.37.3)
# spec file for package kernel-desktop (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -898,6 +898,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-docs (Version 2.6.37.3)
# spec file for package kernel-docs (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -99,6 +99,51 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ec2 (Version 2.6.37.3)
# spec file for package kernel-ec2 (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -868,6 +868,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-net (Version 2.6.37.3)
# spec file for package kernel-net (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-net
Summary: Minimal kernel with disk and net support
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -865,6 +865,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-pae (Version 2.6.37.3)
# spec file for package kernel-pae (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -883,6 +883,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ppc64 (Version 2.6.37.3)
# spec file for package kernel-ppc64 (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -887,6 +887,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ps3 (Version 2.6.37.3)
# spec file for package kernel-ps3 (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -868,6 +868,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-s390 (Version 2.6.37.3)
# spec file for package kernel-s390 (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -862,6 +862,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-source (Version 2.6.37.3)
# spec file for package kernel-source (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@
# icecream 0
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -254,6 +254,51 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-syms (Version 2.6.37.3)
# spec file for package kernel-syms (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -81,6 +81,51 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-trace (Version 2.6.37.3)
# spec file for package kernel-trace (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -870,6 +870,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vanilla (Version 2.6.37.3)
# spec file for package kernel-vanilla (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -866,6 +866,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vmi (Version 2.6.37.3)
# spec file for package kernel-vmi (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-vmi
Summary: VMI-enabled kernel
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -862,6 +862,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Mon Mar 14 23:26:14 CET 2011 - jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
-------------------------------------------------------------------
Mon Mar 14 12:57:21 CET 2011 - tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
-------------------------------------------------------------------
Mon Mar 14 12:55:56 CET 2011 - tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
-------------------------------------------------------------------
Fri Mar 11 11:03:23 CET 2011 - jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
-------------------------------------------------------------------
Fri Mar 11 10:01:06 CET 2011 - jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
-------------------------------------------------------------------
Thu Mar 10 16:07:41 CET 2011 - jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
-------------------------------------------------------------------
Tue Mar 8 08:38:59 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-xen (Version 2.6.37.3)
# spec file for package kernel-xen (Version 2.6.37.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.37
%define patchversion 2.6.37.3
%define patchversion 2.6.37.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.37.3
Version: 2.6.37.4
%if %using_buildservice
Release: <RELEASE>
%else
@ -868,6 +868,51 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Mar 14 2011 jslaby@suse.cz
- Update to 2.6.37.4:
- obsoletes:
- patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch.
- patches.fixes/media-DiB7000M-add-pid-filtering.patch.
- commit b3091d2
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: HDA: Realtek ALC88x: Do not over-initialize speakers
and hp that are primary outputs (bnc#679016).
- ALSA: HDA: Fixup unnecessary volume control index on Realtek
ALC88x (bnc#679016).
- ALSA: HDA: Fix volume control naming for surround speakers on
Realtek auto-parser (bnc#679016).
- ALSA: HDA: Enable surround and subwoofer on Lenovo Ideapad Y530
(bnc#679016).
- ALSA: hda - Add support for multiple headphone/speaker controls
for Realtek (bnc#679016).
- ALSA: hda - 4930g add internal lfe slider (bnc#679016).
- ALSA: hda - Fix unable to record issue on ASUS N82JV
(bnc#679016).
- ALSA: hda - switch lfe with side in mixer for 4930g
(bnc#679016).
- ALSA: HDA: Fix automute on Thinkpad L412/L512 (bnc#679016).
- ALSA: HDA: Add SKU ignore for another Thinkpad Edge 14
(bnc#679016).
- ALSA: hda - Apply Sony VAIO hweq fixup only once (bnc#679016).
- ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO
(bnc#679016).
- ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low (bnc#679016).
- commit b5b352b
* Mon Mar 14 2011 tiwai@suse.de
- ALSA: hda - Add a generic fixup callback for Realtek codecs
(bnc#679016).
- ALSA: hda - Fix missing EAPD for Acer 4930G (bnc#679016).
- commit 35da099
* Fri Mar 11 2011 jslaby@suse.cz
- DiB7000M: add pid filtering (bnc#644807).
- commit ab6796e
* Fri Mar 11 2011 jbeulich@novell.com
- Update Xen patches to 2.6.37.3 and c/s 1072.
- apply xen specific patch to the Chelsio ethernet drivers.
- commit 7db4348
* Thu Mar 10 2011 jslaby@suse.cz
- Mantis, hopper: use MODULE_DEVICE_TABLE (bnc#607239).
- commit 33a71b9
* Tue Mar 08 2011 jslaby@suse.cz
- Update to 2.6.37.3:
- obsoletes:

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0aa9d95c041aa2c92fc42e0f597b536dd1664b036b50e61895d1060f1de49fa
size 133494
oid sha256:5e0561dd185e7032558090f1966bb7cd2f38445a05802ba2f9ff7d763659f547
size 140727

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d703e4075514f0833020ddd90f585bdccebac5b985f67e4bab00fe72078eec22
size 88111
oid sha256:0c6b40f6df7ad3fe0feb3537faee6f5f07f41469f424030d9a6ff28861b51cfc
size 87513

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0c57940108350445fa44151d099ba3e1d55a44c8f069a0fc319894de6e33784
size 135840
oid sha256:e5b6c8bd5d4cd7a1de0e44d09dafed9fb4e8ec19377545d96de443c42e524f66
size 142300

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09f55d46cd9f07d1a6e3a7f4015e10bd4a48af8b37397afc4ec0fb8a42c43935
size 1981492
oid sha256:07be0718ee94e4e29a18db09ec13340b6151523ad7f9b0bea3960ec5e93dc3ae
size 1986397

View File

@ -30,6 +30,7 @@
patches.kernel.org/patch-2.6.37.1
patches.kernel.org/patch-2.6.37.1-2
patches.kernel.org/patch-2.6.37.2-3
patches.kernel.org/patch-2.6.37.3-4
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -512,6 +513,7 @@
# video4linux
########################################################
patches.fixes/flexcop-fix-registering-braindead-stupid-names
patches.fixes/media-Mantis-hopper-use-MODULE_DEVICE_TABLE.patch
########################################################
# Network
@ -542,7 +544,6 @@
patches.suse/b43-missing-firmware-info.patch
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices
patches.fixes/orinoco-allow-IW_AUTH_MFP-to-pass-through.patch
patches.fixes/ath9k-Fix-ath9k-prevents-CPU-to-enter-C3-states.patch
patches.drivers/iwl-cleanup-iwl_good_ack_health.patch
patches.drivers/iwl-fix-ack-health-for-WiFi-BT-combo-devices.patch
@ -589,6 +590,21 @@
# Sound
##########################################################
patches.drivers/alsa-hda-0003-Add-Lenovo-vendor-quirk-for-Conexant-205xx
patches.drivers/alsa-hda-0004-Fix-missing-EAPD-for-Acer-4930G
patches.drivers/alsa-hda-0005-Add-a-generic-fixup-callback-for-Realtek-codecs
patches.drivers/alsa-hda-0005-Fix-EAPD-on-Lenovo-NB-ALC269-to-low
patches.drivers/alsa-hda-0006-Fix-ALC275-enable-hardware-EQ-for-SONY-VAIO
patches.drivers/alsa-hda-0007-Apply-Sony-VAIO-hweq-fixup-only-once
patches.drivers/alsa-hda-0008-Add-SKU-ignore-for-another-Thinkpad-Edge-14
patches.drivers/alsa-hda-0009-Fix-automute-on-Thinkpad-L412-L512
patches.drivers/alsa-hda-0010-switch-lfe-with-side-in-mixer-for-4930g
patches.drivers/alsa-hda-0011-Fix-unable-to-record-issue-on-ASUS-N82JV
patches.drivers/alsa-hda-0012-4930g-add-internal-lfe-slider
patches.drivers/alsa-hda-0013-Add-support-for-multiple-headphone-speaker-controls
patches.drivers/alsa-hda-0014-Enable-surround-and-subwoofer-on-Lenovo-IdeaPad
patches.drivers/alsa-hda-0015-Fix-volume-control-naming-for-surround-speakers
patches.drivers/alsa-hda-0016-Fixup-unnecessary-volume-control-index-on-Realtek
patches.drivers/alsa-hda-0017-Realtek-ALC88x-Do-not-over-initialize-speakers
########################################################
# Other driver fixes
@ -804,6 +820,9 @@
patches.xen/xen3-patch-2.6.35
patches.xen/xen3-patch-2.6.36
patches.xen/xen3-patch-2.6.37
patches.xen/xen3-patch-2.6.37.1
patches.xen/xen3-patch-2.6.37.1-2
patches.xen/xen3-patch-2.6.37.2-3
patches.xen/xen3-seccomp-disable-tsc-option
patches.xen/xen3-x86-mcp51-no-dac
patches.xen/xen3-x86-mark_rodata_rw.patch
@ -837,8 +856,8 @@
patches.xen/xen-netback-generalize
patches.xen/xen-netback-multiple-tasklets
patches.xen/xen-netback-kernel-threads
patches.xen/xen-netback-allow-large-mtu
patches.xen/xen-tmem-v1
patches.xen/xen-cxgb3
patches.xen/xen-dcdbas
patches.xen/xen-floppy
patches.xen/xen-kzalloc

View File

@ -1,3 +1,3 @@
2011-03-08 11:07:36 +0100
GIT Revision: 9ff034b8896f228a767de9462b58e74528a86e5e
2011-03-15 00:05:21 +0100
GIT Revision: 9c0e3f13ffe4e1e25e82e13587a5ddafd645e31e
GIT Branch: stable