[dev] add exception for SanDisk SSD U100

This commit is contained in:
Pete Batard 2020-06-03 11:20:30 +01:00
parent 63bb308ad6
commit ba3665d990
No known key found for this signature in database
GPG Key ID: 38E0CF5E69EDD671
3 changed files with 10 additions and 8 deletions

View File

@ -419,9 +419,9 @@ BOOL GetOpticalMedia(IMG_SAVE* img_save)
/* For debugging user reports of HDDs vs UFDs */
//#define FORCED_DEVICE
#ifdef FORCED_DEVICE
#define FORCED_VID 0x05DC
#define FORCED_PID 0xBA12
#define FORCED_NAME "Lexar SFF-SSD SCSI Disk Device"
#define FORCED_VID 0x0781
#define FORCED_PID 0x5580
#define FORCED_NAME "SanDisk SSD U100 16GB 1 USB Device"
#endif
/*

View File

@ -273,6 +273,8 @@ static vidpid_score_t vidpid_score[] = {
{ 0x067b, 0x2733, -20 }, // EAGET Mass Storage USB Device
{ 0x067b, 0x3400, -10 }, // Hi-Speed Flash Disk with TruePrint AES3400
{ 0x067b, 0x3500, -10 }, // Hi-Speed Flash Disk with TruePrint AES3500
// Sandisk exceptions
{ 0x0781, 0x5580, -20 },
// Freecom exceptions
{ 0x07ab, 0xfcab, -20 }, // 4 GB UFD
// Samsung exceptions

View File

@ -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.11.1662"
CAPTION "Rufus 3.11.1663"
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,11,1662,0
PRODUCTVERSION 3,11,1662,0
FILEVERSION 3,11,1663,0
PRODUCTVERSION 3,11,1663,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.11.1662"
VALUE "FileVersion", "3.11.1663"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2020 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
VALUE "OriginalFilename", "rufus-3.11.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "3.11.1662"
VALUE "ProductVersion", "3.11.1663"
END
END
BLOCK "VarFileInfo"