Other Parts Discussed in Thread: C2000WARE
Hello e2e,
our customer is using F28377S USB CDC function, they found while they connect USB port to windows 10 PC, the windows os will automatically install the driver, and the driver name is from TI called "TivaWare USB Serial Port".
for customer application, they do not want the windows 10 automatically install the driver, they want build a driver installation software, end customer can install the driver manually, is it possible to forbid windows doing like that?
and they also want to customize the USB driver name in windows, is it ok to modify the usb_dev_cserial.inf directly as below, does there have any legal issue for customer?
thanks in advance.
[Strings]
MFGNAME = "Texas Instruments, Inc."
DISKNAME = "TivaWare Composite Serial Device"
DESCRIPTION_0 = "TivaWare USB Serial Port"
DESCRIPTION_1 = "TivaWare USB Serial Command Port"
SERVICE = "TivaWare USB CDC serial port"
LEON