Hi, another problem I think I found on this patch is at about line 1525 of the patched file, where it is "i = (xfer_len_in && 0x3f);" while it should be "i = (xfer_len_in & 0x3f);" with a single ampersand. Bye, Giuseppe