mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-22 02:45:11 -04:00
[dev] add exception for Intenso Speed Line flash drives
* This flash drive seems to declare itself as FIXED which resulted in a +1 score
This commit is contained in:
parent
07497fc231
commit
2e530d5ce7
3 changed files with 10 additions and 8 deletions
|
@ -149,9 +149,9 @@ static __inline BOOL IsRemovable(const char* buffer)
|
|||
/* For debugging user reports of HDDs vs UFDs */
|
||||
//#define FORCED_DEVICE
|
||||
#ifdef FORCED_DEVICE
|
||||
#define FORCED_VID 0x0BC2
|
||||
#define FORCED_PID 0x3312
|
||||
#define FORCED_NAME "Innostor Innostor USB Device"
|
||||
#define FORCED_VID 0x1F75
|
||||
#define FORCED_PID 0x0917
|
||||
#define FORCED_NAME "Intenso Speed Line USB Device"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue