From cc293c0512f829828202297a5f1bc68ce178854d Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Wed, 27 Apr 2022 11:36:59 +0100 Subject: [PATCH] [core] add exception for LaCie XtremKey USB 3.0 * Closes #1912 --- src/hdd_vs_ufd.h | 3 ++- src/rufus.rc | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/hdd_vs_ufd.h b/src/hdd_vs_ufd.h index 54c2ec62..cf817541 100644 --- a/src/hdd_vs_ufd.h +++ b/src/hdd_vs_ufd.h @@ -1,7 +1,7 @@ /* * Rufus: The Reliable USB Formatting Utility * SMART HDD vs Flash detection - isHDD() tables - * Copyright © 2013-2021 Pete Batard + * Copyright © 2013-2022 Pete Batard * * Based in part on drivedb.h from Smartmontools: * http://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools/drivedb.h @@ -256,6 +256,7 @@ static vidpid_score_t vidpid_score[] = { { 0x059f, 0x1027, -20 }, // 16 GB UFD { 0x059f, 0x103B, -20 }, // 16 GB UFD { 0x059f, 0x1064, -20 }, // 16 GB UFD + { 0x059f, 0x1079, -20 }, // LaCie XtremKey UFD // Apple exceptions { 0x05ac, 0x8400, -20}, { 0x05ac, 0x8401, -20}, diff --git a/src/rufus.rc b/src/rufus.rc index 5ef6901b..5e5e3d0a 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 232, 326 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_ACCEPTFILES -CAPTION "Rufus 3.19.1887" +CAPTION "Rufus 3.19.1888" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -395,8 +395,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,19,1887,0 - PRODUCTVERSION 3,19,1887,0 + FILEVERSION 3,19,1888,0 + PRODUCTVERSION 3,19,1888,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -414,13 +414,13 @@ BEGIN VALUE "Comments", "https://rufus.ie" VALUE "CompanyName", "Akeo Consulting" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "3.19.1887" + VALUE "FileVersion", "3.19.1888" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2022 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html" VALUE "OriginalFilename", "rufus-3.19.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "3.19.1887" + VALUE "ProductVersion", "3.19.1888" END END BLOCK "VarFileInfo"