]> git.karo-electronics.de Git - karo-tx-linux.git/commit
UHCI: no dummy TDs for Iso QHs
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 8 Jan 2007 17:01:43 +0000 (12:01 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Feb 2007 23:44:35 +0000 (15:44 -0800)
commit85a975d0ce48dfa8dec5bf1bd970f8fd2c48af32
treeb122cba23280c7ff01e3e301d08f7e7c56bae8e5
parentf3fe239b67424d88104e32076aec902c0642925f
UHCI: no dummy TDs for Iso QHs

Isochronous queues don't need a dummy TD because the Queue Header
isn't managed by the hardware.  This patch (as836) removes the
unnecessary dummy TDs.

The patch also fixes a long-standing typo in a comment (a "don't" was
missing -- potentially very confusing!).

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/uhci-debug.c
drivers/usb/host/uhci-q.c