Add VC_MUTE ioctl (rhbz 859485)
This commit is contained in:
parent
c7233c4b7e
commit
35ceed23ec
2 changed files with 258 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ Summary: The Linux kernel
|
|||
# For non-released -rc kernels, this will be appended after the rcX and
|
||||
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
||||
#
|
||||
%global baserelease 3
|
||||
%global baserelease 4
|
||||
%global fedora_build %{baserelease}
|
||||
|
||||
# base_sublevel is the kernel version we're starting with and patching
|
||||
|
|
@ -773,6 +773,9 @@ Patch22073: perf-uapi-fixes2.patch
|
|||
#rhbz 874791
|
||||
Patch22125: Bluetooth-Add-support-for-BCM20702A0.patch
|
||||
|
||||
#rhbz 859485
|
||||
Patch21226: vt-Drop-K_OFF-for-VC_MUTE.patch
|
||||
|
||||
# END OF PATCH DEFINITIONS
|
||||
|
||||
%endif
|
||||
|
|
@ -1486,6 +1489,9 @@ ApplyPatch perf-uapi-fixes2.patch
|
|||
#rhbz 874791
|
||||
ApplyPatch Bluetooth-Add-support-for-BCM20702A0.patch
|
||||
|
||||
#rhbz 859485
|
||||
ApplyPatch vt-Drop-K_OFF-for-VC_MUTE.patch
|
||||
|
||||
# END OF PATCH APPLICATIONS
|
||||
|
||||
%endif
|
||||
|
|
@ -2354,6 +2360,7 @@ fi
|
|||
# || ||
|
||||
%changelog
|
||||
* Tue Nov 20 2012 Josh Boyer <jwboyer@redhat.com>
|
||||
- Add VC_MUTE ioctl (rhbz 859485)
|
||||
- Add support for BCM20702A0 (rhbz 874791)
|
||||
|
||||
* Tue Nov 20 2012 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue