[misc] UFD vs HDD detection improvements

This commit is contained in:
Pete Batard 2021-04-23 12:03:43 +01:00
parent 252759eb91
commit 16c0e8e2a2
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
5 changed files with 11 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 0x0BDA
#define FORCED_PID 0x0306
#define FORCED_NAME "SDXC Card"
#define FORCED_VID 0x048D
#define FORCED_PID 0x1234
#define FORCED_NAME "VendorCo Disk USB Device"
#endif
/*