Stefan Richter wrote:
Jonathan Woithe wrote:
[Clemens Ladisch wrote:]
Is there any way to take a look at this without doing a "git clone"
operation? With the above URL git wants to pull around 600 MB down which
will take *ages* in this corner of the world at the reported speed of 50
KiB/s).
http://git.alsa-project.org/?p=alsa-kprivate.git;a=shortlog;h=fireworks
If you don't want to use git, click on "commitdiff" and "raw" to
get
the patches which you can then apply to some kernel source. In this
case, you should apply first the two patches below from the ieee1394
tree, if you do not already have them in your tree, then all commits
from the fireworks branch after 2.6.33-rc5.
"firewire: fix use of multiple AV/C devices, allow multiple FCP listeners":
http://git.kernel.org/?p=linux/kernel/git/ieee1394/linux1394-2.6.git;a=comm…
"firewire: ohci: always use packet-per-buffer mode for isochronous reception":
http://git.kernel.org/?p=linux/kernel/git/ieee1394/linux1394-2.6.git;a=comm…
HTH
Clemens