[dev] add exception for Samsung uSD Card devices

* Closes #2506.
This commit is contained in:
Pete Batard 2024-07-08 13:22:37 +01:00
parent 6d29120b38
commit 83b1e73062
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
3 changed files with 9 additions and 8 deletions

View file

@ -416,9 +416,9 @@ BOOL GetOpticalMedia(IMG_SAVE* img_save)
/* For debugging user reports of HDDs vs UFDs */
//#define FORCED_DEVICE
#ifdef FORCED_DEVICE
#define FORCED_VID 0x23A9
#define FORCED_PID 0xEF18
#define FORCED_NAME "SCSI DISK USB Device"
#define FORCED_VID 0x04E8
#define FORCED_PID 0x61ED
#define FORCED_NAME "Samsung uSD Card Reader USB Device"
#endif
void ClearDrives(void)

View file

@ -91,6 +91,7 @@ static str_score_t str_adjust[] = {
{ "Gadget", -10 },
{ "Flash", -10 },
{ "SD-CARD", -10 },
{ "uSD Card", -10 },
{ "HDD", +20 },
{ "SATA", +20 },
{ "SCSI", +20 },

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 4.6.2185"
CAPTION "Rufus 4.6.2186"
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
@ -397,8 +397,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,6,2185,0
PRODUCTVERSION 4,6,2185,0
FILEVERSION 4,6,2186,0
PRODUCTVERSION 4,6,2186,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -416,13 +416,13 @@ BEGIN
VALUE "Comments", "https://rufus.ie"
VALUE "CompanyName", "Akeo Consulting"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "4.6.2185"
VALUE "FileVersion", "4.6.2186"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "<22> 2011-2024 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
VALUE "OriginalFilename", "rufus-4.6.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "4.6.2185"
VALUE "ProductVersion", "4.6.2186"
END
END
BLOCK "VarFileInfo"