mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 06:48:26 -04:00
[misc] UFD vs HDD detection improvements
This commit is contained in:
parent
252759eb91
commit
16c0e8e2a2
5 changed files with 11 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 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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue