PERFORCE change 181771 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Tue Aug 3 15:44:39 UTC 2010
http://p4web.freebsd.org/@@181771?ac=10
Change 181771 by hselasky at 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 */
More information about the p4-projects
mailing list