diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index c632402483..f0a50e05b4 100644 --- a/firmware/drivers/ata.c +++ b/firmware/drivers/ata.c @@ -323,8 +323,8 @@ int ata_init(void) led(false); - /* activate ATA */ - PADR &= ~0x80; + PADR |= 0x800; /* disable USB */ + PADR &= ~0x80; /* activate ATA */ if (master_slave()) return -1;