Skip to content

Commit

Permalink
io_crypt: disabled models where reading was reported to be buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
g3gg0 committed Feb 16, 2014
1 parent 33e36b5 commit a4e4ee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/io_crypt/io_crypt.c
Expand Up @@ -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");
Expand All @@ -976,6 +977,7 @@ static unsigned int iocrypt_init()
iodev_ctx = 0x49A64;
iodev_ctx_size = 0x18;
}
*/
else
{
NotifyBox(2000, "io_crypt: Camera unsupported");
Expand Down

0 comments on commit a4e4ee7

Please sign in to comment.