From bfd0e2e24a58ec6f822fca11521d39212d73867e Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Mon, 15 Apr 2013 15:45:46 +0000 Subject: [PATCH] Add manufacturer names from Jedec document JEP106AK. git-svn-id: http://lm-sensors.org/svn/i2c-tools/branches/i2c-tools-3.1@6157 7894878c-1315-0410-8ee3-d5d059ff63e0 --- eeprom/decode-dimms | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms index 1186ac2..d361986 100755 --- a/eeprom/decode-dimms +++ b/eeprom/decode-dimms @@ -297,7 +297,12 @@ $revision =~ s/ \([^()]*\)//; "Eorex Corporation", "Xingtera", "Netsol", "Bestdon Technology Co. Ltd.", "Baysand Inc.", "Uroad Technology Co. Ltd. (former Triple Grow Industrial Ltd.)", "Wilk Elektronik S.A.", "AAI", "Harman", "Berg Microelectronics Inc.", "ASSIA, Inc.", "Visiontek Products LLC", - "OCMEMORY", "Welink Solution Inc."] + "OCMEMORY", "Welink Solution Inc.", "Shark Gaming", "Avalanche Technology", + "R&D Center ELVEES OJSC", "KingboMars Technology Co. Ltd.", + "High Bridge Solutions Industria Eletronica", "Transcend Technology Co. Ltd.", + "Everspin Technologies", "Hon-Hai Precision", "Smart Stotage Systems", "Toumaz Group", + "Zentel Electronics Corporation", "Panram International Corporation", + "Silicon Space Technology"] ); $use_sysfs = -d '/sys/bus';