Blame SOURCES/0014-add-detection-of-VirtualBox-disks.patch

21ef37
From c818b7e2c4702d9b79bce644822183a40c4941ea Mon Sep 17 00:00:00 2001
21ef37
From: Lyonel Vincent <lyonel@ezix.org>
21ef37
Date: Fri, 19 Aug 2016 13:35:44 +0200
21ef37
Subject: [PATCH 14/43] add detection of VirtualBox disks
21ef37
21ef37
---
21ef37
 src/core/heuristics.cc | 1 +
21ef37
 1 file changed, 1 insertion(+)
21ef37
21ef37
diff --git a/src/core/heuristics.cc b/src/core/heuristics.cc
21ef37
index 17d2dfa..45b39a4 100644
21ef37
--- a/src/core/heuristics.cc
21ef37
+++ b/src/core/heuristics.cc
21ef37
@@ -109,6 +109,7 @@ static const char *disk_manufacturers[] =
21ef37
   "FIREBALL.+", "Quantum",
21ef37
   "^WDC.+", "Western Digital",
21ef37
   "WD.+", "Western Digital",
21ef37
+  "^VBOX.+", "VirtualBox",
21ef37
   NULL, NULL
21ef37
 };
21ef37
 
21ef37
-- 
21ef37
2.10.2
21ef37