Esme Povirk (@madewokherd) commented about dlls/sane.ds/capability.c:
twCC = msg_set(pCapability, &val); if (twCC == TWCC_SUCCESS) {
activeDS.capXferMech = (TW_UINT16) val;FIXME("Partial Stub: XFERMECH set to %ld, but ignored\n", val);}break;
if (val == TWSX_NATIVE || val == TWSX_MEMORY){activeDS.capXferMech = (TW_UINT16) val;FIXME("Partial Stub: XFERMECH set to %ld, but ignored\n", val);}
Indentation got a bit weird here, might've accidentally mixed tabs and spaces?