[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:
Pete Batard 2020-08-01 15:36:59 +01:00
parent 6f5ea5f88f
commit c2017ad659
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
4 changed files with 12 additions and 11 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 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
/*