From a4e4ee71010c320e2bb5e54c87f8eca232473285 Mon Sep 17 00:00:00 2001 From: g3gg0 Date: Sun, 16 Feb 2014 15:12:40 +0100 Subject: [PATCH] io_crypt: disabled models where reading was reported to be buggy --- modules/io_crypt/io_crypt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/io_crypt/io_crypt.c b/modules/io_crypt/io_crypt.c index 95526c3fcd..dfc2902190 100644 --- a/modules/io_crypt/io_crypt.c +++ b/modules/io_crypt/io_crypt.c @@ -962,6 +962,7 @@ static unsigned int iocrypt_init() iodev_ctx = 0x67140; iodev_ctx_size = 0x20; } + /* else if(streq(camera_model_short, "650D")) { trace_write(iocrypt_trace_ctx, "io_crypt: Detected 650D"); @@ -976,6 +977,7 @@ static unsigned int iocrypt_init() iodev_ctx = 0x49A64; iodev_ctx_size = 0x18; } + */ else { NotifyBox(2000, "io_crypt: Camera unsupported");