tw39124-1

Results 7 comments of tw39124-1

Re the suggested syntax, I definitely think the inner keyword should be enclosed within the variable-like syntax of `${xxx}` , because you are _substituting_ the argument to the outer keyword...

> and there's no way it could be differentiated from normal variable usage. If we want to use the variable syntax, we need to use something like ´${[InnerKeyword]}`. Yes good...

Thanks for the quick reply. I've tested it out by removing the PAGE_SIZE check altogether, recompiling the module, and it seems to work with larger IO sizes (I tried 8KB...

After further debugging it looks like `dummy_hcd.c` has this block, in the `transfer()` function: ``` ... if (req->req.length == req->req.actual) { if (req->req.zero && to_host) rescan = 1; else req->req.status...

@pekkaklarck Thanks for the response. I think the use case I outlined above pretty much sums up the situation. If you have a library which is implemented as a Python...