This patch looks fine for me, both 2.4 and 2.6 versions, but
could you post patches that will apply as-is?  These got
mangled, and won't apply.

Preferably with 2.4 and 2.6 ones in separate messages, so
I can just sign off on them (assuming that's needed!) for
merges into each kernel.

- Dave


- --- linux-2.6.6/drivers/usb/host/ehci-sched.c 2004-05-09 21:32:27.000000000 -0500
+++ linux-2.6.6-custom/drivers/usb/host/ehci-sched.c 2004-05-30 09:06:41.000000000 -0500
@@ -483,7 +483,7 @@
qh->start = frame;
/* reset S-frame and (maybe) C-frame masks */
- - qh->hw_info2 &= ~0xffff;
+ qh->hw_info2 &= cpu_to_le32 (~0xffff);
qh->hw_info2 |= cpu_to_le32 (1 << uframe) | c_mask;
} else
dbg ("reused previous qh %p schedule", qh);







------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to