]> git.lizzy.rs Git - plan9front.git/commit
nusb: don't create rw iso endpoints (by Michael Forney)
authorcinap_lenrek <cinap_lenrek@felloff.net>
Wed, 10 Feb 2021 18:52:00 +0000 (19:52 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Wed, 10 Feb 2021 18:52:00 +0000 (19:52 +0100)
commitd7ade692c8c3c96bae6828f63afb1b19765b5589
tree34f9196789af717a16d4ad82da3dfd47c80d99dd
parent8606fc8f29fe5b419b74e051c3c8b226ab29c399
nusb: don't create rw iso endpoints (by Michael Forney)

There may be two iso endpoints with the same ID if it is asynchronous
or adaptive (one for data, one for feedback), and rw iso endpoints are
unusable (error out with "iso i/o is half-duplex").
sys/src/cmd/nusb/lib/parse.c