Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2010 15:44:39 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 181771 for review
Message-ID:  <201008031544.o73Fide7003021@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@181771?ac=10

Change 181771 by hselasky@hselasky_laptop001 on 2010/08/03 15:44:13

	USB core:
		- add storage variable for controller generated slot ID.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_device.h#40 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_device.h#40 (text+ko) ====

@@ -151,6 +151,7 @@
 
 	uint8_t	address;		/* device addess */
 	uint8_t	device_index;		/* device index in "bus->devices" */
+	uint8_t	controller_slot_id;	/* controller specific value */
 	uint8_t	curr_config_index;	/* current configuration index */
 	uint8_t	curr_config_no;		/* current configuration number */
 	uint8_t	depth;			/* distance from root HUB */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008031544.o73Fide7003021>