On Tue, May 21, 2002, Maksim (Max) Krasnyanskiy <[EMAIL PROTECTED]> wrote: > > > > So basically I vote for usb-uhci. However some things will have to be > > > fixed. We (Bluetooth folks) have couple > > > of devices that refuse to work with usb-uhci (I didn't test the latest > > > usb-uhci though). > > > >Sorry for the confusion, but both usb-uhci.c and uhci.c will be deleted > >anyway :) > I thought that usb-uhci-hcd and uhci-hcd are direct derivatives of usb-uhci > and uhci > (ie just minor API changes). And therefor perform exactly the same.
I wouldn't consider it a minor API change, but theoretically they should perform identically. Since some changes were non trivial, I wouldn't guarantee that they behave identically :) However, I'm not sure that's all that interesting. The code is a straight enough port over that if there are bugs, they'll be there in both versions, except for some trivial porting mistakes. Those are easy to find and easy to fix normally. The other kinds of bugs, like fundamental design flaws or bugs that have always been there, are more interesting and likely to be in both. IMO, I think testing with usb-uhci.c and uhci.c is still useful, but testing with the -hcd variants is the most ideal since that will be the final code base. JE _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
