Re: uftdi bug?
[email protected] (Michael van Elst)
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Organization | Serpens User Group |
| Message-ID | <[email protected]> |
[email protected] (Emmanuel Dreyfus) writes: > /* Adjust buffer pointer to skip status prefix */ > *ptr += 2; >+ *count -= 2; >But such a change breaks ucom. Did I misunderstood the way it should work, >or is it a bug that is worked arond somewhere else? count is the number of bytes delivered to ucom. The two skipped status bytes are not part of that count.