diff --git a/js/format_displays.js b/js/format_displays.js new file mode 100644 index 0000000..bc0a85c --- /dev/null +++ b/js/format_displays.js @@ -0,0 +1,44 @@ +// Lookup table for display vendors +var display_vendors = { + "610": "Apple", + "10ac": "Dell", + "5c23": "Wacom", + "4d10": "Sharp", + "1e6d": "LG", + "38a3": "NEC", + "4c49": "SMART Technologies", + "9d1": "BenQ", + "4dd9": "Sony", + "472": "Acer", + "22f0": "HP", + "34ac": "Mitsubishi", + "5a63": "ViewSonic", + "4c2d": "Samsung", + "593a": "Vizio", + "d82": "CompuLab", + "3023": "LaCie", + "3698": "Matrox", + "4ca3": "Epson", + "170e": "Extron", + "e11": "Compaq", + "24d3": "ASK Proxima", + "410c": "Philips", + "15c3": "Eizo", + "26cd": "iiyama", + "7fff": "Haier", + "3e8d": "Optoma", + "5262": "Toshiba", + "34a9": "Panasonic", + "5e3": "Flanders Scientific", + "30ae": "Lenovo", + "469": "Asus", + "4249": "Insignia", + "41d2": "Planar", + "5c85": "Westinghouse", + "c87": "Christie", + "2247": "Bush", + "34a4": "Medion", + "1ab3": "Fujitsu", + "2db2": "Kramer Electronics", + "6161706c": "AirPlay" +} \ No newline at end of file diff --git a/views/displays_tab.php b/views/displays_tab.php index f9a1dbf..b03aeee 100755 --- a/views/displays_tab.php +++ b/views/displays_tab.php @@ -2,6 +2,8 @@

+ +