| Vendor Id | Vendor Name |
|---|---|
| 0x0014 | Loongson Technology LLC |
| 0x001C | PEAK-System Technik GmbH |
| 0x0033 | Paradyne Corp. |
| 0x003D | Lockheed Martin-Marietta Corp |
| 0x0070 | Hauppauge computer works Inc. |
| 0x0071 | Nebula Electronics Ltd. |
| 0x0100 | nCipher Security |
| 0x0123 | General Dynamics |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Formatting constants | |
| export BOLD=`tput bold` | |
| export UNDERLINE_ON=`tput smul` | |
| export UNDERLINE_OFF=`tput rmul` | |
| export TEXT_BLACK=`tput setaf 0` | |
| export TEXT_RED=`tput setaf 1` | |
| export TEXT_GREEN=`tput setaf 2` | |
| export TEXT_YELLOW=`tput setaf 3` |