From eb97fad2a7c4264dc261174fb8423f4c6fa5709d Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sun, 7 Apr 2013 14:24:31 +0200 Subject: usb-device: Disable Mk II protocol and RAW disk because are not implemented yet --- src/usb-device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usb-device.c') diff --git a/src/usb-device.c b/src/usb-device.c index 00f83f5..2c0a7e1 100644 --- a/src/usb-device.c +++ b/src/usb-device.c @@ -46,8 +46,8 @@ static struct usb_flash_device usb_devices[] = { static const char * usb_flash_protocols[] = { [FLASH_NOLO] = "NOLO", [FLASH_COLD] = "Cold flashing", - [FLASH_MKII] = "Mk II protocol", - [FLASH_DISK] = "RAW disk", +/* [FLASH_MKII] = "Mk II protocol", */ +/* [FLASH_DISK] = "RAW disk", */ }; const char * usb_flash_protocol_to_string(enum usb_flash_protocol protocol) { -- cgit v1.2.3