What are the reasons, other than the USB serial number, that would cause a
USB device to be reinstalled when moved to a new USB port? We are in the
process of developing a USB device and even though we are specifying a serial
number, the Add New Hardware wizard pops up whenever the device is moved to a
new port. We are specifying a string descriptor index in the device
descriptor and the value of the serial number is the Unicode string
â??0123456789â??. This is a temporary value for development purposes, when the
device goes into production, each will have its own serial number. Even so,
shouldnâ??t this value be sufficient to qualify as a valid USB serial number?
Mike