Re: libusb: new ABI on arm

2006-05-21 Thread Steve Langasek
On Sat, May 20, 2006 at 05:23:37AM +, Aurelien Jarno wrote: > A few months before the sarge release, I have received a bug report > telling me that libusb is not usable on arm. It was due to a structure > alignment, and I fixed that by using the aligned attribute of gcc, and I > sent the pa

libusb: new ABI on arm

2006-05-19 Thread Aurelien Jarno
Hi all, A few months before the sarge release, I have received a bug report telling me that libusb is not usable on arm. It was due to a structure alignment, and I fixed that by using the aligned attribute of gcc, and I sent the patch to the upstream. Recently, the upstream answer me he have