GIT Revision: 0836370f1e9faf03d46e79723536389550923461
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=136
This commit is contained in:
parent
1b80cb5868
commit
386cbb4ec3
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:321ffc6340c4855f7b3da364088050d88bc37263c1d839e8d7d3e04ea74b2c65
|
||||
size 308377
|
||||
oid sha256:32d370794fc2c420b8067500c8be18f537bd0a55d1c14a2cec9f37ecd9338ce5
|
||||
size 308444
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 20:19:42 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Add dependency on mkinitrd >= 2.7.1 (bnc#773559).
|
||||
- commit 2f75710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 11:11:51 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs
|
||||
(bnc#772923).
|
||||
- ALSA: hda - Fix polarity of mute LED on HP Mini 210
|
||||
(bnc#772923).
|
||||
- commit f3c90ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:41:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update config files: HID_GENERIC=y where USBHID=y (bnc#773559).
|
||||
On flavors where USBHID is built-in statically, we want HID_GENERIC to
|
||||
be built statically as well. This, notably, includes i386/x86_64's desktop
|
||||
flavors.
|
||||
- commit 6d995bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 23:36:41 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Synced configs after commit 940e57e2 (Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.)
|
||||
- commit 104f550
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 16:57:12 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Drivers: hv: Cleanup the guest ID computation.
|
||||
- hyperv: Add a check for ring_size value.
|
||||
- hyperv: Add error handling to rndis_filter_device_add().
|
||||
- Drivers: hv: Change the hex constant to a decimal constant.
|
||||
- hyperv: Add support for setting MAC from within guests.
|
||||
- commit 73d4430
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 16:36:29 CEST 2012 - trenn@suse.de
|
||||
|
||||
- ACPI: Only count valid srat memory structures (bnc#757888).
|
||||
- ACPI: Untangle a return statement for better readability
|
||||
(bnc#757888).
|
||||
- commit 876d6b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 12:04:24 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/SUSE-bootsplash.
|
||||
Fix wrong vfree() (bnc#773406)
|
||||
- commit a637a16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 11:34:49 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Delete patches.drivers/input-Add-LED-support-to-Synaptics-device.
|
||||
This feature was dropped from 12.2/FACTORY packages due to instability
|
||||
(bnc#768506,bnc#765524)
|
||||
- commit 940e57e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 08:26:46 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -82,7 +82,7 @@ Requires(post): module-init-tools >= 3.4
|
||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||
Requires(post): perl-Bootloader >= 0.4.15
|
||||
Requires(post): mkinitrd
|
||||
Requires(post): mkinitrd >= 2.7.1
|
||||
# Install the package providing /etc/SuSE-release early enough, so that
|
||||
# the grub entry has correct title (bnc#757565)
|
||||
Requires(post): distribution-release
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9acfa4b6b78c56e9ccc7c5af72a62d022cf8ad58c41a60989316d9bf6d5dcc1e
|
||||
size 83917
|
||||
oid sha256:55659b26bae5d1e40cc1cc205c45c83887fcf1c0fb84484dc102c248582e4ac6
|
||||
size 85185
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:619ef39090dd94d4bc23c0d27eb5a105c9fdedb9b920d7ad4672a137b053ca67
|
||||
size 11957
|
||||
oid sha256:6aa5d143b0a15a3c6d41ddb8fafc70d2dc6708416819a0aa1d53ca9a4d8e6003
|
||||
size 11068
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:884c3366dcceec12a254734a6044e078913ef95ba3934c134e6be57354e74a1f
|
||||
size 125770
|
||||
oid sha256:7fbed8da36516e1b79374d9e9bbe79ef37e7deeadd864420d8bc7af18fb41cdf
|
||||
size 130033
|
||||
|
11
series.conf
11
series.conf
@ -208,6 +208,9 @@
|
||||
+trenn patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch
|
||||
+trenn patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||
|
||||
patches.arch/srat_parsing_redo_return.patch
|
||||
patches.arch/acpi_fix_empty_srat_mem_declarations.patch
|
||||
|
||||
########################################################
|
||||
# CPUFREQ
|
||||
########################################################
|
||||
@ -225,6 +228,11 @@
|
||||
########################################################
|
||||
# Suse specific stuff
|
||||
########################################################
|
||||
patches.suse/msft-hv-0361-hyperv-Add-support-for-setting-MAC-from-within-guest.patch
|
||||
patches.suse/msft-hv-0362-Drivers-hv-Change-the-hex-constant-to-a-decimal-cons.patch
|
||||
patches.suse/msft-hv-0363-hyperv-Add-error-handling-to-rndis_filter_device_add.patch
|
||||
patches.suse/msft-hv-0364-hyperv-Add-a-check-for-ring_size-value.patch
|
||||
patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch
|
||||
patches.fixes/hv-storvsc-reset-wait.patch
|
||||
|
||||
########################################################
|
||||
@ -405,12 +413,13 @@
|
||||
patches.suse/SUSE-bootsplash
|
||||
patches.drivers/elousb.patch
|
||||
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
|
||||
patches.drivers/input-Add-LED-support-to-Synaptics-device
|
||||
|
||||
##########################################################
|
||||
# Sound
|
||||
##########################################################
|
||||
patches.drivers/ALSA-hda-Fix-mute-LED-GPIO-setup-for-HP-Mini-210
|
||||
patches.drivers/ALSA-hda-Fix-polarity-of-mute-LED-on-HP-Mini-210
|
||||
patches.drivers/ALSA-hda-Fix-mute-LED-GPIO-initialization-for-IDT-co
|
||||
|
||||
########################################################
|
||||
# Char / serial
|
||||
|
@ -1,3 +1,3 @@
|
||||
2012-07-26 11:15:49 +0200
|
||||
GIT Revision: 79fb0adf4ae39de2a334eecac8cf04fb1a00e17a
|
||||
2012-08-01 10:33:58 +0200
|
||||
GIT Revision: 0836370f1e9faf03d46e79723536389550923461
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user