summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-06-24 11:42:41 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-06-24 11:42:41 +0200
commitce177a95885562acd518088c5a48a3df36734997 (patch)
tree53d2441afe2ea6f4f74c09ef3a83c90690ee1bbf /src/main.h
parent2421b9f6c250e1a20ec75c9b541a5142485e579d (diff)
download0xFFFF-ce177a95885562acd518088c5a48a3df36734997.tar.bz2
Update usb device table
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index d5a5d20..9526491 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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;