mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 11:17:03 -04:00
[core] add listing exception for Apple SD card readers
* Also fix a Coverity warning
This commit is contained in:
parent
f02fbe3acc
commit
5dbf537dfb
4 changed files with 19 additions and 9 deletions
|
@ -310,9 +310,9 @@ BOOL GetOpticalMedia(IMG_SAVE* img_save)
|
|||
/* For debugging user reports of HDDs vs UFDs */
|
||||
//#define FORCED_DEVICE
|
||||
#ifdef FORCED_DEVICE
|
||||
#define FORCED_VID 0x067B
|
||||
#define FORCED_PID 0x2733
|
||||
#define FORCED_NAME "EAGET Mass Storage USB Device"
|
||||
#define FORCED_VID 0x05AC
|
||||
#define FORCED_PID 0x8406
|
||||
#define FORCED_NAME "APPLE SD Card Reader USB Device"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue