mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 22:15:21 -04:00
[core] fix detection of some Samsung UFDs
This commit is contained in:
parent
b73e2d80de
commit
1aae24903a
3 changed files with 13 additions and 10 deletions
|
@ -137,9 +137,9 @@ static __inline BOOL IsVHD(const char* buffer)
|
|||
/* For debugging user reports of HDDs vs UFDs */
|
||||
//#define FORCED_DEVICE
|
||||
#ifdef FORCED_DEVICE
|
||||
#define FORCED_VID 0x174C
|
||||
#define FORCED_PID 0x3074
|
||||
#define FORCED_NAME "SanDisk Extreme USB Device"
|
||||
#define FORCED_VID 0x090c
|
||||
#define FORCED_PID 0x1000
|
||||
#define FORCED_NAME "Samsung Flash Drive USB Device"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue