Date: Fri, 1 May 2009 16:46:56 GMT From: Sylvestre Gallon <syl@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 161438 for review Message-ID: <200905011646.n41GkuPG076836@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=161438 Change 161438 by syl@syl_atuin on 2009/05/01 16:46:05 Fix a little bug. Affected files ... .. //depot/projects/soc2009/syl_usb/src/lib/libusb/libusb10_desc.c#7 edit Differences ... ==== //depot/projects/soc2009/syl_usb/src/lib/libusb/libusb10_desc.c#7 (text+ko) ==== @@ -106,7 +106,7 @@ nalt = nif = pconf->num_interface; nend = 0; for (i = 0 ; i < nif ; i++) { - if (pconf->interface[i].num_altsetting > 1) + if (pconf->interface[i].num_altsetting > 0) { nalt += pconf->interface[i].num_altsetting; for (j = 0 ; j < nalt ; j++) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905011646.n41GkuPG076836>