I.Introduction:
    Linux USB Display driver


II.How to use:
1. Install the dependent library, use command:
    "apt-get install dkms".
    
2. Install USB Display service:
    a)Make sure the script file is an executable file. 
      You can configure the permission of script use command: 
      "chmod +x smiUsbDisplay-driver.XXX.run".
    b)Use follow command to run the script.
      "./smiUsbDisplay-driver.XXX.run".
    c)Insert the USB device.
    
3. Uninstall USB Display service:
    You can uninstall the service use command:
    "./smiUsbDisplay-driver.XXX.run uninstall".


Note:
1. "XXX" means the version number of driver.
2. You need to be root to use this script.