projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14bfd1f
)
[PATCH] ppc32: Add new iBook 12" to PowerMac models table
author
Sven Henkel
<
[email protected]
>
Sat, 1 Oct 2005 22:30:33 +0000
(08:30 +1000)
committer
Linus Torvalds
<
[email protected]
>
Sun, 2 Oct 2005 00:01:48 +0000
(17:01 -0700)
This adds the new iBook G4 (manufactured after July 2005) to the
PowerMac models table. The model name (PowerBook6,7) is taken from a
12" iBook, I don't know if it also matches the 14" version. The patch
applies to a vanilla 2.6.13.2 kernel.
Signed-off-by: Sven Henkel <
[email protected]
>
Signed-off-by: Benjamin Herrenschmidt <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/ppc/platforms/pmac_feature.c
patch
|
blob
|
history
diff --git
a/arch/ppc/platforms/pmac_feature.c
b/arch/ppc/platforms/pmac_feature.c
index 867336ad5d36b284b12d0d682f9fd28b7867a3ac..dd6d45ae0501cac648d845ea701bb24faa21685c 100644
(file)
--- a/
arch/ppc/platforms/pmac_feature.c
+++ b/
arch/ppc/platforms/pmac_feature.c
@@
-2337,6
+2337,10
@@
static struct pmac_mb_def pmac_mb_defs[] __pmacdata = {
PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features,
PMAC_MB_MAY_SLEEP | PMAC_MB_HAS_FW_POWER | PMAC_MB_MOBILE,
},
+ { "PowerBook6,7", "iBook G4",
+ PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features,
+ PMAC_MB_MAY_SLEEP | PMAC_MB_HAS_FW_POWER | PMAC_MB_MOBILE,
+ },
{ "PowerBook6,8", "PowerBook G4 12\"",
PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features,
PMAC_MB_MAY_SLEEP | PMAC_MB_HAS_FW_POWER | PMAC_MB_MOBILE,