projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb11e8
)
m68k/mac: fix powerbook 150 adb_type
author
Finn Thain
<fthain@telegraphics.com.au>
Sun, 23 Oct 2011 14:11:20 +0000
(
01:11
+1100)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Sat, 10 Dec 2011 18:52:47 +0000
(19:52 +0100)
The PowerBook 150 is a actually a Duo underneath. Fix the adb_type.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/mac/config.c
patch
|
blob
|
history
diff --git
a/arch/m68k/mac/config.c
b/arch/m68k/mac/config.c
index 101a8b7e2d52082b25dd6d3c080332960a19434b..b20b1318462cb190d67ab62700c81312fbb0ecf2 100644
(file)
--- a/
arch/m68k/mac/config.c
+++ b/
arch/m68k/mac/config.c
@@
-674,7
+674,7
@@
static struct mac_model mac_data_table[] = {
}, {
.ident = MAC_MODEL_PB150,
.name = "PowerBook 150",
- .adb_type = MAC_ADB_PB
1
,
+ .adb_type = MAC_ADB_PB
2
,
.via_type = MAC_VIA_IIci,
.scsi_type = MAC_SCSI_OLD,
.ide_type = MAC_IDE_PB,