[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] EHCI host controller driver



2014-04-30 14:57 GMT+02:00 Vincent Rivière <vincent.riviere@freesbee.fr>:
> On 30/04/2014 11:19, David Gálvez a écrit :
>
>> Please commit this patch that adds support for USB EHCI host controllers.
>
>
> EHCI? Does this mean support for USB 2.0? Wasn't that already supported?
>

Yes support for USB 2.0 host controllers that follows the EHCI
standard. Until now there were only support for the isp116x (used by
EtherNat and NetUSBee) and sl811 (used by the Unicorn) host
controllers. isp116x chip doesn't follow the standard, it claims that
is a 2.0 host controller but it doesn't support high speed, also
registers are different. I don't know the sl811 features.

> PS: I already warned you about __attribute__ ((packed))

OK, thanks a lot for the advice. I'll look at it.
When you said that 68000 is affected by this, it's compiling for 68000
CPU or the entire family (68020 to 68060 also).