firewire: ohci: Make cycleMatch ISO transmission work
authorJay Fenlason <fenlason@redhat.com>
Tue, 17 Nov 2009 17:29:17 +0000 (12:29 -0500)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 18 Nov 2009 19:31:17 +0000 (20:31 +0100)
commit5ed1f321a71b8549cc2eea26c94fe7943ed01d31
treec27a802d0feed854a4842805d041bcb44d362f10
parenteaf76e0d027a917a013ad8a88a94132d0feab622
firewire: ohci: Make cycleMatch ISO transmission work

Calling the START_ISO ioctl with a nonnegative cycle paramater has
never worked.  Last night I got around to figuring out why.  Most of
this patch is a big comment explaining why we enable an interrupt
source then don't actually do anything when we get one.  As the
comment says, we should do more, but we don't have a way to tell
userspace what happened. . .

Signed-off-by: Jay Fenlason <fenlason@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> (edited comment)
drivers/firewire/ohci.c