]> git.baikalelectronics.ru Git - kernel.git/commit
UHCI: improved debugging checks for the frame list
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 8 Jan 2007 17:00:28 +0000 (12:00 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Feb 2007 23:44:35 +0000 (15:44 -0800)
commit1c55cb2232b962216a8ec6047c767c63e82f8478
treed7b3986dcdcb434111c0570eb2a129b2570e3bfa
parentc866fdba7f7b71b0e0aaa5ac3aad8975559a4cc6
UHCI: improved debugging checks for the frame list

This patch (as768) improves the debugging checks for the uhci-hcd
frame list.  The number of entries displayed is limited to 10, and the
driver now checks for the correct Skeleton QH link value at the end of
each chain of Isochronous TDs.  The code to compute these link values
is now used in two spots, so it is moved into its own separate
subroutine.

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-hcd.c