]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68k/mac: fix powerbook 150 adb_type
authorFinn Thain <fthain@telegraphics.com.au>
Sun, 23 Oct 2011 14:11:20 +0000 (01:11 +1100)
committerGeert 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

index 101a8b7e2d52082b25dd6d3c080332960a19434b..b20b1318462cb190d67ab62700c81312fbb0ecf2 100644 (file)
@@ -674,7 +674,7 @@ static struct mac_model mac_data_table[] = {
        }, {
                .ident          = MAC_MODEL_PB150,
                .name           = "PowerBook 150",
-               .adb_type       = MAC_ADB_PB1,
+               .adb_type       = MAC_ADB_PB2,
                .via_type       = MAC_VIA_IIci,
                .scsi_type      = MAC_SCSI_OLD,
                .ide_type       = MAC_IDE_PB,