PERFORCE change 155730 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue Jan 6 18:27:47 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=155730

Change 155730 by hselasky at hselasky_laptop001 on 2009/01/06 18:27:26

	
	Config index should be zero. Reported by:
	Stanislav Sedov 

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/serial/ubsa2.c#18 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/serial/ubsa2.c#18 (text+ko) ====

@@ -92,7 +92,7 @@
 #define	UBSA_N_TRANSFER           6	/* units */
 #define	UBSA_BSIZE             1024	/* bytes */
 
-#define	UBSA_CONFIG_INDEX	1
+#define	UBSA_CONFIG_INDEX	0
 #define	UBSA_IFACE_INDEX	0
 
 #define	UBSA_REG_BAUDRATE	0x00


More information about the p4-projects mailing list