On 2007/07/23 00:11, Marc Balmer wrote:
>> usbctl works fine for devices connected to an ehci usb controller. but
>> if it tries to read string descriptors on uhci controllers the connected
>> device get STALLED.
>> by removing the following define, usbctl reads the string in two steps.
>> first it gets one byte to read the length of the string descriptor and
>> then it reads the descriptor with its real length.
Worked ok on my uhci anyway, but this doesn't give me any regressions.
> this changes the binary and thus the package and in consequence the package
> name in the Makefile has to be bumped.
yes, I'm happy with this if it gets "PKGNAME= ${DISTNAME}p0"
(and you may as well remove quotes from COMMENT while there).