diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-01 19:02:50 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-01 19:02:50 +0200 |
commit | 676a876df607eda5488d7635592a99228066d0f9 (patch) | |
tree | 624a13da9b0f0fc5dc107fe2e69fda149f5220ae /sys/src/9/port/usb.h | |
parent | 89ab1f286e7c9c5f21109eaf351e5e3c195fb337 (diff) |
usb: added buffer delay control
Diffstat (limited to 'sys/src/9/port/usb.h')
-rw-r--r-- | sys/src/9/port/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/port/usb.h b/sys/src/9/port/usb.h index 11b00212f..5758bdd20 100644 --- a/sys/src/9/port/usb.h +++ b/sys/src/9/port/usb.h @@ -170,6 +170,7 @@ struct Ep long samplesz; /* sample size (iso) */ int ntds; /* nb. of Tds per µframe */ int tmout; /* 0 or timeout for transfers (ms) */ + int sampledelay; /* maximum delay introduced by buffering (iso) */ }; /* |