*****************************************************************************
						SERIAL NUMBER SUPPRESSION
*****************************************************************************
-----------------------------------------------------------------------------
							Why is it required?
-----------------------------------------------------------------------------
When programming the serial number to the hub,driver loading may take time for unique serial numbers.
If you enabled serial number suppression,it forces the USB driver stack to ignore the serial number of the device. 
Therefore driver loading will not take long time to load the driver for the device.

-----------------------------------------------------------------------------
						When is it needed?
-----------------------------------------------------------------------------
In CLI application, if you use following arguments then the suppression is needed

1. "/cv" – if compare and verify option is present
2. "/pser" - if programming serial number option is present.


-----------------------------------------------------------------------------
						How to execute SerialNumSuppression.bat file?
-----------------------------------------------------------------------------
1. Open command prompt as "Run as administrator"
2. Run batch file as "SerialNumSuppression.bat <VVVV> <PPPP> <DDDD>"
	Here VVVV - Vendor ID of the Hub,
		 PPPP - Product ID of the Hub,
		 DDDD - Device ID of the Hub,
		 ** Four digits must be there, if not there pad zeros.
		 ** Give with out "0x" format ( Ex : 0424, 0x0424 is invalid)
3. Ex :  SerialNumSuppression.bat 0424 2534 1234
	