aboutsummaryrefslogtreecommitdiff
path: root/include/linux/usbdevice_fs.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2007-12-16 22:37:40 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2008-02-01 14:34:57 -0800
commit30bf54e62a7926a483b4e36015bb4eb1372e6303 (patch)
treefe35de82e631af8f79392028b0f7781ba36a1069 /include/linux/usbdevice_fs.h
parentdc0d5c1e5c7532e800fff6e313cd4af44af99976 (diff)
USB: PS3: Fix EHCI ISO transfer bug
This adds a workaround for an issue reported with ISO transfers on some EHCI controllers, most recently with VIA KT800 and PS3 EHCI silicon. The issue is that the silicon doesn't necessarily seem to be done using ISO DMA descriptors (itd, sitd) when it marks them inactive. (One theory is that the ill-defined mechanism where hardware caches periodic transfer descriptors isn't invalidating their state...) With such silicon, quick re-use of those descriptors makes trouble. Waiting until the next frame seems to be a sufficient workaround. This patch ensures that the relevant descriptors aren't available for immediate re-use. It does so by not recycling them until after issuing the completion callback which would reuse them by enqueueing an URB and thus (re)allocating ISO DMA descriptors. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Geoff Levand <geoffrey.levand@am.sony.com> Cc: Masashi Kimoto <Masashi_Kimoto@hq.scei.sony.co.jp> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usbdevice_fs.h')
0 files changed, 0 insertions, 0 deletions