Module Name: src Committed By: manu Date: Fri Oct 19 00:33:27 UTC 2018
Modified Files: src/sys/dev/usb: uhub.c Log Message: Make USB port numbers display consistent Make sure USB ports numbers are displayed with the first one as number one and not number zero when rescanning bus. The change makes the display consistent with the display at boot time USB discovery. While we are there, make port iteration consistent everywhere in the code, always starting at one instead of zero. To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/sys/dev/usb/uhub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.