From 3e1d8ab5ced05d34657bcb2acbd0b97e52443dc2 Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Sun, 22 May 2022 14:46:28 +0000 Subject: [PATCH] drivedb.h: VIA VL700 (0x2109:0x0700) requires '-d sat,12'. git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5386 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/drivedb.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/smartmontools/drivedb.h b/smartmontools/drivedb.h index b3ce910fd..96ba19a18 100644 --- a/smartmontools/drivedb.h +++ b/smartmontools/drivedb.h @@ -6218,9 +6218,15 @@ const drive_settings builtin_knowndrives[] = { "-d sat" }, // VIA Labs - { "USB: ; VIA VL700/1", // USB2/3->SATA - "0x2109:0x070[01]", // 0x0701: Intenso 2,5" 1TB USB3 - "", // 0x0005/0x0107 + { "USB: ; VIA VL700", // USB2/3->SATA + "0x2109:0x0700", // Diginote 2.5" USB-3.0 HDD enclosure 80000894 + "", // 0x0005 + "", + "-d sat,12" // ATA output registers missing + }, + { "USB: ; VIA VL701", // USB2/3->SATA + "0x2109:0x0701", // Intenso 2,5" 1TB USB3 + "", // 0x0107 "", "-d sat" // ATA output registers missing }, -- GitLab