r2809 - trunk/src/target/u-boot/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Thu Aug 23 10:36:00 CEST 2007


Author: laforge
Date: 2007-08-23 10:35:55 +0200 (Thu, 23 Aug 2007)
New Revision: 2809

Modified:
   trunk/src/target/u-boot/patches/uboot-dfu.patch
Log:
use correct bNumConfigurations value (1, not 5) 


Modified: trunk/src/target/u-boot/patches/uboot-dfu.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-dfu.patch	2007-08-23 08:33:25 UTC (rev 2808)
+++ trunk/src/target/u-boot/patches/uboot-dfu.patch	2007-08-23 08:35:55 UTC (rev 2809)
@@ -721,7 +721,7 @@
 +		.wTotalLength		= USB_DT_CONFIG_SIZE +
 +					  DFU_NUM_ALTERNATES * USB_DT_INTERFACE_SIZE +
 +					  USB_DT_DFU_SIZE,
-+		.bNumInterfaces		= 5,
++		.bNumInterfaces		= 1,
 +		.bConfigurationValue	= 1,
 +		.iConfiguration		= DFU_STR_CONFIG,
 +		.bmAttributes		= BMATTRIBUTE_RESERVED,





More information about the commitlog mailing list