Linux 2.6.36-rc7-git5, disable runtime PM for now
This commit is contained in:
parent
20eeae5898
commit
d002241869
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,4 +4,4 @@ clog
|
|||||||
*.rpm
|
*.rpm
|
||||||
kernel-2.6.*/
|
kernel-2.6.*/
|
||||||
/patch-2.6.36-rc7.bz2
|
/patch-2.6.36-rc7.bz2
|
||||||
/patch-2.6.36-rc7-git3.bz2
|
/patch-2.6.36-rc7-git5.bz2
|
||||||
|
17
kernel.spec
17
kernel.spec
@ -51,7 +51,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be prepended with "0.", so
|
# For non-released -rc kernels, this will be prepended with "0.", so
|
||||||
# for example a 3 here will become 0.3
|
# for example a 3 here will become 0.3
|
||||||
#
|
#
|
||||||
%global baserelease 36
|
%global baserelease 37
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -1316,11 +1316,12 @@ ApplyPatch wacom-08-add-support-for-bamboo-pen.patch
|
|||||||
ApplyPatch wacom-09-disable-bamboo-touchpad-when-pen-is-being-used.patch
|
ApplyPatch wacom-09-disable-bamboo-touchpad-when-pen-is-being-used.patch
|
||||||
|
|
||||||
# Runtime PM
|
# Runtime PM
|
||||||
ApplyPatch linux-2.6-bluetooth-autosuspend.patch
|
# (there's still dragons here, disabled for now... --kyle)
|
||||||
ApplyPatch linux-2.6-uvc-autosuspend.patch
|
#ApplyPatch linux-2.6-bluetooth-autosuspend.patch
|
||||||
ApplyPatch linux-2.6-qcserial-autosuspend.patch
|
#ApplyPatch linux-2.6-uvc-autosuspend.patch
|
||||||
ApplyPatch linux-2.6-usb-pci-autosuspend.patch
|
#ApplyPatch linux-2.6-qcserial-autosuspend.patch
|
||||||
ApplyPatch linux-2.6-enable-more-pci-autosuspend.patch
|
#ApplyPatch linux-2.6-usb-pci-autosuspend.patch
|
||||||
|
#ApplyPatch linux-2.6-enable-more-pci-autosuspend.patch
|
||||||
|
|
||||||
# PCI patches to fix problems with _CRS
|
# PCI patches to fix problems with _CRS
|
||||||
# ( from https://bugzilla.kernel.org/show_bug.cgi?id=16228#c49 )
|
# ( from https://bugzilla.kernel.org/show_bug.cgi?id=16228#c49 )
|
||||||
@ -1939,6 +1940,10 @@ fi
|
|||||||
# || ||
|
# || ||
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 14 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.37.rc7.git5
|
||||||
|
- Linux 2.6.36-rc7-git5
|
||||||
|
- Disable runtime PM until it can be poked at.
|
||||||
|
|
||||||
* Tue Oct 12 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.36.rc7.git3
|
* Tue Oct 12 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.36.rc7.git3
|
||||||
- Linux 2.6.36-rc7-git3
|
- Linux 2.6.36-rc7-git3
|
||||||
- Drop fix-oldnoconfig-to-dtrt.patch, nonintconfig patches are upstream!
|
- Drop fix-oldnoconfig-to-dtrt.patch, nonintconfig patches are upstream!
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2
|
091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2
|
||||||
d8e63ac9d7e25fb71a04ded58240ac96 patch-2.6.36-rc7.bz2
|
d8e63ac9d7e25fb71a04ded58240ac96 patch-2.6.36-rc7.bz2
|
||||||
1b88b01aa513aff92cee1e7238217b18 patch-2.6.36-rc7-git3.bz2
|
45e2d044ad81710b49d7a8c5583fd033 patch-2.6.36-rc7-git5.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user