> - switch (cdw10 & 0xf) { > + switch (cdw10 & 0xff) { This is a new change compared to the previous one. It looks correct to me as we need the bigger mask, but it should have been documented in the changelog. I'll fix it up and apply the patch.