[usb] fix default listing for Elecom card reader

* Closes #1083
This commit is contained in:
Pete Batard 2018-02-14 20:35:11 +00:00
parent 3717171725
commit 95db209b04
3 changed files with 9 additions and 8 deletions

View file

@ -306,9 +306,9 @@ BOOL GetOpticalMedia(IMG_SAVE* img_save)
/* For debugging user reports of HDDs vs UFDs */
//#define FORCED_DEVICE
#ifdef FORCED_DEVICE
#define FORCED_VID 0x0409
#define FORCED_PID 0x005A
#define FORCED_NAME "TOSHIBA TransMemory USB Device"
#define FORCED_VID 0x056E
#define FORCED_PID 0x8008
#define FORCED_NAME "Generic- USB3.0 CRW -SD USB Device"
#endif
/*