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

Re: [MiNT] [PATCH][1/3] USB mass storage driver returns wrong FS limits for MiNT kernel



2015-04-16 20:31 GMT+02:00 Miro Kropáček <miro.kropacek@gmail.com>:
>
> On Thu, Apr 16, 2015 at 8:25 PM, David Gálvez <dgalvez75@gmail.com> wrote:
>>
>> Ideally
>> instead of copy them we should get them calling XHDOSLimits( ), to do
>> that we should add that XHDI function to the kentry structure so it
>> would be exported for modules as we did with XHNewCookie( ), but I'm
>> not sure if it's worth the trouble
>
>
> Every clean solution is worth the trouble :) IMO as an initial version the
> current solution is OK as it reported wrong values anyway.
>
>

Then we can commit this patch for now and I'll work in the cleaner solution.

Since we have to export another XHDI function, I'm thinking in
exporting the entire XHDI interface as we did with PCI-BIOS.