diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2012-06-24 11:42:41 +0200 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2012-06-24 11:42:41 +0200 |
commit | ce177a95885562acd518088c5a48a3df36734997 (patch) | |
tree | 53d2441afe2ea6f4f74c09ef3a83c90690ee1bbf /src/main.h | |
parent | 2421b9f6c250e1a20ec75c9b541a5142485e579d (diff) | |
download | 0xFFFF-ce177a95885562acd518088c5a48a3df36734997.tar.bz2 |
Update usb device table
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,8 +67,8 @@ struct piece_t { enum flash_mode { FLASH_COLD, FLASH_NORMAL, - FLASH_EMMC, FLASH_MKII, + FLASH_DISK, }; struct devices { @@ -78,7 +78,7 @@ struct devices { enum flash_mode mode; }; -#define SUPPORTED_DEVICES 8 +#define SUPPORTED_DEVICES 10 extern struct devices supported_devices[SUPPORTED_DEVICES]; extern int pcs_n; |