From d20185ac96c4b50ed4de7098a101a31f2b140b82 Mon Sep 17 00:00:00 2001 From: Cástor Muñoz Date: Tue, 9 Dec 2014 19:38:47 +0100 Subject: iPod Classic: reads HDD S.M.A.R.T. data Adds ata_read_smart() function to storage ATA driver, current SMART data can be displayed and optionally written to hard disk using System->Debug menu. Change-Id: Ie8817bb311d5d956df2f0fbfaf554e2d53e89a93 --- firmware/export/config/ipod6g.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/config') diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 7e7025e157..0a40108699 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -201,6 +201,8 @@ #define STORAGE_NEEDS_ALIGN +#define HAVE_ATA_SMART + /* define this if the device has larger sectors when accessed via USB */ /* (only relevant in disk.c, fat.c now always supports large virtual sectors) */ //#define MAX_LOG_SECTOR_SIZE 4096 -- cgit v1.2.3