- i2c-tools-r6063-dont-choke-when-no-eeprom.diff: Don't choke when no EEPROM is found. - i2c-tools-r6106-vendors-JEP106AG.diff, - i2c-tools-r6107-vendors-JEP106AJ.diff: Update vendor list based on Jedec documents JEP106AG and JEP106AJ. - i2c-tools-r6108-remove-duplicate-ns.diff: Remove duplicate "ns" in SDR timings. - i2c-tools-r6109-fix-decoding-revision.diff: Fix decoding of SDR SPD revision. - i2c-tools-r6110-i2cdetect-clarify-probing.diff: Clarify the SMBus commands used for probing by default. - i2c-tools-r6121-typo-sprint.diff: Prevent hang on reserved DDR3 module type, caused by a typo in function name. - i2c-tools-r6122-more-DDR3-module-types.diff: Decode more DDR3 module types. OBS-URL: https://build.opensuse.org/package/show/Base:System/i2c-tools?expand=0&rev=21
29 lines
1.6 KiB
Diff
29 lines
1.6 KiB
Diff
---
|
|
eeprom/decode-dimms | 8 ++++++--
|
|
1 file changed, 6 insertions(+), 2 deletions(-)
|
|
|
|
--- i2c-tools-3.1.0.orig/eeprom/decode-dimms
|
|
+++ i2c-tools-3.1.0/eeprom/decode-dimms
|
|
@@ -63,7 +63,7 @@ $revision =~ s/ \([^()]*\)//;
|
|
"Lattice Semi.", "NCR", "Wafer Scale Integration", "IBM",
|
|
"Tristar", "Visic", "Intl. CMOS Technology", "SSSI",
|
|
"MicrochipTechnology", "Ricoh Ltd.", "VLSI", "Micron Technology",
|
|
- "Hynix Semiconductor Inc. (former Hyundai Electronics)", "OKI Semiconductor", "ACTEL", "Sharp",
|
|
+ "SK Hynix (former Hyundai Electronics)", "OKI Semiconductor", "ACTEL", "Sharp",
|
|
"Catalyst", "Panasonic", "IDT", "Cypress",
|
|
"DEC", "LSI Logic", "Zarlink (former Plessey)", "UTMC",
|
|
"Thinking Machine", "Thomson CSF", "Integrated CMOS (Vertex)", "Honeywell",
|
|
@@ -292,7 +292,11 @@ $revision =~ s/ \([^()]*\)//;
|
|
"Accord Software & Systems Pvt. Ltd.", "Active-Semi Inc.", "Denso Corporation", "TLSI Inc.",
|
|
"Shenzhen Daling Electronic Co. Ltd.", "Mustang", "Orca Systems", "Passif Semiconductor",
|
|
"GigaDevice Semiconductor (Beijing) Inc.", "Memphis Electronic", "Beckhoff Automation GmbH",
|
|
- "Harmony Semiconductor Corp (former ProPlus Design Solutions)", "Air Computers SRL", "TMT Memory"]
|
|
+ "Harmony Semiconductor Corp (former ProPlus Design Solutions)", "Air Computers SRL", "TMT Memory",
|
|
+ "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."]
|
|
);
|
|
|
|
$use_sysfs = -d '/sys/bus';
|