mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-01 15:28:25 -04:00
[dev] add exception for SSDs sitting behind a VIA-Labs adapter
* Also adjust the sizes under and above which we consider a drive is UFD/HDD
This commit is contained in:
parent
6f5ea5f88f
commit
c2017ad659
4 changed files with 12 additions and 11 deletions
|
@ -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 0x0781
|
||||
#define FORCED_PID 0x5580
|
||||
#define FORCED_NAME "SanDisk SSD U100 16GB 1 USB Device"
|
||||
#define FORCED_VID 0x2109
|
||||
#define FORCED_PID 0x0715
|
||||
#define FORCED_NAME "KINGSTON SA400S37960 USB Device"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue