From 3ec08b971c7190fc7ae483aa4f6c04b3ea25e0b5 Mon Sep 17 00:00:00 2001
From: dpgilbert <dpgilbert@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Fri, 14 Nov 2003 11:52:33 +0000
Subject: [PATCH] Add cfgfile entry for mode sense cmd length

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1232 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/smartd.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sm5/smartd.h b/sm5/smartd.h
index 2b4f22e5e..aa0f70ac4 100644
--- a/sm5/smartd.h
+++ b/sm5/smartd.h
@@ -27,7 +27,7 @@
 
 
 #ifndef SMARTD_H_CVSID
-#define SMARTD_H_CVSID "$Id: smartd.h,v 1.56 2003/11/14 07:41:40 ballen4705 Exp $\n"
+#define SMARTD_H_CVSID "$Id: smartd.h,v 1.57 2003/11/14 11:52:33 dpgilbert Exp $\n"
 #endif
 
 // Configuration file
@@ -179,6 +179,8 @@ typedef struct configfile_s {
   unsigned char TempPageSupported;        // has log sense temperature page (0xd)
   unsigned char Temperature;              // last recorded figure (in Celsius)
   unsigned char SuppressReport;           // minimize nuisance reports
+  unsigned char modese_len;               // mode sense/select cmd len: 0 (don't
+                                          // know yet) 6 or 10
   
   // ATA ONLY FROM HERE ON TO THE END
   int ataerrorcount;                      // Total number of ATA errors
-- 
GitLab