[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:
Pete Batard 2016-06-03 11:21:25 +01:00
parent 07497fc231
commit 2e530d5ce7
3 changed files with 10 additions and 8 deletions

View file

@ -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
/*