commit | caf3827a65af476c71eaeb79636869a4ab128d48 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri May 19 16:44:55 2006 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 21 15:04:12 2006 -0700 |
tree | 78ef5d5ec466e59d9ac626faf34fb1031ba4fd8e | |
parent | 10b8e47d6b32bfba22874354c62770cb4e42aa6c [diff] |
[PATCH] UHCI: store the period in the queue header This patch (as689) stores the period for periodic transfers (interrupt and ISO) in the queue header. This is necessary for proper bandwidth tracking (not yet implemented). It also makes the scheduling of ISO transfers a bit more rigorous, with checks for out-of-bounds frame numbers. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>