From: Finn Thain Date: Sun, 23 Oct 2011 14:11:20 +0000 (+1100) Subject: m68k/mac: fix powerbook 150 adb_type X-Git-Tag: firefly_0821_release~3680^2~3630^2~15 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4107c459fe4075c5a2d552fd8d9d5fea10c1ff93;p=firefly-linux-kernel-4.4.55.git m68k/mac: fix powerbook 150 adb_type The PowerBook 150 is a actually a Duo underneath. Fix the adb_type. Signed-off-by: Finn Thain Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/mac/config.c b/arch/m68k/mac/config.c index 101a8b7e2d52..b20b1318462c 100644 --- 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_PB1, + .adb_type = MAC_ADB_PB2, .via_type = MAC_VIA_IIci, .scsi_type = MAC_SCSI_OLD, .ide_type = MAC_IDE_PB,