|
@@ -28,7 +28,7 @@ Summary(ja): Linux カーネル (Linux オペレーティングシステムの
|
|
|
%define patchlevel 4
|
|
|
%define kversion 3.%{sublevel}
|
|
|
%define rpmversion 3.%{sublevel}.%{patchlevel}
|
|
|
-%define release 2%{?_dist_release}
|
|
|
+%define release 3%{?_dist_release}
|
|
|
|
|
|
%define make_target bzImage
|
|
|
%define hdrarch %_target_cpu
|
|
@@ -245,6 +245,12 @@ Patch1410: linux-2.6.35-iwlwifi-support-new-ucode.patch
|
|
|
# initial MBA Mid2011 hacky support
|
|
|
Patch1420: linux-3.0.4_macbookair_middle2011_fixedmode_hackyhack.patch
|
|
|
|
|
|
+# MBA Mid2011 trackpad support
|
|
|
+Patch1421: linux-3.0.4_macbookair_middle2011_trackpad.patch
|
|
|
+
|
|
|
+# MBA Mid2011 special keys support
|
|
|
+Patch1422: linux-3.0.4_macbookair_middle2011_hid.patch
|
|
|
+
|
|
|
# Misc bits.
|
|
|
Patch1610: linux-2.6.23-atkbd-dell-multimedia.patch
|
|
|
Patch1630: linux-2.6.23-module_version.patch
|
|
@@ -563,6 +569,10 @@ cd linux-%{kversion}
|
|
|
|
|
|
# initial MBA Mid2011 hacky support
|
|
|
%patch1420 -p1
|
|
|
+# MBA Mid2011 trackpad support
|
|
|
+%patch1421 -p1
|
|
|
+# MBA Mid2011 special keys support
|
|
|
+%patch1422 -p1
|
|
|
|
|
|
# Misc fixes
|
|
|
# Make multimedia buttons on Dell Inspiron 8200 work.
|
|
@@ -1156,6 +1166,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Sep 17 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.0.4-3
|
|
|
+- add Patch1421 & Patch1422
|
|
|
+ (based on patches found at http://almostsure.com/mba42/ and fixed a bit)
|
|
|
+
|
|
|
* Fri Sep 16 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.0.4-2
|
|
|
- add Patch1420 - a hack to support MBA Mid2011 LCD
|
|
|
(inspired from: https://bugs.freedesktop.org/show_bug.cgi?id=39533)
|